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