Uses of Interface
com.google.cloud.speech.v1.StreamingRecognitionResultOrBuilder
-
Packages that use StreamingRecognitionResultOrBuilder Package Description com.google.cloud.speech.v1 A client to Cloud Speech-to-Text API -
-
Uses of StreamingRecognitionResultOrBuilder in com.google.cloud.speech.v1
Classes in com.google.cloud.speech.v1 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.v1 that return StreamingRecognitionResultOrBuilder Modifier and Type Method Description StreamingRecognitionResultOrBuilder
StreamingRecognizeResponse.Builder. getResultsOrBuilder(int index)
This repeated list contains zero or more results that correspond to consecutive portions of the audio currently being processed.StreamingRecognitionResultOrBuilder
StreamingRecognizeResponse. getResultsOrBuilder(int index)
This repeated list contains zero or more results that correspond to consecutive portions of the audio currently being processed.StreamingRecognitionResultOrBuilder
StreamingRecognizeResponseOrBuilder. getResultsOrBuilder(int index)
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.v1 that return types with arguments of type StreamingRecognitionResultOrBuilder Modifier and Type Method Description List<? extends StreamingRecognitionResultOrBuilder>
StreamingRecognizeResponse.Builder. getResultsOrBuilderList()
This repeated list contains zero or more results that correspond to consecutive portions of the audio currently being processed.List<? extends StreamingRecognitionResultOrBuilder>
StreamingRecognizeResponse. getResultsOrBuilderList()
This repeated list contains zero or more results that correspond to consecutive portions of the audio currently being processed.List<? extends StreamingRecognitionResultOrBuilder>
StreamingRecognizeResponseOrBuilder. getResultsOrBuilderList()
This repeated list contains zero or more results that correspond to consecutive portions of the audio currently being processed.
-