| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
default TranslateDocumentResponse.Builder |
TranslateDocumentResponse.Builder.appliedSettings(Consumer<TranslationSettings.Builder> appliedSettings)
Sets the value of the AppliedSettings property for this object.
|
TranslateDocumentResponse.Builder |
TranslateDocumentResponse.Builder.appliedSettings(TranslationSettings appliedSettings)
Sets the value of the AppliedSettings property for this object.
|
TranslateDocumentResponse.Builder |
TranslateDocumentResponse.Builder.appliedTerminologies(AppliedTerminology... appliedTerminologies)
The names of the custom terminologies applied to the input text by Amazon Translate to produce the translated
text document.
|
TranslateDocumentResponse.Builder |
TranslateDocumentResponse.Builder.appliedTerminologies(Collection<AppliedTerminology> appliedTerminologies)
The names of the custom terminologies applied to the input text by Amazon Translate to produce the translated
text document.
|
TranslateDocumentResponse.Builder |
TranslateDocumentResponse.Builder.appliedTerminologies(Consumer<AppliedTerminology.Builder>... appliedTerminologies)
The names of the custom terminologies applied to the input text by Amazon Translate to produce the translated
text document.
|
static TranslateDocumentResponse.Builder |
TranslateDocumentResponse.builder() |
TranslateDocumentResponse.Builder |
TranslateDocumentResponse.Builder.sourceLanguageCode(String sourceLanguageCode)
The language code of the source document.
|
TranslateDocumentResponse.Builder |
TranslateDocumentResponse.Builder.targetLanguageCode(String targetLanguageCode)
The language code of the translated document.
|
TranslateDocumentResponse.Builder |
TranslateDocumentResponse.toBuilder() |
default TranslateDocumentResponse.Builder |
TranslateDocumentResponse.Builder.translatedDocument(Consumer<TranslatedDocument.Builder> translatedDocument)
The document containing the translated content.
|
TranslateDocumentResponse.Builder |
TranslateDocumentResponse.Builder.translatedDocument(TranslatedDocument translatedDocument)
The document containing the translated content.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TranslateDocumentResponse.Builder> |
TranslateDocumentResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.