Skip to main content

ITextractDocumentGroup

Interface in AWS.Textract

Interface for DocumentGroup.

Properties

DetectedSignatures

property DetectedSignatures: TList<ITextractDetectedSignature>

Type: ITextractDetectedSignature

A list of detected signatures found within the document group.

SplitDocuments

property SplitDocuments: TList<ITextractSplitDocument>

Type: ITextractSplitDocument

A list containing information about pages of a document. defined by logical boundaries.

Type

property Type: string

The type of the document detected by Amazon Textract.

UndetectedSignatures

property UndetectedSignatures: TList<ITextractUndetectedSignature>

Type: ITextractUndetectedSignature

A list of any expected signatures not found in a document group.