Uses of Class
com.google.cloud.speech.v2.CustomClassName
-
Packages that use CustomClassName Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text API -
-
Uses of CustomClassName in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 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.v2 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.v2 with parameters of type CustomClassName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<CustomClass,OperationMetadata>
SpeechClient. deleteCustomClassAsync(CustomClassName name)
Deletes the [CustomClass][google.cloud.speech.v2.CustomClass].CustomClass
SpeechClient. getCustomClass(CustomClassName name)
Returns the requested [CustomClass][google.cloud.speech.v2.CustomClass].com.google.api.gax.longrunning.OperationFuture<CustomClass,OperationMetadata>
SpeechClient. undeleteCustomClassAsync(CustomClassName name)
Undeletes the [CustomClass][google.cloud.speech.v2.CustomClass].Method parameters in com.google.cloud.speech.v2 with type arguments of type CustomClassName Modifier and Type Method Description static List<String>
CustomClassName. toStringList(List<CustomClassName> values)
-