public interface BatchRecognizeResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsResults(String key)
Map from filename to the final result for that file.
|
Map<String,BatchRecognizeFileResult> |
getResults()
Deprecated.
|
int |
getResultsCount()
Map from filename to the final result for that file.
|
Map<String,BatchRecognizeFileResult> |
getResultsMap()
Map from filename to the final result for that file.
|
BatchRecognizeFileResult |
getResultsOrDefault(String key,
BatchRecognizeFileResult defaultValue)
Map from filename to the final result for that file.
|
BatchRecognizeFileResult |
getResultsOrThrow(String key)
Map from filename to the final result for that file.
|
com.google.protobuf.Duration |
getTotalBilledDuration()
When available, billed audio seconds for the corresponding request.
|
com.google.protobuf.DurationOrBuilder |
getTotalBilledDurationOrBuilder()
When available, billed audio seconds for the corresponding request.
|
boolean |
hasTotalBilledDuration()
When available, billed audio seconds for the corresponding request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getResultsCount()
Map from filename to the final result for that file.
map<string, .google.cloud.speech.v2.BatchRecognizeFileResult> results = 1;boolean containsResults(String key)
Map from filename to the final result for that file.
map<string, .google.cloud.speech.v2.BatchRecognizeFileResult> results = 1;@Deprecated Map<String,BatchRecognizeFileResult> getResults()
getResultsMap() instead.Map<String,BatchRecognizeFileResult> getResultsMap()
Map from filename to the final result for that file.
map<string, .google.cloud.speech.v2.BatchRecognizeFileResult> results = 1;BatchRecognizeFileResult getResultsOrDefault(String key, BatchRecognizeFileResult defaultValue)
Map from filename to the final result for that file.
map<string, .google.cloud.speech.v2.BatchRecognizeFileResult> results = 1;BatchRecognizeFileResult getResultsOrThrow(String key)
Map from filename to the final result for that file.
map<string, .google.cloud.speech.v2.BatchRecognizeFileResult> results = 1;boolean hasTotalBilledDuration()
When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_duration = 2;com.google.protobuf.Duration getTotalBilledDuration()
When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_duration = 2;com.google.protobuf.DurationOrBuilder getTotalBilledDurationOrBuilder()
When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_duration = 2;Copyright © 2023 Google LLC. All rights reserved.