Uses of Interface
com.google.cloud.videointelligence.v1.SpeechTranscriptionOrBuilder
-
Packages that use SpeechTranscriptionOrBuilder Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of SpeechTranscriptionOrBuilder in com.google.cloud.videointelligence.v1
Classes in com.google.cloud.videointelligence.v1 that implement SpeechTranscriptionOrBuilder Modifier and Type Class Description class
SpeechTranscription
A speech recognition result corresponding to a portion of the audio.static class
SpeechTranscription.Builder
A speech recognition result corresponding to a portion of the audio.Methods in com.google.cloud.videointelligence.v1 that return SpeechTranscriptionOrBuilder Modifier and Type Method Description SpeechTranscriptionOrBuilder
VideoAnnotationResults.Builder. getSpeechTranscriptionsOrBuilder(int index)
Speech transcription.SpeechTranscriptionOrBuilder
VideoAnnotationResults. getSpeechTranscriptionsOrBuilder(int index)
Speech transcription.SpeechTranscriptionOrBuilder
VideoAnnotationResultsOrBuilder. getSpeechTranscriptionsOrBuilder(int index)
Speech transcription.Methods in com.google.cloud.videointelligence.v1 that return types with arguments of type SpeechTranscriptionOrBuilder Modifier and Type Method Description List<? extends SpeechTranscriptionOrBuilder>
VideoAnnotationResults.Builder. getSpeechTranscriptionsOrBuilderList()
Speech transcription.List<? extends SpeechTranscriptionOrBuilder>
VideoAnnotationResults. getSpeechTranscriptionsOrBuilderList()
Speech transcription.List<? extends SpeechTranscriptionOrBuilder>
VideoAnnotationResultsOrBuilder. getSpeechTranscriptionsOrBuilderList()
Speech transcription.
-