Uses of Class
com.google.cloud.speech.v1.CustomClassName
-
Packages that use CustomClassName Package Description com.google.cloud.speech.v1 A client to Cloud Speech-to-Text API -
-
Uses of CustomClassName in com.google.cloud.speech.v1
Methods in com.google.cloud.speech.v1 that return CustomClassName Modifier and Type Method Description CustomClassNameCustomClassName.Builder. build()static CustomClassNameCustomClassName. of(String project, String location, String customClass)static CustomClassNameCustomClassName. parse(String formattedString)Methods in com.google.cloud.speech.v1 that return types with arguments of type CustomClassName Modifier and Type Method Description static List<CustomClassName>CustomClassName. parseList(List<String> formattedStrings)Methods in com.google.cloud.speech.v1 with parameters of type CustomClassName Modifier and Type Method Description voidAdaptationClient. deleteCustomClass(CustomClassName name)Delete a custom class.CustomClassAdaptationClient. getCustomClass(CustomClassName name)Get a custom class.Method parameters in com.google.cloud.speech.v1 with type arguments of type CustomClassName Modifier and Type Method Description static List<String>CustomClassName. toStringList(List<CustomClassName> values)
-