Uses of Interface
com.google.cloud.speech.v1.PhraseSet.PhraseOrBuilder
-
Packages that use PhraseSet.PhraseOrBuilder Package Description com.google.cloud.speech.v1 A client to Cloud Speech-to-Text API -
-
Uses of PhraseSet.PhraseOrBuilder in com.google.cloud.speech.v1
Classes in com.google.cloud.speech.v1 that implement PhraseSet.PhraseOrBuilder Modifier and Type Class Description static class
PhraseSet.Phrase
A phrases containing words and phrase "hints" so that the speech recognition is more likely to recognize them.static class
PhraseSet.Phrase.Builder
A phrases containing words and phrase "hints" so that the speech recognition is more likely to recognize them.Methods in com.google.cloud.speech.v1 that return PhraseSet.PhraseOrBuilder Modifier and Type Method Description PhraseSet.PhraseOrBuilder
PhraseSet.Builder. getPhrasesOrBuilder(int index)
A list of word and phrases.PhraseSet.PhraseOrBuilder
PhraseSet. getPhrasesOrBuilder(int index)
A list of word and phrases.PhraseSet.PhraseOrBuilder
PhraseSetOrBuilder. getPhrasesOrBuilder(int index)
A list of word and phrases.Methods in com.google.cloud.speech.v1 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.
-