AWSTextractExpenseType
Objective-C
@interface AWSTextractExpenseType
Swift
class AWSTextractExpenseType
An object used to store information about the Type detected by Amazon Textract.
-
The confidence of accuracy, as a percentage.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable confidence;Swift
var confidence: NSNumber? { get set } -
The word or line of text detected by Amazon Textract.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable text;Swift
var text: String? { get set }
View on GitHub
Install in Dash
AWSTextractExpenseType Class Reference