The CogOCRMaxClassifier type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| 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.) | |
| Font |
Contains the CogOCRMaxChars (images of individual characters) used to train
the classifier.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| 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.) | |
| Timeout |
Gets or sets the timeout for running the classifier in milliseconds.
| |
| TimeoutEnabled |
Enables the timeout for the classifier.
| |
| Trained |
The classifier is a trained operator. This property reflects whether or
not the classifier is in a trained state.
| |
| TrainOnRun |
Controls the classifier's execute behavior when the classifier is not
trained.
| |
| TrainParams |
Parameters which control how the classifier is trained. Changing the
train params of a trained classifier will cause it to become untrained.
| |
| TrainTimeout |
Gets or sets the timeout for classifier training in milliseconds.
| |
| TrainTimeoutEnabled |
Enables the timeout for classifier training.
|
See Also