Uses of Class
com.google.cloud.speech.v2.PhraseSetName
-
Packages that use PhraseSetName Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text API -
-
Uses of PhraseSetName in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 that return PhraseSetName Modifier and Type Method Description PhraseSetName
PhraseSetName.Builder. build()
static PhraseSetName
PhraseSetName. of(String project, String location, String phraseSet)
static PhraseSetName
PhraseSetName. parse(String formattedString)
Methods in com.google.cloud.speech.v2 that return types with arguments of type PhraseSetName Modifier and Type Method Description static List<PhraseSetName>
PhraseSetName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.speech.v2 with parameters of type PhraseSetName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<PhraseSet,OperationMetadata>
SpeechClient. deletePhraseSetAsync(PhraseSetName name)
Deletes the [PhraseSet][google.cloud.speech.v2.PhraseSet].PhraseSet
SpeechClient. getPhraseSet(PhraseSetName name)
Returns the requested [PhraseSet][google.cloud.speech.v2.PhraseSet].com.google.api.gax.longrunning.OperationFuture<PhraseSet,OperationMetadata>
SpeechClient. undeletePhraseSetAsync(PhraseSetName name)
Undeletes the [PhraseSet][google.cloud.speech.v2.PhraseSet].Method parameters in com.google.cloud.speech.v2 with type arguments of type PhraseSetName Modifier and Type Method Description static List<String>
PhraseSetName. toStringList(List<PhraseSetName> values)
-