| Package | Description |
|---|---|
| com.google.api.services.translate.v3.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentTranslation |
DocumentTranslation.clone() |
DocumentTranslation |
TranslateDocumentResponse.getDocumentTranslation()
Translated document.
|
DocumentTranslation |
TranslateDocumentResponse.getGlossaryDocumentTranslation()
The document's translation output if a glossary is provided in the request.
|
DocumentTranslation |
DocumentTranslation.set(String fieldName,
Object value) |
DocumentTranslation |
DocumentTranslation.setByteStreamOutputs(List<String> byteStreamOutputs)
The array of translated documents.
|
DocumentTranslation |
DocumentTranslation.setDetectedLanguageCode(String detectedLanguageCode)
The detected language for the input document.
|
DocumentTranslation |
DocumentTranslation.setMimeType(String mimeType)
The translated document's mime type.
|
| Modifier and Type | Method and Description |
|---|---|
TranslateDocumentResponse |
TranslateDocumentResponse.setDocumentTranslation(DocumentTranslation documentTranslation)
Translated document.
|
TranslateDocumentResponse |
TranslateDocumentResponse.setGlossaryDocumentTranslation(DocumentTranslation glossaryDocumentTranslation)
The document's translation output if a glossary is provided in the request.
|
Copyright © 2011–2021 Google. All rights reserved.