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 class
SpeechContext
Provides "hints" to the speech recognizer to favor specific words and phrases in the results.static class
SpeechContext.Builder
Provides "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 SpeechContextOrBuilder
RecognitionConfig.Builder. getSpeechContextsOrBuilder(int index)
Array of [SpeechContext][google.cloud.speech.v1.SpeechContext].SpeechContextOrBuilder
RecognitionConfig. getSpeechContextsOrBuilder(int index)
Array of [SpeechContext][google.cloud.speech.v1.SpeechContext].SpeechContextOrBuilder
RecognitionConfigOrBuilder. 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].
-