GSKScanFlowOCRResult
Objective-C
@interface GSKScanFlowOCRResult : NSObject
Swift
class GSKScanFlowOCRResult : NSObject
The result of the text recognition.
-
The raw text recognized in the document
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSString *text;Swift
var text: String? { get set } -
The text layout of the recognized text
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSString *hocrTextLayout;Swift
var hocrTextLayout: String? { get set }
GSKScanFlowOCRResult Class Reference