class Aws::Textract::Types::GetDocumentTextDetectionResponse

@!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-detection operation.
@return [Array<Types::Block>]

@!attribute [rw] warnings

A list of warnings that occurred during the text-detection operation
for the document.
@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] detect_document_text_model_version

@return [String]

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

Constants

SENSITIVE