CogOCRMaxTuneRecord PropertiesCognex VisionPro

The CogOCRMaxTuneRecord type exposes the following members.

Properties

  NameDescription
Public propertyCellRects
An ordered collection of rectangles that define the cell rectangles for each character in the image.
(Inherited from CogOCRMaxTuneRecordImpl.)
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyCharacterCodes
An ordered collection of UTF-32 encoded characters which identify the correct character at each position in the string.
(Inherited from CogOCRMaxTuneRecordImpl.)
Public propertyClassifierCorrected
Indicates that the character codes have been modified since the record was first created.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyHasImage16
Indicates that this record contains 16 bit image data.
(Inherited from CogOCRMaxTuneRecordImpl.)
Public propertyImage
An image which contains text to be read.
(Inherited from CogOCRMaxTuneRecordImpl.)
Public propertyImage16
An image which contains text to be read.
(Inherited from CogOCRMaxTuneRecordImpl.)
Public propertyMarkRects
An ordered collection of rectangles that tightly enclose each of the characters in the image.
(Inherited from CogOCRMaxTuneRecordImpl.)
Public propertyOrigin
Identifies how the tune record was created.
Public propertyRegion
The region of the image which contains the text to be read.
(Inherited from CogOCRMaxTuneRecordImpl.)
Public propertySegmenterCorrected
Indicates that the cell or mark rectangles have been modified since the record was first created.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Top
See Also