ClassifyClassResult ClassCognex VisionPro 9.25 SR1

The label result class. The class holds a label and a score.

Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision.ViDiEL ClassifyClassResult

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELClassify.Net (in Cognex.Vision.ViDiELClassify.Net.dll) Version: 9.25.1.0
Syntax

public sealed class ClassifyClassResult : ShareableBase, 
	IObject

The ClassifyClassResult type exposes the following members.

Methods

  NameDescription
Public methodCreateScoreGraphic

Created the graphic for the score.

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

  NameDescription
Public propertyClass

Gets the class.

Public propertyHandle (Overrides ShareableBase Handle.)
Public propertyScore

Gets the score.

Top
See Also