AWSTextractAnalyzeIDResponse
Objective-C
@interface AWSTextractAnalyzeIDResponse
Swift
class AWSTextractAnalyzeIDResponse
-
The version of the AnalyzeIdentity API being used to process documents.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable analyzeIDModelVersion;
Swift
var analyzeIDModelVersion: String? { get set }
-
Information about the input document.
Declaration
Objective-C
@property (nonatomic, strong) AWSTextractDocumentMetadata *_Nullable documentMetadata;
Swift
var documentMetadata: AWSTextractDocumentMetadata? { get set }
-
The list of documents processed by AnalyzeID. Includes a number denoting their place in the list and the response structure for the document.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSTextractIdentityDocument *> *_Nullable identityDocuments;
Swift
var identityDocuments: [AWSTextractIdentityDocument]? { get set }