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.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
public CogOCRMaxSegmenterLineResultDiagnostics Diagnostics { get; }public CogOCRMaxSegmenterLineResultDiagnostics Diagnostics { get; }Public ReadOnly Property Diagnostics As CogOCRMaxSegmenterLineResultDiagnostics
Get
Public ReadOnly Property Diagnostics As CogOCRMaxSegmenterLineResultDiagnostics
Get
public:
property CogOCRMaxSegmenterLineResultDiagnostics^ Diagnostics {
CogOCRMaxSegmenterLineResultDiagnostics^ get ();
}public:
property CogOCRMaxSegmenterLineResultDiagnostics^ Diagnostics {
CogOCRMaxSegmenterLineResultDiagnostics^ get ();
}Property Value
Type:
CogOCRMaxSegmenterLineResultDiagnostics
The Diagnostics Information. The default value is nullptr.
Diagnostics will return nullptr unless the CogOCRSegmenter which
produced this line result had it's ComputeDiagnostics property set to true.