public interface RecognizeResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getResults(int index)
public abstract SpeechRecognitionResult getResults(int index)Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1.SpeechRecognitionResult results = 2;
| Name | Description |
| index | int |
| Type | Description |
| SpeechRecognitionResult |
getResultsCount()
public abstract int getResultsCount()Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1.SpeechRecognitionResult results = 2;
| Type | Description |
| int |
getResultsList()
public abstract List<SpeechRecognitionResult> getResultsList()Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1.SpeechRecognitionResult results = 2;
| Type | Description |
| List<SpeechRecognitionResult> |
getResultsOrBuilder(int index)
public abstract SpeechRecognitionResultOrBuilder getResultsOrBuilder(int index)Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1.SpeechRecognitionResult results = 2;
| Name | Description |
| index | int |
| Type | Description |
| SpeechRecognitionResultOrBuilder |
getResultsOrBuilderList()
public abstract List<? extends SpeechRecognitionResultOrBuilder> getResultsOrBuilderList()Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1.SpeechRecognitionResult results = 2;
| Type | Description |
| List<? extends com.google.cloud.speech.v1.SpeechRecognitionResultOrBuilder> |
getTotalBilledTime()
public abstract Duration getTotalBilledTime()When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_time = 3;
| Type | Description |
| Duration | The totalBilledTime. |
getTotalBilledTimeOrBuilder()
public abstract DurationOrBuilder getTotalBilledTimeOrBuilder()When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_time = 3;
| Type | Description |
| DurationOrBuilder |
hasTotalBilledTime()
public abstract boolean hasTotalBilledTime()When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_time = 3;
| Type | Description |
| boolean | Whether the totalBilledTime field is set. |