AWSTextractLendingField
Objective-C
@interface AWSTextractLendingField
Swift
class AWSTextractLendingField
Holds the normalized key-value pairs returned by AnalyzeDocument, including the document type, detected text, and geometry.
-
The results extracted for a lending document.
Declaration
Objective-C
@property (nonatomic, strong) AWSTextractLendingDetection *_Nullable keyDetection;
Swift
var keyDetection: AWSTextractLendingDetection? { get set }
-
The type of the lending document.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable types;
Swift
var types: String? { get set }
-
An array of LendingDetection objects.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSTextractLendingDetection *> *_Nullable valueDetections;
Swift
var valueDetections: [AWSTextractLendingDetection]? { get set }