AWSTextractLendingDetection
Objective-C
@interface AWSTextractLendingDetection
Swift
class AWSTextractLendingDetection
The results extracted for a lending document.
-
The confidence level for the text of a detected value in a lending document.
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 selection status of a selection element, such as an option button or check box.
Declaration
Objective-C
@property (nonatomic) AWSTextractSelectionStatus selectionStatus;
Swift
var selectionStatus: AWSTextractSelectionStatus { get set }
-
The text extracted for a detected value in a lending document.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable text;
Swift
var text: String? { get set }