TTextractGetAdapterVersionRequest
Class in AWS.Textract
GetAdapterVersion request class.
Ancestors
Properties
AdapterId
property AdapterId: string
AdapterVersion
property AdapterVersion: string
Constructors
Create
constructor Create(const AAdapterId, AAdapterVersion: string);
Constructor for TTextractGetAdapterVersionRequest.
Parameters
| Name | Description |
|---|---|
AAdapterId | Specify the unique identifier for the adapter to be fetched. |
AAdapterVersion | Specify the version of the adapter to be fetched. |