ITextractAnalyzeDocumentResponse
Interface in AWS.Textract
Interface for AnalyzeDocument responses.
Ancestors
Properties
AnalyzeDocumentModelVersion
property AnalyzeDocumentModelVersion: string
Provides the version of the model used to analyze the document.
Blocks
property Blocks: TList<ITextractBlock>
Type: ITextractBlock
Provides a list of items detected and analyzed from the input document.
DocumentMetadata
property DocumentMetadata: ITextractDocumentMetadata
Type: ITextractDocumentMetadata
Provides metadata about the analyzed document.
HumanLoopActivationOutput
property HumanLoopActivationOutput: ITextractHumanLoopActivationOutput
Type: ITextractHumanLoopActivationOutput
Provides the results of the human in the loop evaluation.