OCRCharacterResult ClassCognex VisionPro 9.22

Contains the character results from the OCR processing.

Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision.ViDiEL OCRCharacterResult

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

public sealed class OCRCharacterResult : ShareableBase, 
	IObject

The OCRCharacterResult 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 OCRCharacterResult objects.
Public operatorStatic memberInequality
Compares the inequality of two OCRCharacterResult objects.
Top
Properties

  NameDescription
Public propertyBackgroundScore

Gets the background score of the found character.

Public propertyBoundingRectangle

Gets the RectangleAffine that bounds the found character.

Public propertyClassScores

Gets the Class scores for the character result.

Public propertyHandle (Overrides ShareableBase Handle.)
Top
See Also