ClassifyResult ClassCognex VisionPro 9.10

The class holds the runtime result.

Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision.ViDiEL ClassifyResult

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

public sealed class ClassifyResult : ShareableBase, 
	IObject

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

  NameDescription
Public propertyClassResults

Gets the class results.

Public propertyHandle (Overrides ShareableBase Handle.)
Public propertySampledInputImage

Gets the sampled input image.

Top
See Also