Uses of Class
com.google.cloud.speech.v2.BatchRecognizeFileResult
-
Packages that use BatchRecognizeFileResult Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text API -
-
Uses of BatchRecognizeFileResult in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 that return BatchRecognizeFileResult Modifier and Type Method Description BatchRecognizeFileResult
BatchRecognizeFileResult.Builder. build()
BatchRecognizeFileResult
BatchRecognizeFileResult.Builder. buildPartial()
static BatchRecognizeFileResult
BatchRecognizeFileResult. getDefaultInstance()
BatchRecognizeFileResult
BatchRecognizeFileResult.Builder. getDefaultInstanceForType()
BatchRecognizeFileResult
BatchRecognizeFileResult. getDefaultInstanceForType()
BatchRecognizeFileResult
BatchRecognizeResponse.Builder. getResultsOrDefault(String key, BatchRecognizeFileResult defaultValue)
Map from filename to the final result for that file.BatchRecognizeFileResult
BatchRecognizeResponse. getResultsOrDefault(String key, BatchRecognizeFileResult defaultValue)
Map from filename to the final result for that file.BatchRecognizeFileResult
BatchRecognizeResponseOrBuilder. getResultsOrDefault(String key, BatchRecognizeFileResult defaultValue)
Map from filename to the final result for that file.BatchRecognizeFileResult
BatchRecognizeResponse.Builder. getResultsOrThrow(String key)
Map from filename to the final result for that file.BatchRecognizeFileResult
BatchRecognizeResponse. getResultsOrThrow(String key)
Map from filename to the final result for that file.BatchRecognizeFileResult
BatchRecognizeResponseOrBuilder. getResultsOrThrow(String key)
Map from filename to the final result for that file.static BatchRecognizeFileResult
BatchRecognizeFileResult. parseDelimitedFrom(InputStream input)
static BatchRecognizeFileResult
BatchRecognizeFileResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRecognizeFileResult
BatchRecognizeFileResult. parseFrom(byte[] data)
static BatchRecognizeFileResult
BatchRecognizeFileResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRecognizeFileResult
BatchRecognizeFileResult. parseFrom(com.google.protobuf.ByteString data)
static BatchRecognizeFileResult
BatchRecognizeFileResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRecognizeFileResult
BatchRecognizeFileResult. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchRecognizeFileResult
BatchRecognizeFileResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRecognizeFileResult
BatchRecognizeFileResult. parseFrom(InputStream input)
static BatchRecognizeFileResult
BatchRecognizeFileResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRecognizeFileResult
BatchRecognizeFileResult. parseFrom(ByteBuffer data)
static BatchRecognizeFileResult
BatchRecognizeFileResult. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.speech.v2 that return types with arguments of type BatchRecognizeFileResult Modifier and Type Method Description Map<String,BatchRecognizeFileResult>
BatchRecognizeResponse.Builder. getMutableResults()
Deprecated.com.google.protobuf.Parser<BatchRecognizeFileResult>
BatchRecognizeFileResult. getParserForType()
Map<String,BatchRecognizeFileResult>
BatchRecognizeResponse.Builder. getResults()
Deprecated.Map<String,BatchRecognizeFileResult>
BatchRecognizeResponse. getResults()
Deprecated.Map<String,BatchRecognizeFileResult>
BatchRecognizeResponseOrBuilder. getResults()
Deprecated.Map<String,BatchRecognizeFileResult>
BatchRecognizeResponse.Builder. getResultsMap()
Map from filename to the final result for that file.Map<String,BatchRecognizeFileResult>
BatchRecognizeResponse. getResultsMap()
Map from filename to the final result for that file.Map<String,BatchRecognizeFileResult>
BatchRecognizeResponseOrBuilder. getResultsMap()
Map from filename to the final result for that file.static com.google.protobuf.Parser<BatchRecognizeFileResult>
BatchRecognizeFileResult. parser()
Methods in com.google.cloud.speech.v2 with parameters of type BatchRecognizeFileResult Modifier and Type Method Description BatchRecognizeFileResult
BatchRecognizeResponse.Builder. getResultsOrDefault(String key, BatchRecognizeFileResult defaultValue)
Map from filename to the final result for that file.BatchRecognizeFileResult
BatchRecognizeResponse. getResultsOrDefault(String key, BatchRecognizeFileResult defaultValue)
Map from filename to the final result for that file.BatchRecognizeFileResult
BatchRecognizeResponseOrBuilder. getResultsOrDefault(String key, BatchRecognizeFileResult defaultValue)
Map from filename to the final result for that file.BatchRecognizeFileResult.Builder
BatchRecognizeFileResult.Builder. mergeFrom(BatchRecognizeFileResult other)
static BatchRecognizeFileResult.Builder
BatchRecognizeFileResult. newBuilder(BatchRecognizeFileResult prototype)
BatchRecognizeResponse.Builder
BatchRecognizeResponse.Builder. putResults(String key, BatchRecognizeFileResult value)
Map from filename to the final result for that file.Method parameters in com.google.cloud.speech.v2 with type arguments of type BatchRecognizeFileResult Modifier and Type Method Description BatchRecognizeResponse.Builder
BatchRecognizeResponse.Builder. putAllResults(Map<String,BatchRecognizeFileResult> values)
Map from filename to the final result for that file.
-