String name
The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.
List<E> terms
The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.
String name
The name of the custom terminology being deleted.
String detectedLanguageCode
The language code of the auto-detected language from Amazon Comprehend.
TerminologyProperties terminologyProperties
The properties of the custom terminology being retrieved.
TerminologyDataLocation terminologyDataLocation
The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.
String name
The name of the custom terminology being imported.
String mergeStrategy
The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.
String description
The description of the custom terminology being imported.
TerminologyData terminologyData
The terminology data for the custom terminology being imported.
EncryptionKey encryptionKey
The encryption key for the custom terminology being imported.
TerminologyProperties terminologyProperties
The properties of the custom terminology being imported.
ByteBuffer file
The file containing the custom terminology data.
String format
The data format of the custom terminology. Either CSV or TMX.
String name
The name of the custom terminology.
String description
The description of the custom terminology properties.
String arn
The Amazon Resource Name (ARN) of the custom terminology.
String sourceLanguageCode
The language code for the source text of the translation request for which the custom terminology is being used.
List<E> targetLanguageCodes
The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
EncryptionKey encryptionKey
The encryption key for the custom terminology.
Integer sizeBytes
The size of the file used when importing a custom terminology.
Integer termCount
The number of terms included in the custom terminology.
Date createdAt
The time at which the custom terminology was created, based on the timestamp.
Date lastUpdatedAt
The time at which the custom terminology was last update, based on the timestamp.
String text
The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
List<E> terminologyNames
The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.
String sourceLanguageCode
The language code for the language of the source text. The language must be a language supported by Amazon Translate.
To have Amazon Translate determine the source language of your text, you can specify auto in the
SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon
Comprehend to determine the source language.
String targetLanguageCode
The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
String translatedText
The the translated text. The maximum length of this text is 5kb.
String sourceLanguageCode
The language code for the language of the source text.
String targetLanguageCode
The language code for the language of the target text.
List<E> appliedTerminologies
The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
Copyright © 2019. All rights reserved.