OCRLastRunRecordConstants EnumerationCognex VisionPro 9.22 SR1

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.22.2.0
Syntax

[FlagsAttribute]
public enum OCRLastRunRecordConstants
Members

  Member nameValueDescription
None0

Do not include any of the non-diagnostic data in the LastRunRecord.

CharacterPositions1

Includes the character position rectangles in the LastRunRecord.

Characters2

Includes the found character value in the LastRunRecord.

CharacterConfidence4

Includes the Confidence value for the found character.

All4294967295

Include all possible records in the LastRunRecord.

See Also