public interface LongRunningRecognizeResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TranscriptOutputConfig |
getOutputConfig()
Original output config if present in the request.
|
TranscriptOutputConfigOrBuilder |
getOutputConfigOrBuilder()
Original output config if present in the request.
|
com.google.rpc.Status |
getOutputError()
If the transcript output fails this field contains the relevant error.
|
com.google.rpc.StatusOrBuilder |
getOutputErrorOrBuilder()
If the transcript output fails this field contains the relevant error.
|
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 |
hasOutputConfig()
Original output config if present in the request.
|
boolean |
hasOutputError()
If the transcript output fails this field contains the relevant error.
|
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.v1p1beta1.SpeechRecognitionResult results = 2;SpeechRecognitionResult getResults(int index)
Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1p1beta1.SpeechRecognitionResult results = 2;int getResultsCount()
Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1p1beta1.SpeechRecognitionResult results = 2;List<? extends SpeechRecognitionResultOrBuilder> getResultsOrBuilderList()
Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1p1beta1.SpeechRecognitionResult results = 2;SpeechRecognitionResultOrBuilder getResultsOrBuilder(int index)
Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1p1beta1.SpeechRecognitionResult results = 2;boolean hasOutputConfig()
Original output config if present in the request.
.google.cloud.speech.v1p1beta1.TranscriptOutputConfig output_config = 6;TranscriptOutputConfig getOutputConfig()
Original output config if present in the request.
.google.cloud.speech.v1p1beta1.TranscriptOutputConfig output_config = 6;TranscriptOutputConfigOrBuilder getOutputConfigOrBuilder()
Original output config if present in the request.
.google.cloud.speech.v1p1beta1.TranscriptOutputConfig output_config = 6;boolean hasOutputError()
If the transcript output fails this field contains the relevant error.
.google.rpc.Status output_error = 7;com.google.rpc.Status getOutputError()
If the transcript output fails this field contains the relevant error.
.google.rpc.Status output_error = 7;com.google.rpc.StatusOrBuilder getOutputErrorOrBuilder()
If the transcript output fails this field contains the relevant error.
.google.rpc.Status output_error = 7;Copyright © 2021 Google LLC. All rights reserved.