Uses of Class
com.google.cloud.mediatranslation.v1beta1.SpeechTranslationServiceClient
-
Packages that use SpeechTranslationServiceClient Package Description com.google.cloud.mediatranslation.v1beta1 A client to Media Translation API -
-
Uses of SpeechTranslationServiceClient in com.google.cloud.mediatranslation.v1beta1
Methods in com.google.cloud.mediatranslation.v1beta1 that return SpeechTranslationServiceClient Modifier and Type Method Description static SpeechTranslationServiceClient
SpeechTranslationServiceClient. create()
Constructs an instance of SpeechTranslationServiceClient with default settings.static SpeechTranslationServiceClient
SpeechTranslationServiceClient. create(SpeechTranslationServiceSettings settings)
Constructs an instance of SpeechTranslationServiceClient, using the given settings.static SpeechTranslationServiceClient
SpeechTranslationServiceClient. create(SpeechTranslationServiceStub stub)
Constructs an instance of SpeechTranslationServiceClient, using the given stub for making calls.
-