The CogOCRMaxTool type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| CurrentRecordEnable_ |
Gets or sets the flags specifying the records to include based on the
tool's current state. The derived class exposes this as a strongly-
typed enum property.
(Inherited from CogToolBase.) | |
| LastRunLastRunRecordDiagEnable_ |
Gets or sets the flags specifying the records to create during the next
invocation of the Run method.
(Inherited from CogToolBase.) | |
| LastRunRecordDiagEnable_ |
Gets or sets the flags specifying the diagnostics records to include
based on the tool's last-run state. The derived class exposes this as
a strongly-typed enum property.
(Inherited from CogToolBase.) | |
| LastRunRecordEnable_ |
Gets or sets the flags specifying the records to include based on the
tool's last-run state. The derived class exposes this as a strongly-
typed enum property.
(Inherited from CogToolBase.) | |
| ProcessingTimeAdjustment_ |
Gets or sets the amount to offset reported tool processing time.
(Inherited from CogToolBase.) | |
| SfClassifier |
This bit will be set in the EventArgs of a Changed event every time the
value returned by Classifier may have changed.
| |
| SfClassifierRunParams |
This bit will be set in the EventArgs of a Changed event every time the
value returned by ClassifierRunParams may have changed.
| |
| SfCurrentRecordEnable |
This bit will be set in the EventArgs of a Changed event every time the
value returned by CurrentRecordEnable may have changed.
| |
| SfFielding |
This bit will be set in the EventArgs of a Changed event every time the
value returned by Fielding may have changed.
| |
| SfFieldingEnabled |
This bit will be set in the EventArgs of a Changed event every time the
value returned by FieldingEnabled may have changed.
| |
| SfInputImage |
This bit will be set in the EventArgs of a Changed event every time the
value returned by InputImage may have changed.
| |
| SfLastRunRecordDiagEnable |
This bit will be set in the EventArgs of a Changed event every time the
value returned by LastRunRecordDiagEnable may have changed.
| |
| SfLastRunRecordEnable |
This bit will be set in the EventArgs of a Changed event every time the
value returned by LastRunRecordEnable may have changed.
| |
| SfLineResult |
This bit will be set in the EventArgs of a Changed event every time the
value returned by LineResult may have changed.
| |
| SfNextSf | ||
| SfRegion |
This bit will be set in the EventArgs of a Changed event every time the
value returned by Region may have changed.
| |
| SfSegmenter |
This bit will be set in the EventArgs of a Changed event every time the
value returned by Segmenter may have changed.
| |
| SfSwapCharSet |
This bit will be set in the EventArgs of a Changed event every time the
value returned by SwapCharSet may have changed.
| |
| SfTimeout |
This bit will be set in the EventArgs of a Changed event every time the
value returned by Timeout may have changed.
| |
| SfTimeoutEnabled |
This bit will be set in the EventArgs of a Changed event every time the
value returned by TimeoutEnabled may have changed.
| |
| SfTuneData |
This bit will be set in the EventArgs of a Changed event every time the
value returned by TuneData may have changed.
| |
| SfTuneParams |
This bit will be set in the EventArgs of a Changed event every time the
value returned by TuneParams may have changed.
| |
| SfUnknownCharacterMarker |
This bit will be set in the EventArgs of a Changed event every time the
value returned by UnknownCharacterMarker may have changed.
|
See Also