Uses of Interface
com.google.cloud.videointelligence.v1p1beta1.SpeechContextOrBuilder
-
Packages that use SpeechContextOrBuilder Package Description com.google.cloud.videointelligence.v1p1beta1 A client to Cloud Video Intelligence API -
-
Uses of SpeechContextOrBuilder in com.google.cloud.videointelligence.v1p1beta1
Classes in com.google.cloud.videointelligence.v1p1beta1 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.videointelligence.v1p1beta1 that return SpeechContextOrBuilder Modifier and Type Method Description SpeechContextOrBuilder
SpeechTranscriptionConfig.Builder. getSpeechContextsOrBuilder(int index)
Optional.SpeechContextOrBuilder
SpeechTranscriptionConfig. getSpeechContextsOrBuilder(int index)
Optional.SpeechContextOrBuilder
SpeechTranscriptionConfigOrBuilder. getSpeechContextsOrBuilder(int index)
Optional.Methods in com.google.cloud.videointelligence.v1p1beta1 that return types with arguments of type SpeechContextOrBuilder Modifier and Type Method Description List<? extends SpeechContextOrBuilder>
SpeechTranscriptionConfig.Builder. getSpeechContextsOrBuilderList()
Optional.List<? extends SpeechContextOrBuilder>
SpeechTranscriptionConfig. getSpeechContextsOrBuilderList()
Optional.List<? extends SpeechContextOrBuilder>
SpeechTranscriptionConfigOrBuilder. getSpeechContextsOrBuilderList()
Optional.
-