SBSDKCaptureInfo
@interface SBSDKCaptureInfo : NSObject
Helper class, that gathers the image, camera and detection metadata of a document scan.
-
The document detector result of the captured image.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) SBSDKDocumentDetectorResult *detectionResult;
Swift
var detectionResult: SBSDKDocumentDetectorResult? { get }
-
The image metadata of the captured image.
Declaration
Objective-C
@property (nonatomic, readonly) SBSDKImageMetadata *_Nonnull imageMetadata;
Swift
var imageMetadata: SBSDKImageMetadata { get }
-
The lens and camera properties of the camera system the image was captured with.
Declaration
Objective-C
@property (nonatomic, readonly) SBSDKLensCameraProperties *_Nonnull lensCameraProperties;
Swift
var lensCameraProperties: SBSDKLensCameraProperties { get }
-
The source the image was received from.
Declaration
Objective-C
@property (nonatomic, readonly) SBSDKPageImageSource pageImageSource;
Swift
var pageImageSource: SBSDKPageImageSource { get }