Uses of Class
com.google.cloud.speech.v1p1beta1.PhraseSetName
-
Packages that use PhraseSetName Package Description com.google.cloud.speech.v1p1beta1 A client to Cloud Speech-to-Text API -
-
Uses of PhraseSetName in com.google.cloud.speech.v1p1beta1
Methods in com.google.cloud.speech.v1p1beta1 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.v1p1beta1 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.v1p1beta1 with parameters of type PhraseSetName Modifier and Type Method Description void
AdaptationClient. deletePhraseSet(PhraseSetName name)
Delete a phrase set.PhraseSet
AdaptationClient. getPhraseSet(PhraseSetName name)
Get a phrase set.Method parameters in com.google.cloud.speech.v1p1beta1 with type arguments of type PhraseSetName Modifier and Type Method Description static List<String>
PhraseSetName. toStringList(List<PhraseSetName> values)
-