AWSTextractGetDocumentTextDetectionResponse Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSTextractModel.h AWSTextractModel.m |
blocks
The results of the text-detection operation.
@property (nonatomic, strong) NSArray<AWSTextractBlock*> *blocks
Declared In
AWSTextractModel.h
documentMetadata
Information about a document that Amazon Textract processed. DocumentMetadata
is returned in every page of paginated responses from an Amazon Textract video operation.
@property (nonatomic, strong) AWSTextractDocumentMetadata *documentMetadata
Declared In
AWSTextractModel.h
jobStatus
The current status of the text detection job.
@property (nonatomic, assign) AWSTextractJobStatus jobStatus
Declared In
AWSTextractModel.h
nextToken
If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.
@property (nonatomic, strong) NSString *nextToken
Declared In
AWSTextractModel.h
statusMessage
The current status of an asynchronous document text-detection operation.
@property (nonatomic, strong) NSString *statusMessage
Declared In
AWSTextractModel.h
warnings
A list of warnings that occurred during the document text-detection operation.
@property (nonatomic, strong) NSArray<AWSTextractWarning*> *warnings
Declared In
AWSTextractModel.h