Skip to main content

ITextractIdentityDocument

Interface in AWS.Textract

Interface for IdentityDocument.

Properties

Blocks

property Blocks: TList<ITextractBlock>

Type: ITextractBlock

Provides a list of items detected and analyzed from the input document.

DocumentIndex

property DocumentIndex: TOptional<Integer>

Provides the placement of a document in the IdentityDocument list.

The first document will be 1.

IdentityDocumentFields

property IdentityDocumentFields: TList<ITextractIdentityDocumentField>

Type: ITextractIdentityDocumentField

Provides the structure used to record information extracted from identity documents.

Contains both normalized field and value of the extracted text.