| Package | Description |
|---|---|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
TerminologyProperties |
TerminologyProperties.clone() |
TerminologyProperties |
ImportTerminologyResult.getTerminologyProperties()
The properties of the custom terminology being imported.
|
TerminologyProperties |
GetTerminologyResult.getTerminologyProperties()
The properties of the custom terminology being retrieved.
|
TerminologyProperties |
TerminologyProperties.withArn(String arn)
The Amazon Resource Name (ARN) of the custom terminology.
|
TerminologyProperties |
TerminologyProperties.withCreatedAt(Date createdAt)
The time at which the custom terminology was created, based on the timestamp.
|
TerminologyProperties |
TerminologyProperties.withDescription(String description)
The description of the custom terminology properties.
|
TerminologyProperties |
TerminologyProperties.withDirectionality(Directionality directionality)
The directionality of your terminology resource indicates whether it has one source language (uni-directional) or
multiple (multi-directional).
|
TerminologyProperties |
TerminologyProperties.withDirectionality(String directionality)
The directionality of your terminology resource indicates whether it has one source language (uni-directional) or
multiple (multi-directional).
|
TerminologyProperties |
TerminologyProperties.withEncryptionKey(EncryptionKey encryptionKey)
The encryption key for the custom terminology.
|
TerminologyProperties |
TerminologyProperties.withFormat(String format)
The format of the custom terminology input file.
|
TerminologyProperties |
TerminologyProperties.withFormat(TerminologyDataFormat format)
The format of the custom terminology input file.
|
TerminologyProperties |
TerminologyProperties.withLastUpdatedAt(Date lastUpdatedAt)
The time at which the custom terminology was last update, based on the timestamp.
|
TerminologyProperties |
TerminologyProperties.withMessage(String message)
Additional information from Amazon Translate about the terminology resource.
|
TerminologyProperties |
TerminologyProperties.withName(String name)
The name of the custom terminology.
|
TerminologyProperties |
TerminologyProperties.withSizeBytes(Integer sizeBytes)
The size of the file used when importing a custom terminology.
|
TerminologyProperties |
TerminologyProperties.withSkippedTermCount(Integer skippedTermCount)
The number of terms in the input file that Amazon Translate skipped when you created or updated the terminology
resource.
|
TerminologyProperties |
TerminologyProperties.withSourceLanguageCode(String sourceLanguageCode)
The language code for the source text of the translation request for which the custom terminology is being used.
|
TerminologyProperties |
TerminologyProperties.withTargetLanguageCodes(Collection<String> targetLanguageCodes)
The language codes for the target languages available with the custom terminology resource.
|
TerminologyProperties |
TerminologyProperties.withTargetLanguageCodes(String... targetLanguageCodes)
The language codes for the target languages available with the custom terminology resource.
|
TerminologyProperties |
TerminologyProperties.withTermCount(Integer termCount)
The number of terms included in the custom terminology.
|
| Modifier and Type | Method and Description |
|---|---|
List<TerminologyProperties> |
ListTerminologiesResult.getTerminologyPropertiesList()
The properties list of the custom terminologies returned on the list request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportTerminologyResult.setTerminologyProperties(TerminologyProperties terminologyProperties)
The properties of the custom terminology being imported.
|
void |
GetTerminologyResult.setTerminologyProperties(TerminologyProperties terminologyProperties)
The properties of the custom terminology being retrieved.
|
ImportTerminologyResult |
ImportTerminologyResult.withTerminologyProperties(TerminologyProperties terminologyProperties)
The properties of the custom terminology being imported.
|
GetTerminologyResult |
GetTerminologyResult.withTerminologyProperties(TerminologyProperties terminologyProperties)
The properties of the custom terminology being retrieved.
|
ListTerminologiesResult |
ListTerminologiesResult.withTerminologyPropertiesList(TerminologyProperties... terminologyPropertiesList)
The properties list of the custom terminologies returned on the list request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTerminologiesResult.setTerminologyPropertiesList(Collection<TerminologyProperties> terminologyPropertiesList)
The properties list of the custom terminologies returned on the list request.
|
ListTerminologiesResult |
ListTerminologiesResult.withTerminologyPropertiesList(Collection<TerminologyProperties> terminologyPropertiesList)
The properties list of the custom terminologies returned on the list request.
|
Copyright © 2022. All rights reserved.