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 classStreamingRecognitionResultA streaming speech recognition result corresponding to a portion of the audio that is currently being processed.static classStreamingRecognitionResult.BuilderA 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 StreamingRecognitionResultOrBuilderStreamingRecognizeResponse.Builder. getResultsOrBuilder(int index)This repeated list contains zero or more results that correspond to consecutive portions of the audio currently being processed.StreamingRecognitionResultOrBuilderStreamingRecognizeResponse. getResultsOrBuilder(int index)This repeated list contains zero or more results that correspond to consecutive portions of the audio currently being processed.StreamingRecognitionResultOrBuilderStreamingRecognizeResponseOrBuilder. 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.
-