Uses of Class
com.google.cloud.speech.v1p1beta1.SpeechClient
-
Packages that use SpeechClient Package Description com.google.cloud.speech.v1p1beta1 A client to Cloud Speech-to-Text API -
-
Uses of SpeechClient in com.google.cloud.speech.v1p1beta1
Methods in com.google.cloud.speech.v1p1beta1 that return SpeechClient Modifier and Type Method Description static SpeechClient
SpeechClient. create()
Constructs an instance of SpeechClient with default settings.static SpeechClient
SpeechClient. create(SpeechSettings settings)
Constructs an instance of SpeechClient, using the given settings.static SpeechClient
SpeechClient. create(SpeechStub stub)
Constructs an instance of SpeechClient, using the given stub for making calls.
-