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
| Name | Description |
|---|---|
AAdapterId | Specify the unique identifier for the adapter resource. |
AVersion | Specify the version of the adapter. |
constructor Create(const AAdapter, AVersion: string; const APages: array of string); overload;
Constructor for TTextractAdapter.
Parameters
| Name | Description |
|---|---|
AAdapterId | Specify the unique identifier for the adapter resource. |
AVersion | Specify the version of the adapter. |
APages | Specify the pages to apply the adapter to. |