The CogOCVMaxResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ArrangementSelectedPose | The pose of the entire arrangement in selected space. Note that this property is only meaningful if ArrangementSelectedPoseValid is true. | |
| ArrangementSelectedPoseValid | Whether or not the pose of the entire arrangement in selected space was successfully computed. | |
| NumParagraphsVerified | The number of paragraphs in this arrangement that were verified. | |
| ParagraphResults | A System::Array of paragraph results, one for every paragraph for which verification was attempted. | |
| TimedOut | Whether or not the operator timed out while this result was being generated. If true, then these results should be assumed to be incomplete. | |
| VerificationFullViolations | The verification full violations. | |
| VerificationKeyViolations | The verification key violations. | |
| VerificationScore | The overall score of the arrangement. This is the average of the scores of all of the paragraphs that the operator attempted to verify. | |
| Verified | Whether or not ALL character positions in this arrangement have been verified. |
See Also