public interface AsyncRecognizeResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getResults(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| SpeechRecognitionResult |
getResultsCount()
public abstract int getResultsCount()Output-only Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1beta1.SpeechRecognitionResult results = 2;
| Type | Description |
| int |
getResultsList()
public abstract List<SpeechRecognitionResult> getResultsList()Output-only Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1beta1.SpeechRecognitionResult results = 2;
| Type | Description |
| List<SpeechRecognitionResult> |
getResultsOrBuilder(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| SpeechRecognitionResultOrBuilder |
getResultsOrBuilderList()
public abstract 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;
| Type | Description |
| List<? extends com.google.cloud.speech.v1beta1.SpeechRecognitionResultOrBuilder> |