CogOCVMaxLastRunRecordConstants EnumerationCognex VisionPro 9.8
Enumeration of Non-Diagnostic data that can be included in the tool's LastRunRecord.

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

[FlagsAttribute]
public enum CogOCVMaxLastRunRecordConstants
Members

  Member nameValueDescription
None0Do not include any of the non-diagnostic data in the LastRunRecord.
ParagraphBounds1Draw a bounding affine rectangle around each paragraph.
ParagraphCharactersBounds2Draw a bounding affine rectangle around each found character.
ParagraphCharactersLabel4Label each found character, e.g. A, B, C.
All-1Include all of the non-diagnostic data in the LastRunRecord.
See Also