The CogOCVMaxLineResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CharacterResults | A System::Array of character results, one for every character in this line. | |
| LineArrangementPose | The pose of this line in arrangement space. Note that this property is only meaningful if LineArrangementPoseValid is true. | |
| LineArrangementPoseValid | Whether or not the pose of this line in arrangement space was successfully computed. | |
| LineIndex | The zero-based line index. This tells you which line within the containing paragraph produced this particular result. Note of course that this index reflects the arrangement as it existed when this result was produced - if the arrangement has changed since then this index may no longer be valid. | |
| LineParagraphPose | The pose of this line in paragraph space. Note that this property is only meaningful if LineParagraphPoseValid is true. | |
| LineParagraphPoseValid | Whether or not the pose of this line in paragraph space was successfully computed. | |
| LineSelectedPose | The pose of this line in selected space. Note that this property is only meaningful if LineSelectedPoseValid is true. | |
| LineSelectedPoseValid | Whether or not the pose of this line in selected space was successfully computed. | |
| NumCharactersEmpty | The number of characters in this line that were empty. | |
| NumCharactersVerified | The number of characters in this line that were verified. | |
| ParagraphIndex | The zero-based paragraph index. This tells you which paragraph within the arrangement produced this particular result. Note of course that this index reflects the arrangement as it existed when this result was produced - if the arrangement has changed since then this index may no longer be valid. | |
| VerificationFullViolations | The verification full violations. | |
| VerificationKeyViolations | The verification key violations. | |
| VerificationScore | The overall score of the line. This is the average of the scores of all of the characters in the line. | |
| Verified | Whether or not ALL character positions in this line have been verified. |
See Also