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