Contains the character result collection from the OCR processing.
Inheritance Hierarchy
Cognex.Vision.ViDiEL.Implementation ReadOnlyCollectionOfOCRCharacterResultPtr
Cognex.Vision.ViDiEL OCRCharacterResultCollection
Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.21.0.0
Syntax
The OCRCharacterResultCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CopyTo |
Copies all the elements of the collection to the specified one-dimensional array
starting at the specified destination array index. The index is specified as a 32-bit integer.
(Overrides ReadOnlyCollectionOfOCRCharacterResultPtr CopyTo( OCRCharacterResult , Int32).) | |
| Equals | Compares the equality of this object with another. (Overrides Object Equals(Object).) | |
| GetEnumerator |
Returns an IEnumerator for the collection.
(Overrides ReadOnlyCollectionOfOCRCharacterResultPtr GetEnumerator .) | |
| GetHashCode | Returns the hash code of this object. (Overrides Object GetHashCode .) | |
| GetItem | Get the item at the specified index. (Overrides ReadOnlyCollectionOfOCRCharacterResultPtr GetItem(Int32).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two OCRCharacterResultCollection objects. | |
| Inequality | Compares the inequality of two OCRCharacterResultCollection objects. |
Properties
| Name | Description | |
|---|---|---|
| Count | Get the number of elements contained in this collection. | |
| Handle | (Overrides ReadOnlyCollectionOfOCRCharacterResultPtr Handle.) | |
| Item | (Overrides ReadOnlyCollectionOfOCRCharacterResultPtr Item Int32 .) |
See Also