AWSTextractAnalyzeDocumentResponse Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSTextractModel.h AWSTextractModel.m |
blocks
The text that's detected and analyzed by AnalyzeDocument
.
@property (nonatomic, strong) NSArray<AWSTextractBlock*> *blocks
Declared In
AWSTextractModel.h
documentMetadata
Metadata about the analyzed document. An example is the number of pages.
@property (nonatomic, strong) AWSTextractDocumentMetadata *documentMetadata
Declared In
AWSTextractModel.h