CogOCRMaxClassifier PropertiesCognex VisionPro 9.7

The CogOCRMaxClassifier type exposes the following members.

Properties

  NameDescription
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 propertyFont
Contains the CogOCRMaxChars (images of individual characters) used to train the classifier.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
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.)
Public propertyTimeout
Gets or sets the timeout for running the classifier in milliseconds.
Public propertyTimeoutEnabled
Enables the timeout for the classifier.
Public propertyTrained
The classifier is a trained operator. This property reflects whether or not the classifier is in a trained state.
Public propertyTrainOnRun
Controls the classifier's execute behavior when the classifier is not trained.
Public propertyTrainParams
Parameters which control how the classifier is trained. Changing the train params of a trained classifier will cause it to become untrained.
Public propertyTrainTimeout
Gets or sets the timeout for classifier training in milliseconds.
Public propertyTrainTimeoutEnabled
Enables the timeout for classifier training.
Top
See Also