Uses of Class
com.google.cloud.speech.v1.SpeechSettings
-
Packages that use SpeechSettings Package Description com.google.cloud.speech.v1 A client to Cloud Speech-to-Text API -
-
Uses of SpeechSettings in com.google.cloud.speech.v1
Methods in com.google.cloud.speech.v1 that return SpeechSettings Modifier and Type Method Description SpeechSettings
SpeechSettings.Builder. build()
static SpeechSettings
SpeechSettings. create(SpeechStubSettings stub)
SpeechSettings
SpeechClient. getSettings()
Methods in com.google.cloud.speech.v1 with parameters of type SpeechSettings Modifier and Type Method Description static SpeechClient
SpeechClient. create(SpeechSettings settings)
Constructs an instance of SpeechClient, using the given settings.Constructors in com.google.cloud.speech.v1 with parameters of type SpeechSettings Constructor Description Builder(SpeechSettings settings)
SpeechClient(SpeechSettings settings)
Constructs an instance of SpeechClient, using the given settings.
-