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 classSpeechAdaptation.AdaptationPhraseSetA biasing PhraseSet, which can be either a string referencing the name of an existing PhraseSets resource, or an inline definition of a PhraseSet.static classSpeechAdaptation.AdaptationPhraseSet.BuilderA 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.AdaptationPhraseSetOrBuilderSpeechAdaptation.Builder. getPhraseSetsOrBuilder(int index)A list of inline or referenced PhraseSets.SpeechAdaptation.AdaptationPhraseSetOrBuilderSpeechAdaptation. getPhraseSetsOrBuilder(int index)A list of inline or referenced PhraseSets.SpeechAdaptation.AdaptationPhraseSetOrBuilderSpeechAdaptationOrBuilder. 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.
-