Uses of Class
com.google.cloud.mediatranslation.v1beta1.SpeechTranslationServiceSettings
-
Packages that use SpeechTranslationServiceSettings Package Description com.google.cloud.mediatranslation.v1beta1 A client to Media Translation API -
-
Uses of SpeechTranslationServiceSettings in com.google.cloud.mediatranslation.v1beta1
Methods in com.google.cloud.mediatranslation.v1beta1 that return SpeechTranslationServiceSettings Modifier and Type Method Description SpeechTranslationServiceSettings
SpeechTranslationServiceSettings.Builder. build()
static SpeechTranslationServiceSettings
SpeechTranslationServiceSettings. create(SpeechTranslationServiceStubSettings stub)
SpeechTranslationServiceSettings
SpeechTranslationServiceClient. getSettings()
Methods in com.google.cloud.mediatranslation.v1beta1 with parameters of type SpeechTranslationServiceSettings Modifier and Type Method Description static SpeechTranslationServiceClient
SpeechTranslationServiceClient. create(SpeechTranslationServiceSettings settings)
Constructs an instance of SpeechTranslationServiceClient, using the given settings.Constructors in com.google.cloud.mediatranslation.v1beta1 with parameters of type SpeechTranslationServiceSettings Constructor Description Builder(SpeechTranslationServiceSettings settings)
SpeechTranslationServiceClient(SpeechTranslationServiceSettings settings)
Constructs an instance of SpeechTranslationServiceClient, using the given settings.
-