Skip to main content

ITranslateImportTerminologyRequest

Interface in AWS.Translate

Interface for ImportTerminology requests.

Ancestors

Properties

Description

property Description: string

Specify a description of the custom terminology being imported.

EncryptionKey

property EncryptionKey: ITranslateEncryptionKey

Type: ITranslateEncryptionKey

Specify the encryption key to use for the custom terminology being imported.

MergeStrategy

property MergeStrategy: string

Specify a merge strategy for the custom terminology being imported.

Valid values: OVERWRITE. Current, only the OVERWRITE merge strategy is supported.

Name

property Name: string

Specify the name for the custom terminology being imported.

Tags

property Tags: TList<ITranslateTag>

Type: ITranslateTag

Specify a list of tags (key-value pairs) to associate with the resource.

TerminologyData

property TerminologyData: ITranslateTerminologyData

Type: ITranslateTerminologyData

Specify the terminology data for the custom terminology being imported.

Methods

AddTag

function AddTag(const AKey, AValue: string): Integer;

Add a key-value pair to Tags.

Parameters

NameDescription
AKeySpecify a key for the tag.
AValueSpecify a value for the tag.

Returns

Returns the index of the added tag.