RTRImageCaptureResult
The result of the image capture.
Properties
Name | Type | Description |
---|---|---|
image | UIImage* | The captured image. |
imageSize | CGSize | Captured image size represented by its width and height in pixels. |
bestFramesStatus | NSArray<RTRImageCaptureStatus*>* |
Array of the most quality frames, represented by the capture status object. A size of this array is set by the numberOfBestFramesToCollect property of the RTRImageCaptureService protocol. May be empty. Retrieve the processed frames via the bestFramesStatus.sampleBuffer property. |
documentBoundary | NSArray<NSValue*>* |
The detected document boundary. Currently the result is always returned as the four vertex points of the bounding quadrangle. The vertices are indexed clockwise starting from the bottom left. Get the NSValue.CGPointValue property to obtain point coordinates as a CGPoint. |
documentSize | CGSize | The document size (as specified in setDocumentSize:). |
qualityAssessmentForOCRBlocks | NSArray<RTRQualityAssessmentForOCRBlock*>* | The quality assessment blocks. |
3/2/2022 12:59:15 PM