AWSTextractExpenseDetection
Objective-C
@interface AWSTextractExpenseDetection
Swift
class AWSTextractExpenseDetection
An object used to store information about the Value or Label detected by Amazon Textract.
-
The confidence in detection, as a percentage
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable confidence;
Swift
var confidence: NSNumber? { get set }
-
Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements.
Declaration
Objective-C
@property (nonatomic, strong) AWSTextractGeometry *_Nullable geometry;
Swift
var geometry: AWSTextractGeometry? { get set }
-
The word or line of text recognized by Amazon Textract
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable text;
Swift
var text: String? { get set }