Uses of Interface
com.google.cloud.speech.v1beta1.SpeechRecognitionResultOrBuilder
-
Packages that use SpeechRecognitionResultOrBuilder Package Description com.google.cloud.speech.v1beta1 -
-
Uses of SpeechRecognitionResultOrBuilder in com.google.cloud.speech.v1beta1
Classes in com.google.cloud.speech.v1beta1 that implement SpeechRecognitionResultOrBuilder Modifier and Type Class Description class
SpeechRecognitionResult
A speech recognition result corresponding to a portion of the audio.static class
SpeechRecognitionResult.Builder
A speech recognition result corresponding to a portion of the audio.Methods in com.google.cloud.speech.v1beta1 that return SpeechRecognitionResultOrBuilder Modifier and Type Method Description SpeechRecognitionResultOrBuilder
AsyncRecognizeResponse.Builder. getResultsOrBuilder(int index)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResultOrBuilder
AsyncRecognizeResponse. getResultsOrBuilder(int index)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResultOrBuilder
AsyncRecognizeResponseOrBuilder. getResultsOrBuilder(int index)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResultOrBuilder
SyncRecognizeResponse.Builder. getResultsOrBuilder(int index)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResultOrBuilder
SyncRecognizeResponse. getResultsOrBuilder(int index)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResultOrBuilder
SyncRecognizeResponseOrBuilder. getResultsOrBuilder(int index)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.Methods in com.google.cloud.speech.v1beta1 that return types with arguments of type SpeechRecognitionResultOrBuilder Modifier and Type Method Description List<? extends SpeechRecognitionResultOrBuilder>
AsyncRecognizeResponse.Builder. getResultsOrBuilderList()
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.List<? extends SpeechRecognitionResultOrBuilder>
AsyncRecognizeResponse. getResultsOrBuilderList()
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.List<? extends SpeechRecognitionResultOrBuilder>
AsyncRecognizeResponseOrBuilder. getResultsOrBuilderList()
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.List<? extends SpeechRecognitionResultOrBuilder>
SyncRecognizeResponse.Builder. getResultsOrBuilderList()
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.List<? extends SpeechRecognitionResultOrBuilder>
SyncRecognizeResponse. getResultsOrBuilderList()
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.List<? extends SpeechRecognitionResultOrBuilder>
SyncRecognizeResponseOrBuilder. getResultsOrBuilderList()
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.
-