Uses of Interface
com.google.cloud.speech.v1beta1.StreamingRecognitionResultOrBuilder
-
Packages that use StreamingRecognitionResultOrBuilder Package Description com.google.cloud.speech.v1beta1 -
-
Uses of StreamingRecognitionResultOrBuilder in com.google.cloud.speech.v1beta1
Classes in com.google.cloud.speech.v1beta1 that implement StreamingRecognitionResultOrBuilder Modifier and Type Class Description class
StreamingRecognitionResult
A streaming speech recognition result corresponding to a portion of the audio that is currently being processed.static class
StreamingRecognitionResult.Builder
A streaming speech recognition result corresponding to a portion of the audio that is currently being processed.Methods in com.google.cloud.speech.v1beta1 that return StreamingRecognitionResultOrBuilder Modifier and Type Method Description StreamingRecognitionResultOrBuilder
StreamingRecognizeResponse.Builder. getResultsOrBuilder(int index)
*Output-only* This repeated list contains zero or more results that correspond to consecutive portions of the audio currently being processed.StreamingRecognitionResultOrBuilder
StreamingRecognizeResponse. getResultsOrBuilder(int index)
*Output-only* This repeated list contains zero or more results that correspond to consecutive portions of the audio currently being processed.StreamingRecognitionResultOrBuilder
StreamingRecognizeResponseOrBuilder. getResultsOrBuilder(int index)
*Output-only* This repeated list contains zero or more results that correspond to consecutive portions of the audio currently being processed.Methods in com.google.cloud.speech.v1beta1 that return types with arguments of type StreamingRecognitionResultOrBuilder Modifier and Type Method Description List<? extends StreamingRecognitionResultOrBuilder>
StreamingRecognizeResponse.Builder. getResultsOrBuilderList()
*Output-only* This repeated list contains zero or more results that correspond to consecutive portions of the audio currently being processed.List<? extends StreamingRecognitionResultOrBuilder>
StreamingRecognizeResponse. getResultsOrBuilderList()
*Output-only* This repeated list contains zero or more results that correspond to consecutive portions of the audio currently being processed.List<? extends StreamingRecognitionResultOrBuilder>
StreamingRecognizeResponseOrBuilder. getResultsOrBuilderList()
*Output-only* This repeated list contains zero or more results that correspond to consecutive portions of the audio currently being processed.
-