public class TranslateSnippets extends Object
Translate interface.| Constructor and Description |
|---|
TranslateSnippets(com.google.cloud.translate.Translate translate) |
| Modifier and Type | Method and Description |
|---|---|
com.google.cloud.translate.Detection |
detectLanguageOfText()
Example of detecting the language of a text.
|
List<com.google.cloud.translate.Detection> |
detectLanguageOfTextList()
Example of detecting the language of some texts.
|
List<com.google.cloud.translate.Detection> |
detectLanguageOfTexts()
Example of detecting the language of some texts.
|
List<com.google.cloud.translate.Language> |
listSupportedLanguages()
Example of listing supported languages, localized according to
TranslateOptions.targetLanguage(). |
List<com.google.cloud.translate.Language> |
listSupportedLanguagesWithTarget()
Example of listing supported languages, localized according to a provided language.
|
com.google.cloud.translate.Translation |
translateText()
Example of translating a text.
|
List<com.google.cloud.translate.Translation> |
translateTexts()
Example of translating some texts.
|
List<com.google.cloud.translate.Translation> |
translateTextsWithOptions()
Example of translating some texts, specifying source and target language.
|
com.google.cloud.translate.Translation |
translateTextWithOptions()
Example of translating a text, specifying source and target language.
|
public TranslateSnippets(com.google.cloud.translate.Translate translate)
public List<com.google.cloud.translate.Language> listSupportedLanguages()
TranslateOptions.targetLanguage().public List<com.google.cloud.translate.Language> listSupportedLanguagesWithTarget()
public List<com.google.cloud.translate.Detection> detectLanguageOfTextList()
public List<com.google.cloud.translate.Detection> detectLanguageOfTexts()
public com.google.cloud.translate.Detection detectLanguageOfText()
public List<com.google.cloud.translate.Translation> translateTexts()
public List<com.google.cloud.translate.Translation> translateTextsWithOptions()
public com.google.cloud.translate.Translation translateText()
public com.google.cloud.translate.Translation translateTextWithOptions()
Copyright © 2016 Google. All rights reserved.