Uses of Class
com.google.cloud.speech.v2.SpeechClient
-
Packages that use SpeechClient Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text API -
-
Uses of SpeechClient in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 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.
-