Uses of Class
com.google.cloud.speech.v1p1beta1.CustomClassName
-
Packages that use CustomClassName Package Description com.google.cloud.speech.v1p1beta1 A client to Cloud Speech-to-Text API -
-
Uses of CustomClassName in com.google.cloud.speech.v1p1beta1
Methods in com.google.cloud.speech.v1p1beta1 that return CustomClassName Modifier and Type Method Description CustomClassName
CustomClassName.Builder. build()
static CustomClassName
CustomClassName. of(String project, String location, String customClass)
static CustomClassName
CustomClassName. parse(String formattedString)
Methods in com.google.cloud.speech.v1p1beta1 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.v1p1beta1 with parameters of type CustomClassName Modifier and Type Method Description void
AdaptationClient. deleteCustomClass(CustomClassName name)
Delete a custom class.CustomClass
AdaptationClient. getCustomClass(CustomClassName name)
Get a custom class.Method parameters in com.google.cloud.speech.v1p1beta1 with type arguments of type CustomClassName Modifier and Type Method Description static List<String>
CustomClassName. toStringList(List<CustomClassName> values)
-