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 TranslateOptionsTranslateOptions.Builder. build()static TranslateOptionsTranslateOptions. getDefaultInstance()Returns a defaultTranslateOptionsinstance.Methods in com.google.cloud.translate with parameters of type TranslateOptions Modifier and Type Method Description TranslateTranslateOptions.DefaultTranslateFactory. create(TranslateOptions options)com.google.cloud.ServiceRpcTranslateOptions.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 TranslateOptionsRemoteTranslateHelper. getOptions()Returns aTranslateOptionsobject to be used for testing.
-