Package com.google.cloud.speech.v1beta1
Interface AsyncRecognizeResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AsyncRecognizeResponse
,AsyncRecognizeResponse.Builder
public interface AsyncRecognizeResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.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.List<? extends SpeechRecognitionResultOrBuilder>
getResultsOrBuilderList()
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResultsList
List<SpeechRecognitionResult> getResultsList()
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1beta1.SpeechRecognitionResult results = 2;
-
getResults
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;
-
getResultsCount
int getResultsCount()
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1beta1.SpeechRecognitionResult results = 2;
-
getResultsOrBuilderList
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;
-
getResultsOrBuilder
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;
-
-