TerminologyProperties
The properties of the custom terminology.
Contents
- Arn
-
The Amazon Resource Name (ARN) of the custom terminology.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Required: No
- CreatedAt
-
The time at which the custom terminology was created, based on the timestamp.
Type: Timestamp
Required: No
- Description
-
The description of the custom terminology properties.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
[\P{M}\p{M}]{0,256}
Required: No
- Directionality
-
The directionality of your terminology resource indicates whether it has one source language (uni-directional) or multiple (multi-directional).
- UNI
-
The terminology resource has one source language (the first column in a CSV file), and all of its other languages are target languages.
- MULTI
-
Any language in the terminology resource can be the source language.
Type: String
Valid Values:
UNI | MULTI
Required: No
- EncryptionKey
-
The encryption key for the custom terminology.
Type: EncryptionKey object
Required: No
- Format
-
The format of the custom terminology input file.
Type: String
Valid Values:
CSV | TMX | TSV
Required: No
- LastUpdatedAt
-
The time at which the custom terminology was last update, based on the timestamp.
Type: Timestamp
Required: No
- Message
-
Additional information from Amazon Translate about the terminology resource.
Type: String
Required: No
- Name
-
The name of the custom terminology.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^([A-Za-z0-9-]_?)+$
Required: No
- SizeBytes
-
The size of the file used when importing a custom terminology.
Type: Integer
Required: No
- SkippedTermCount
-
The number of terms in the input file that Amazon Translate skipped when you created or updated the terminology resource.
Type: Integer
Required: No
- SourceLanguageCode
-
The language code for the source text of the translation request for which the custom terminology is being used.
Type: String
Length Constraints: Minimum length of 2. Maximum length of 5.
Required: No
- TargetLanguageCodes
-
The language codes for the target languages available with the custom terminology resource. All possible target languages are returned in array.
Type: Array of strings
Length Constraints: Minimum length of 2. Maximum length of 5.
Required: No
- TermCount
-
The number of terms included in the custom terminology.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: