CogOCArrangerCharacterStatusConstants EnumerationCognex VisionPro 9.23
Specifies how an individual character's position in the returned arrangement was computed.

Namespace: Cognex.VisionPro.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 91.0.0.0
Syntax

public enum CogOCArrangerCharacterStatusConstants
Members

  Member nameValueDescription
Matched0The character was matched to an appropriate representation in the image, and its position determined from that representation.
Inferred1The character was not matched to the image, but it occurs within the interior of a text line, and its position is inferred from the poses of surrounding matched characters.
Unknown2Unknown: The character was not matched to the image, and it occurs within its own text line. Its pose is completely unknown and is simply returned as the identity pose.
See Also