Contains the results from the OCR train operation.
Inheritance Hierarchy
Cognex.Vision ShareableBase
Cognex.Vision.ViDiEL OCRTrainingResult
Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.21.0.0
Syntax
The OCRTrainingResult type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides ShareableBase Equals(Object).) | |
| GetHashCode | Returns the hash code of this object. (Overrides ShareableBase GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| ToString | Returns a human readable string that represents the object. |
Operators
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two OCRTrainingResult objects. | |
| Inequality | Compares the inequality of two OCRTrainingResult objects. |
Properties
| Name | Description | |
|---|---|---|
| Handle | (Overrides ShareableBase Handle.) | |
| ModelHealth | Gets the calculated health of the model. | |
| TrainingDuration | Gets the the duration of the training process. |
See Also