public interface SyncRecognizeResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SpeechRecognitionResult |
getResults(int index)
*Output-only* Sequential list of transcription results corresponding to
sequential portions of audio.
|
int |
getResultsCount()
*Output-only* Sequential list of transcription results corresponding to
sequential portions of audio.
|
java.util.List<SpeechRecognitionResult> |
getResultsList()
*Output-only* Sequential list of transcription results corresponding to
sequential portions of audio.
|
SpeechRecognitionResultOrBuilder |
getResultsOrBuilder(int index)
*Output-only* Sequential list of transcription results corresponding to
sequential portions of audio.
|
java.util.List<? extends SpeechRecognitionResultOrBuilder> |
getResultsOrBuilderList()
*Output-only* Sequential list of transcription results corresponding to
sequential portions of audio.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.util.List<SpeechRecognitionResult> getResultsList()
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1beta1.SpeechRecognitionResult results = 2;SpeechRecognitionResult getResults(int index)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1beta1.SpeechRecognitionResult results = 2;int getResultsCount()
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1beta1.SpeechRecognitionResult results = 2;java.util.List<? extends SpeechRecognitionResultOrBuilder> getResultsOrBuilderList()
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1beta1.SpeechRecognitionResult results = 2;SpeechRecognitionResultOrBuilder getResultsOrBuilder(int index)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1beta1.SpeechRecognitionResult results = 2;