Uses of Class
com.google.cloud.translate.spi.v2.TranslateRpc.Option
-
Packages that use TranslateRpc.Option Package Description com.google.cloud.translate.spi.v2 -
-
Uses of TranslateRpc.Option in com.google.cloud.translate.spi.v2
Methods in com.google.cloud.translate.spi.v2 that return TranslateRpc.Option Modifier and Type Method Description static TranslateRpc.Option
TranslateRpc.Option. valueOf(String name)
Returns the enum constant of this type with the specified name.static TranslateRpc.Option[]
TranslateRpc.Option. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.google.cloud.translate.spi.v2 with type arguments of type TranslateRpc.Option Modifier and Type Method Description List<com.google.api.services.translate.model.LanguagesResource>
HttpTranslateRpc. listSupportedLanguages(Map<TranslateRpc.Option,?> optionMap)
List<com.google.api.services.translate.model.LanguagesResource>
TranslateRpc. listSupportedLanguages(Map<TranslateRpc.Option,?> optionMap)
Returns a list of the languages supported by Google Translation.List<com.google.api.services.translate.model.TranslationsResource>
HttpTranslateRpc. translate(List<String> texts, Map<TranslateRpc.Option,?> optionMap)
List<com.google.api.services.translate.model.TranslationsResource>
TranslateRpc. translate(List<String> texts, Map<TranslateRpc.Option,?> optionMap)
Translates the provided texts.
-