Skip to main content

ITextractGetResponse

Interface in AWS.Textract

Base interface for Textract Get* responses.

Ancestors

Properties

DocumentMetadata

property DocumentMetadata: ITextractDocumentMetadata

Type: ITextractDocumentMetadata

Provides metadata about the input document.

JobStatus

property JobStatus: string

Provides the current status of the job.

StatusMessage

property StatusMessage: string

Provides an explanation for the error in the event the job could not be completed.

Warnings

property Warnings: TList<ITextractWarning>

Type: ITextractWarning

Provides a list of warnings that occured during the operation.