Uses of Interface
com.google.cloud.speech.v1.SpeechContextOrBuilder
-
Packages that use SpeechContextOrBuilder Package Description com.google.cloud.speech.v1 A client to Cloud Speech-to-Text API -
-
Uses of SpeechContextOrBuilder in com.google.cloud.speech.v1
Classes in com.google.cloud.speech.v1 that implement SpeechContextOrBuilder Modifier and Type Class Description classSpeechContextProvides "hints" to the speech recognizer to favor specific words and phrases in the results.static classSpeechContext.BuilderProvides "hints" to the speech recognizer to favor specific words and phrases in the results.Methods in com.google.cloud.speech.v1 that return SpeechContextOrBuilder Modifier and Type Method Description SpeechContextOrBuilderRecognitionConfig.Builder. getSpeechContextsOrBuilder(int index)Array of [SpeechContext][google.cloud.speech.v1.SpeechContext].SpeechContextOrBuilderRecognitionConfig. getSpeechContextsOrBuilder(int index)Array of [SpeechContext][google.cloud.speech.v1.SpeechContext].SpeechContextOrBuilderRecognitionConfigOrBuilder. getSpeechContextsOrBuilder(int index)Array of [SpeechContext][google.cloud.speech.v1.SpeechContext].Methods in com.google.cloud.speech.v1 that return types with arguments of type SpeechContextOrBuilder Modifier and Type Method Description List<? extends SpeechContextOrBuilder>RecognitionConfig.Builder. getSpeechContextsOrBuilderList()Array of [SpeechContext][google.cloud.speech.v1.SpeechContext].List<? extends SpeechContextOrBuilder>RecognitionConfig. getSpeechContextsOrBuilderList()Array of [SpeechContext][google.cloud.speech.v1.SpeechContext].List<? extends SpeechContextOrBuilder>RecognitionConfigOrBuilder. getSpeechContextsOrBuilderList()Array of [SpeechContext][google.cloud.speech.v1.SpeechContext].
-