NAME
Paws::Textract::GetDocumentAnalysisResponse
ATTRIBUTES
AnalyzeDocumentModelVersion => Str
Blocks => ArrayRef[Paws::Textract::Block]
The results of the text-analysis operation.
DocumentMetadata => Paws::Textract::DocumentMetadata
Information about a document that Amazon Textract processed. DocumentMetadata
is returned in every page of paginated responses from an Amazon Textract video operation.
JobStatus => Str
The current status of the text detection job.
Valid values are: "IN_PROGRESS"
, "SUCCEEDED"
, "FAILED"
, "PARTIAL_SUCCESS"
=head2 NextToken => Str
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.
StatusMessage => Str
Returns if the detection job could not be completed. Contains explanation for what error occured.
Warnings => ArrayRef[Paws::Textract::Warning]
A list of warnings that occurred during the document-analysis operation.