Uses of Interface
com.google.cloud.speech.v2.SpeechAdaptation.AdaptationPhraseSetOrBuilder
-
Packages that use SpeechAdaptation.AdaptationPhraseSetOrBuilder Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text API -
-
Uses of SpeechAdaptation.AdaptationPhraseSetOrBuilder in com.google.cloud.speech.v2
Classes in com.google.cloud.speech.v2 that implement SpeechAdaptation.AdaptationPhraseSetOrBuilder Modifier and Type Class Description static class
SpeechAdaptation.AdaptationPhraseSet
A biasing PhraseSet, which can be either a string referencing the name of an existing PhraseSets resource, or an inline definition of a PhraseSet.static class
SpeechAdaptation.AdaptationPhraseSet.Builder
A biasing PhraseSet, which can be either a string referencing the name of an existing PhraseSets resource, or an inline definition of a PhraseSet.Methods in com.google.cloud.speech.v2 that return SpeechAdaptation.AdaptationPhraseSetOrBuilder Modifier and Type Method Description SpeechAdaptation.AdaptationPhraseSetOrBuilder
SpeechAdaptation.Builder. getPhraseSetsOrBuilder(int index)
A list of inline or referenced PhraseSets.SpeechAdaptation.AdaptationPhraseSetOrBuilder
SpeechAdaptation. getPhraseSetsOrBuilder(int index)
A list of inline or referenced PhraseSets.SpeechAdaptation.AdaptationPhraseSetOrBuilder
SpeechAdaptationOrBuilder. getPhraseSetsOrBuilder(int index)
A list of inline or referenced PhraseSets.Methods in com.google.cloud.speech.v2 that return types with arguments of type SpeechAdaptation.AdaptationPhraseSetOrBuilder Modifier and Type Method Description List<? extends SpeechAdaptation.AdaptationPhraseSetOrBuilder>
SpeechAdaptation.Builder. getPhraseSetsOrBuilderList()
A list of inline or referenced PhraseSets.List<? extends SpeechAdaptation.AdaptationPhraseSetOrBuilder>
SpeechAdaptation. getPhraseSetsOrBuilderList()
A list of inline or referenced PhraseSets.List<? extends SpeechAdaptation.AdaptationPhraseSetOrBuilder>
SpeechAdaptationOrBuilder. getPhraseSetsOrBuilderList()
A list of inline or referenced PhraseSets.
-