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 classSpeechRecognitionResultA speech recognition result corresponding to a portion of the audio.static classSpeechRecognitionResult.BuilderA 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 SpeechRecognitionResultOrBuilderAsyncRecognizeResponse.Builder. getResultsOrBuilder(int index)*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResultOrBuilderAsyncRecognizeResponse. getResultsOrBuilder(int index)*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResultOrBuilderAsyncRecognizeResponseOrBuilder. getResultsOrBuilder(int index)*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResultOrBuilderSyncRecognizeResponse.Builder. getResultsOrBuilder(int index)*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResultOrBuilderSyncRecognizeResponse. getResultsOrBuilder(int index)*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResultOrBuilderSyncRecognizeResponseOrBuilder. 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.
-