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 PhraseSetNamePhraseSetName.Builder. build()static PhraseSetNamePhraseSetName. of(String project, String location, String phraseSet)static PhraseSetNamePhraseSetName. 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 voidAdaptationClient. deletePhraseSet(PhraseSetName name)Delete a phrase set.PhraseSetAdaptationClient. 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)
-