class Aws::Textract::Types::GetDocumentAnalysisResponse

@!attribute [rw] document_metadata

Information about a document that Amazon Textract processed.
`DocumentMetadata` is returned in every page of paginated responses
from an Amazon Textract video operation.
@return [Types::DocumentMetadata]

@!attribute [rw] job_status

The current status of the text detection job.
@return [String]

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] blocks

The results of the text-analysis operation.
@return [Array<Types::Block>]

@!attribute [rw] warnings

A list of warnings that occurred during the document-analysis
operation.
@return [Array<Types::Warning>]

@!attribute [rw] status_message

Returns if the detection job could not be completed. Contains
explanation for what error occured.
@return [String]

@!attribute [rw] analyze_document_model_version

@return [String]

@see docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/GetDocumentAnalysisResponse AWS API Documentation

Constants

SENSITIVE