Uses of Class
com.google.cloud.speech.v2.ConfigName
-
Packages that use ConfigName Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text API -
-
Uses of ConfigName in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 that return ConfigName Modifier and Type Method Description ConfigName
ConfigName.Builder. build()
static ConfigName
ConfigName. of(String project, String location)
static ConfigName
ConfigName. parse(String formattedString)
Methods in com.google.cloud.speech.v2 that return types with arguments of type ConfigName Modifier and Type Method Description static List<ConfigName>
ConfigName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.speech.v2 with parameters of type ConfigName Modifier and Type Method Description Config
SpeechClient. getConfig(ConfigName name)
Returns the requested [Config][google.cloud.speech.v2.Config].Method parameters in com.google.cloud.speech.v2 with type arguments of type ConfigName Modifier and Type Method Description static List<String>
ConfigName. toStringList(List<ConfigName> values)
-