CogOCVMaxParagraphResultGraphicConstants EnumerationCognex VisionPro 9.5
Constants used to specify desired result graphics for CogOCVMaxParagraphResult::CreateResultGraphics().

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.0.0
Syntax

[FlagsAttribute]
public enum CogOCVMaxParagraphResultGraphicConstants
Members

  Member nameValueDescription
None0Do not draw any result graphics for this paragraph.
TipText1Add tooltip text to this paragraph.
ParagraphBounds2Draw a bounding affine rectangle around the entire paragraph.
CharactersBounds4Draw a bounding affine rectangle around each found character within this paragraph.
CharactersLabel8Label each found character, e.g. A, B, C.
All-1Draw all of the paragraph result graphics.
See Also