CogOCRMaxTuneData DoesRecordMatchToolResult Method Cognex VisionPro
Returns true if the record and the result of running OCRMax on this record are considered a match.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax

public bool DoesRecordMatchToolResult(
	CogOCRMaxTuneRecord record,
	CogOCRMaxTuneParams tuneParams,
	CogOCRMaxSegmenter segmenter,
	CogOCRMaxClassifierRunParams classifierRunParams,
	CogOCRMaxClassifier classifier
)

Return Value

Type: Boolean
Exceptions

ExceptionCondition
Throws any exceptions that occur while running the segmeneter or classifier.
See Also