Uses of Class
com.google.cloud.translate.Translation
-
Packages that use Translation Package Description com.google.cloud.translate A client for Cloud Translation - Fast, dynamic translation. -
-
Uses of Translation in com.google.cloud.translate
Methods in com.google.cloud.translate that return Translation Modifier and Type Method Description Translation
Translate. translate(String text, Translate.TranslateOption... options)
Translates the provided text.Methods in com.google.cloud.translate that return types with arguments of type Translation Modifier and Type Method Description List<Translation>
Translate. translate(List<String> texts, Translate.TranslateOption... options)
Translates the provided texts.
-