public interface RecognizeResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 |
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.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 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;Copyright © 2022 Google LLC. All rights reserved.