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.
|
long |
getRequestId()
The ID associated with the request.
|
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.
|
SpeechAdaptationInfo |
getSpeechAdaptationInfo()
Provides information on speech adaptation behavior in response
.google.cloud.speech.v1.SpeechAdaptationInfo speech_adaptation_info = 8; |
SpeechAdaptationInfoOrBuilder |
getSpeechAdaptationInfoOrBuilder()
Provides information on speech adaptation behavior in response
.google.cloud.speech.v1.SpeechAdaptationInfo speech_adaptation_info = 8; |
com.google.protobuf.Duration |
getTotalBilledTime()
When available, billed audio seconds for the corresponding request.
|
com.google.protobuf.DurationOrBuilder |
getTotalBilledTimeOrBuilder()
When available, billed audio seconds for the corresponding request.
|
boolean |
hasOutputConfig()
Original output config if present in the request.
|
boolean |
hasOutputError()
If the transcript output fails this field contains the relevant error.
|
boolean |
hasSpeechAdaptationInfo()
Provides information on speech adaptation behavior in response
.google.cloud.speech.v1.SpeechAdaptationInfo speech_adaptation_info = 8; |
boolean |
hasTotalBilledTime()
When available, billed audio seconds for the corresponding request.
|
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.v1.SpeechRecognitionResult results = 2;SpeechRecognitionResult getResults(int index)
Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1.SpeechRecognitionResult results = 2;int getResultsCount()
Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1.SpeechRecognitionResult results = 2;List<? extends SpeechRecognitionResultOrBuilder> getResultsOrBuilderList()
Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1.SpeechRecognitionResult results = 2;SpeechRecognitionResultOrBuilder getResultsOrBuilder(int index)
Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1.SpeechRecognitionResult results = 2;boolean hasTotalBilledTime()
When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_time = 3;com.google.protobuf.Duration getTotalBilledTime()
When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_time = 3;com.google.protobuf.DurationOrBuilder getTotalBilledTimeOrBuilder()
When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_time = 3;boolean hasOutputConfig()
Original output config if present in the request.
.google.cloud.speech.v1.TranscriptOutputConfig output_config = 6;TranscriptOutputConfig getOutputConfig()
Original output config if present in the request.
.google.cloud.speech.v1.TranscriptOutputConfig output_config = 6;TranscriptOutputConfigOrBuilder getOutputConfigOrBuilder()
Original output config if present in the request.
.google.cloud.speech.v1.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;boolean hasSpeechAdaptationInfo()
Provides information on speech adaptation behavior in response
.google.cloud.speech.v1.SpeechAdaptationInfo speech_adaptation_info = 8;SpeechAdaptationInfo getSpeechAdaptationInfo()
Provides information on speech adaptation behavior in response
.google.cloud.speech.v1.SpeechAdaptationInfo speech_adaptation_info = 8;SpeechAdaptationInfoOrBuilder getSpeechAdaptationInfoOrBuilder()
Provides information on speech adaptation behavior in response
.google.cloud.speech.v1.SpeechAdaptationInfo speech_adaptation_info = 8;long getRequestId()
The ID associated with the request. This is a unique ID specific only to the given request.
int64 request_id = 9;Copyright © 2024 Google LLC. All rights reserved.