Constructs a deep copy of the supplied
CogOCRMaxSegmenterLineResultDiagnostics object.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Parameters
- other
- Type: Cognex.VisionPro.OCRMax CogOCRMaxSegmenterLineResultDiagnostics
The CogOCRMaxSegmenterLineResultDiagnostics to be copied. May not be NULL.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if other is Nothing/null/nullptr. |
See Also