ITextractCreateAdapterVersionRequest
Interface in AWS.Textract
Interface for CreateAdapterVersion requests.
Ancestors
Properties
AdapterId
property AdapterId: string
Specify the unique identifier for the adapter that will receive a new version.
ClientRequestToken
property ClientRequestToken: string
Specify an idempotent token that you use to identify the request.
If you use the same token with multiple requests, the same session is returned. This token is employed to avoid unintentional creation of the same session multiple times.
DatasetConfig
property DatasetConfig: ITextractAdapterVersionDatasetConfig
Type: ITextractAdapterVersionDatasetConfig
Specify the dataset used to train a new adapter version.
KMSKeyId
property KMSKeyId: string
Specify the KMS key used to encrypt the results.
This can be either a Key ID or Key Alias format. When specified, the KMS key will be used for server-side encryption of the objects in the customer bucket. When not specified, the results will be encrypted using server-side using SSE-S3.
OutputConfig
property OutputConfig: ITextractOutputConfig
Type: ITextractOutputConfig
Specify an Amazon S3 bucket as a destination for the output.
If not specified, Amazon Textract will save the results internally to be accessed by the relevant Get* operations.
Tags
property Tags: TDictionary<string, string>
Specify Tags to be added to the adapter version.
Methods
AddTag
procedure AddTag(const AKey, AValue: string);
Add a key/value pair to Tags.
Parameters
| Name | Description |
|---|---|
AKey | Specify the key of the tag to add. |
AValue | Specify the value of the tag to add. |