Uses of Interface
com.google.cloud.speech.v1p1beta1.PhraseSet.PhraseOrBuilder
-
Packages that use PhraseSet.PhraseOrBuilder Package Description com.google.cloud.speech.v1p1beta1 A client to Cloud Speech-to-Text API -
-
Uses of PhraseSet.PhraseOrBuilder in com.google.cloud.speech.v1p1beta1
Classes in com.google.cloud.speech.v1p1beta1 that implement PhraseSet.PhraseOrBuilder Modifier and Type Class Description static classPhraseSet.PhraseA phrases containing words and phrase "hints" so that the speech recognition is more likely to recognize them.static classPhraseSet.Phrase.BuilderA phrases containing words and phrase "hints" so that the speech recognition is more likely to recognize them.Methods in com.google.cloud.speech.v1p1beta1 that return PhraseSet.PhraseOrBuilder Modifier and Type Method Description PhraseSet.PhraseOrBuilderPhraseSet.Builder. getPhrasesOrBuilder(int index)A list of word and phrases.PhraseSet.PhraseOrBuilderPhraseSet. getPhrasesOrBuilder(int index)A list of word and phrases.PhraseSet.PhraseOrBuilderPhraseSetOrBuilder. getPhrasesOrBuilder(int index)A list of word and phrases.Methods in com.google.cloud.speech.v1p1beta1 that return types with arguments of type PhraseSet.PhraseOrBuilder Modifier and Type Method Description List<? extends PhraseSet.PhraseOrBuilder>PhraseSet.Builder. getPhrasesOrBuilderList()A list of word and phrases.List<? extends PhraseSet.PhraseOrBuilder>PhraseSet. getPhrasesOrBuilderList()A list of word and phrases.List<? extends PhraseSet.PhraseOrBuilder>PhraseSetOrBuilder. getPhrasesOrBuilderList()A list of word and phrases.
-