AWSTextractIdentityDocumentField
Objective-C
@interface AWSTextractIdentityDocumentField
Swift
class AWSTextractIdentityDocumentField
Structure containing both the normalized type of the extracted information and the text associated with it. These are extracted as Type and Value respectively.
-
Used to contain the information detected by an AnalyzeID operation.
Declaration
Objective-C
@property (nonatomic, strong) AWSTextractAnalyzeIDDetections *_Nullable types;Swift
var types: AWSTextractAnalyzeIDDetections? { get set } -
Used to contain the information detected by an AnalyzeID operation.
Declaration
Objective-C
@property (nonatomic, strong) AWSTextractAnalyzeIDDetections *_Nullable valueDetection;Swift
var valueDetection: AWSTextractAnalyzeIDDetections? { get set }
View on GitHub
Install in Dash
AWSTextractIdentityDocumentField Class Reference