Uses of Class
com.google.cloud.translate.TranslateOptions
-
Packages that use TranslateOptions Package Description com.google.cloud.translate A client for Cloud Translation - Fast, dynamic translation.com.google.cloud.translate.spi.v2 com.google.cloud.translate.testing A testing helper for Google Translation. -
-
Uses of TranslateOptions in com.google.cloud.translate
Methods in com.google.cloud.translate that return TranslateOptions Modifier and Type Method Description TranslateOptions
TranslateOptions.Builder. build()
static TranslateOptions
TranslateOptions. getDefaultInstance()
Returns a defaultTranslateOptions
instance.Methods in com.google.cloud.translate with parameters of type TranslateOptions Modifier and Type Method Description Translate
TranslateOptions.DefaultTranslateFactory. create(TranslateOptions options)
com.google.cloud.ServiceRpc
TranslateOptions.DefaultTranslateRpcFactory. create(TranslateOptions options)
-
Uses of TranslateOptions in com.google.cloud.translate.spi.v2
Constructors in com.google.cloud.translate.spi.v2 with parameters of type TranslateOptions Constructor Description HttpTranslateRpc(TranslateOptions options)
-
Uses of TranslateOptions in com.google.cloud.translate.testing
Methods in com.google.cloud.translate.testing that return TranslateOptions Modifier and Type Method Description TranslateOptions
RemoteTranslateHelper. getOptions()
Returns aTranslateOptions
object to be used for testing.
-