OCRCharacterClassResult ClassCognex VisionPro 9.24

Contains the character class results from the OCR processing.

Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision.ViDiEL OCRCharacterClassResult

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

public sealed class OCRCharacterClassResult : ShareableBase, 
	IObject

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

  NameDescription
Public propertyClassItem

Gets the class item that contains the name of the class for the found character.

Public propertyHandle (Overrides ShareableBase Handle.)
Public propertyScore

Gets the calculated score for this character item.

Top
See Also