The CogOCRMaxTuneRecord type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CellRects |
An ordered collection of rectangles that define
the cell rectangles for each character in the image.
(Inherited from CogOCRMaxTuneRecordImpl.) | |
| ChangedEventSuspended |
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.) | |
| CharacterCodes |
An ordered collection of UTF-32 encoded characters
which identify the correct character at each position
in the string.
(Inherited from CogOCRMaxTuneRecordImpl.) | |
| ClassifierCorrected |
Indicates that the character codes have been
modified since the record was first created.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| HasImage16 |
Indicates that this record contains 16 bit image data.
(Inherited from CogOCRMaxTuneRecordImpl.) | |
| Image |
An image which contains text to be read.
(Inherited from CogOCRMaxTuneRecordImpl.) | |
| Image16 |
An image which contains text to be read.
(Inherited from CogOCRMaxTuneRecordImpl.) | |
| MarkRects |
An ordered collection of rectangles that tightly
enclose each of the characters in the image.
(Inherited from CogOCRMaxTuneRecordImpl.) | |
| Origin |
Identifies how the tune record was created.
| |
| Region |
The region of the image which contains the
text to be read.
(Inherited from CogOCRMaxTuneRecordImpl.) | |
| SegmenterCorrected |
Indicates that the cell or mark rectangles have been
modified since the record was first created.
| |
| StateFlags |
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.) |
See Also