OCRClassItemToShapeAssignment ClassCognex VisionPro 9.22

This class stores the assignment of a class item to a shape.

Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision ChangedEventShareableBase
      Cognex.Vision.ELCore ClassItemToShapeAssignment
        Cognex.Vision.ViDiEL OCRClassItemToShapeAssignment

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

public sealed class OCRClassItemToShapeAssignment : ClassItemToShapeAssignment, 
	IObject

The OCRClassItemToShapeAssignment type exposes the following members.

Constructors

  NameDescription
Public methodOCRClassItemToShapeAssignment
Top
Methods

  NameDescription
Public methodEquals
Compares the equality of this object with another.
(Overrides ClassItemToShapeAssignment Equals(Object).)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides ClassItemToShapeAssignment 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 ClassItemToShapeAssignment GetTypeMeta .)
Public methodResumeAndRaiseChangedEvent

Re-enables raising of the ChangedEvent after SuspendChangedEvent has been called, and raises the ChangedEvent if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent.

(Overrides ClassItemToShapeAssignment ResumeAndRaiseChangedEvent .)
Public methodSuspendChangedEvent

Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent.

(Overrides ClassItemToShapeAssignment SuspendChangedEvent .)
Public methodToString

Returns a human readable string that represents the object.

(Overrides ClassItemToShapeAssignment ToString .)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares the equality of two OCRClassItemToShapeAssignment objects.
Public operatorStatic memberInequality
Compares the inequality of two OCRClassItemToShapeAssignment objects.
Top
Fields

  NameDescription
Public fieldStatic memberSfTrainingConfidence
Top
Properties

  NameDescription
Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Overrides ClassItemToShapeAssignment ChangedEventSuspended.)
Public propertyClassItem

Gets the assigned class item.

(Inherited from ClassItemToShapeAssignment.)
Public propertyHandle (Inherited from ClassItemToShapeAssignment.)
Public propertyShape
Get

Gets the assigned shape.

(Inherited from ClassItemToShapeAssignment.)
Public propertyTrainingConfidence
Get

Gets the training confidence of the assignment.

Top
Events

  NameDescription
Public eventChanged

The actual event.

(Overrides ClassItemToShapeAssignment Changed.)
Top
See Also