| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
StreamingRecognizeResponseOrBuilder.getResultsOrBuilder(int index)
This repeated list contains zero or more results that
correspond to consecutive portions of the audio currently being processed.
|
| Modifier and Type | Method and Description |
|---|---|
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> |
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> |
StreamingRecognizeResponseOrBuilder.getResultsOrBuilderList()
This repeated list contains zero or more results that
correspond to consecutive portions of the audio currently being processed.
|
Copyright © 2020 Google LLC. All rights reserved.