Constants used to specify desired result graphics for CogOCVMaxParagraphResult::CreateResultGraphics().
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 91.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not draw any result graphics for this paragraph. | |
| TipText | 1 | Add tooltip text to this paragraph. | |
| ParagraphBounds | 2 | Draw a bounding affine rectangle around the entire paragraph. | |
| CharactersBounds | 4 | Draw a bounding affine rectangle around each found character within this paragraph. | |
| CharactersLabel | 8 | Label each found character, e.g. A, B, C. | |
| All | -1 | Draw all of the paragraph result graphics. |
See Also