OCRResult ClassCognex VisionPro 9.22

This class contains the results from executing the OCROperator .

Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision.ViDiEL OCRResult

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.22.2.0
Syntax

public sealed class OCRResult : ShareableBase, 
	IObject

The OCRResult type exposes the following members.

Methods

  NameDescription
Public methodEquals
Compares the equality of this object with another.
(Overrides ShareableBase Equals(Object).)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides ShareableBase GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta

Get the TypeMeta that describes the type of this object.

(Overrides ShareableBase GetTypeMeta .)
Public methodToString

Returns a human readable string that represents the object.

(Overrides Object ToString .)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares the equality of two OCRResult objects.
Public operatorStatic memberInequality
Compares the inequality of two OCRResult objects.
Top
Properties

  NameDescription
Public propertyCharacterResults

Gets the character results.

Public propertyHandle (Overrides ShareableBase Handle.)
Public propertyLines

Gets the lines.

Public propertyMatchingPattern

Gets the matching pattern after advanced fielding.

Public propertyResultString

Gets all lines of the results as a single string.

Top
See Also