This method returns character interpretation statistics from FORMS Interpret, including all form definitions in the job.
See also GetInterpretStatistics, which gets the same statistics (and more) for a specific form definition.
[ReturnValue =] Object.GetInterpretCharacterStatistics (TotalInterpreted, Certain, UnCertain, UnKnown)
|
Part |
Data type |
Description |
|
Object |
Object |
An object expression that evaluates to an object in the Applies To list. |
|
TotalInterpreted |
Long (ByRef) |
TotalInterpreted is the total number of characters interpreted so far in the process (job). |
|
Certain |
Long (ByRef) |
Certain is the total number of characters interpreted with a very high degree of certainty. |
|
UnCertain |
Long (ByRef) |
Uncertain is the total number of characters interpreted with a lower degree of certainty. |
|
UnKnown |
Long (ByRef) |
Unknown is the total number of unknown characters. |
Data type: Integer – the return value is 0 (zero) if all went OK. If something went wrong the return values is -1. See Event return value constants.
If you add Certain, Uncertain and Unknown, the result is the same as TotalInterpreted.