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