Skip to main content

TTextractAdapter

Class in AWS.Textract

Ancestors

Properties

AdapterId

property AdapterId: string

Pages

property Pages: TList<string>

Version

property Version: string

Constructors

Create

constructor Create; overload;

Constructor for TTextractAdapter.


constructor Create(const AAdapter, AVersion: string); overload;

Constructor for TTextractAdapter.

Parameters

NameDescription
AAdapterIdSpecify the unique identifier for the adapter resource.
AVersionSpecify the version of the adapter.

constructor Create(const AAdapter, AVersion: string; const APages: array of string); overload;

Constructor for TTextractAdapter.

Parameters

NameDescription
AAdapterIdSpecify the unique identifier for the adapter resource.
AVersionSpecify the version of the adapter.
APagesSpecify the pages to apply the adapter to.