AWSTextractAnalyzeDocumentResponse
Objective-C
@interface AWSTextractAnalyzeDocumentResponse
Swift
class AWSTextractAnalyzeDocumentResponse
-
The version of the model used to analyze the document.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable analyzeDocumentModelVersion;
Swift
var analyzeDocumentModelVersion: String? { get set }
-
The items that are detected and analyzed by
AnalyzeDocument
.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSTextractBlock *> *_Nullable blocks;
Swift
var blocks: [AWSTextractBlock]? { get set }
-
Metadata about the analyzed document. An example is the number of pages.
Declaration
Objective-C
@property (nonatomic, strong) AWSTextractDocumentMetadata *_Nullable documentMetadata;
Swift
var documentMetadata: AWSTextractDocumentMetadata? { get set }
-
Shows the results of the human in the loop evaluation.
Declaration
Objective-C
@property (nonatomic, strong) AWSTextractHumanLoopActivationOutput *_Nullable humanLoopActivationOutput;
Swift
var humanLoopActivationOutput: AWSTextractHumanLoopActivationOutput? { get set }