public interface BatchRecognizeResultsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RecognitionResponseMetadata |
getMetadata()
Metadata about the recognition.
|
RecognitionResponseMetadataOrBuilder |
getMetadataOrBuilder()
Metadata about the recognition.
|
SpeechRecognitionResult |
getResults(int index)
Sequential list of transcription results corresponding to sequential
portions of audio.
|
int |
getResultsCount()
Sequential list of transcription results corresponding to sequential
portions of audio.
|
List<SpeechRecognitionResult> |
getResultsList()
Sequential list of transcription results corresponding to sequential
portions of audio.
|
SpeechRecognitionResultOrBuilder |
getResultsOrBuilder(int index)
Sequential list of transcription results corresponding to sequential
portions of audio.
|
List<? extends SpeechRecognitionResultOrBuilder> |
getResultsOrBuilderList()
Sequential list of transcription results corresponding to sequential
portions of audio.
|
boolean |
hasMetadata()
Metadata about the recognition.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SpeechRecognitionResult> getResultsList()
Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v2.SpeechRecognitionResult results = 1;SpeechRecognitionResult getResults(int index)
Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v2.SpeechRecognitionResult results = 1;int getResultsCount()
Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v2.SpeechRecognitionResult results = 1;List<? extends SpeechRecognitionResultOrBuilder> getResultsOrBuilderList()
Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v2.SpeechRecognitionResult results = 1;SpeechRecognitionResultOrBuilder getResultsOrBuilder(int index)
Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v2.SpeechRecognitionResult results = 1;boolean hasMetadata()
Metadata about the recognition.
.google.cloud.speech.v2.RecognitionResponseMetadata metadata = 2;RecognitionResponseMetadata getMetadata()
Metadata about the recognition.
.google.cloud.speech.v2.RecognitionResponseMetadata metadata = 2;RecognitionResponseMetadataOrBuilder getMetadataOrBuilder()
Metadata about the recognition.
.google.cloud.speech.v2.RecognitionResponseMetadata metadata = 2;Copyright © 2024 Google LLC. All rights reserved.