AUIDataCaptureScenarioResult interface
Contains information about the received recognition result. An object of this class is returned to the captureScenario:didFinishWithResult: method of the AUIDataCaptureScenarioDelegate protocol, when the data was captured successfully.
Properties
Name | Type | Description |
---|---|---|
dataFields | NSArray<AUIDataField*>* | An array of the detected and recognized fields. |
image | AUIImageCaptureResult | The captured image in an internal format. This object contains an original image, a processed image and document boundary detected in the image. |
scheme | AUIDataScheme* | Information on the data scheme applied to the recognized frame. |
02.03.2022 12:59:15