GSKOCRResult
@interface GSKOCRResult : NSObject
The result of an OCR operation.
-
The raw text recognized in the document
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull text;
Swift
var text: String { get }
-
The text layout of the recognized text
Declaration
Objective-C
@property (nonatomic, readonly) GSKTextLayout *_Nonnull textLayout;
Swift
var textLayout: GSKTextLayout { get }