ClassifyClassResultCollection GetClassResult Method Cognex VisionPro 9.22 SR1

Returns the result for a class name. The result holds the score for the class name specified.

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

public ClassifyClassResult GetClassResult(
	string className
)

Return Value

Type: ClassifyClassResult
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied class name is not found in the collection.
See Also