The CogOCVMaxParagraphResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| LineResults | A System::Array of line results, one for every line in this paragraph. | |
| NumLinesVerified | The number of lines in this paragraph that were verified. | |
| ParagraphArrangementPose | The pose of this paragraph in arrangement space. Note that this property is only meaningful if ParagraphArrangementPoseValid is true. | |
| ParagraphArrangementPoseValid | Whether or not the pose of this paragraph in arrangement space was successfully computed. | |
| 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. | |
| ParagraphSelectedPose | The pose of this paragraph in selected space. Note that this property is only meaningful if ParagraphSelectedPoseValid is true. | |
| ParagraphSelectedPoseValid | Whether or not the pose of this paragraph in selected space was successfully computed. | |
| VerificationFullViolations | The verification full violations. | |
| VerificationKeyViolations | The verification key violations. | |
| VerificationScore | The overall score of the paragraph. This is the average of the scores of all of the characters in the paragraph. | |
| Verified | Whether or not ALL character positions in this paragraph have been verified. |
See Also