CogOCRMaxSegmenterLineResult Diagnostics Property Cognex VisionPro
Returns diagnostic information about the segmented line result. The diagnostics information includes statistical data about the segmented characters as well as some additional info about the intermediate steps that the segmenter took to produce the result.

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

public CogOCRMaxSegmenterLineResultDiagnostics Diagnostics { get; }

Property Value

Type: CogOCRMaxSegmenterLineResultDiagnostics
The Diagnostics Information. The default value is nullptr.
Remarks

Diagnostics will return nullptr unless the CogOCRSegmenter which produced this line result had it's ComputeDiagnostics property set to true.
See Also