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 BatchRecognizeFileResultBatchRecognizeFileResult.Builder. build()BatchRecognizeFileResultBatchRecognizeFileResult.Builder. buildPartial()static BatchRecognizeFileResultBatchRecognizeFileResult. getDefaultInstance()BatchRecognizeFileResultBatchRecognizeFileResult.Builder. getDefaultInstanceForType()BatchRecognizeFileResultBatchRecognizeFileResult. getDefaultInstanceForType()BatchRecognizeFileResultBatchRecognizeResponse.Builder. getResultsOrDefault(String key, BatchRecognizeFileResult defaultValue)Map from filename to the final result for that file.BatchRecognizeFileResultBatchRecognizeResponse. getResultsOrDefault(String key, BatchRecognizeFileResult defaultValue)Map from filename to the final result for that file.BatchRecognizeFileResultBatchRecognizeResponseOrBuilder. getResultsOrDefault(String key, BatchRecognizeFileResult defaultValue)Map from filename to the final result for that file.BatchRecognizeFileResultBatchRecognizeResponse.Builder. getResultsOrThrow(String key)Map from filename to the final result for that file.BatchRecognizeFileResultBatchRecognizeResponse. getResultsOrThrow(String key)Map from filename to the final result for that file.BatchRecognizeFileResultBatchRecognizeResponseOrBuilder. getResultsOrThrow(String key)Map from filename to the final result for that file.static BatchRecognizeFileResultBatchRecognizeFileResult. parseDelimitedFrom(InputStream input)static BatchRecognizeFileResultBatchRecognizeFileResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchRecognizeFileResultBatchRecognizeFileResult. parseFrom(byte[] data)static BatchRecognizeFileResultBatchRecognizeFileResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchRecognizeFileResultBatchRecognizeFileResult. parseFrom(com.google.protobuf.ByteString data)static BatchRecognizeFileResultBatchRecognizeFileResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchRecognizeFileResultBatchRecognizeFileResult. parseFrom(com.google.protobuf.CodedInputStream input)static BatchRecognizeFileResultBatchRecognizeFileResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchRecognizeFileResultBatchRecognizeFileResult. parseFrom(InputStream input)static BatchRecognizeFileResultBatchRecognizeFileResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchRecognizeFileResultBatchRecognizeFileResult. parseFrom(ByteBuffer data)static BatchRecognizeFileResultBatchRecognizeFileResult. 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 BatchRecognizeFileResultBatchRecognizeResponse.Builder. getResultsOrDefault(String key, BatchRecognizeFileResult defaultValue)Map from filename to the final result for that file.BatchRecognizeFileResultBatchRecognizeResponse. getResultsOrDefault(String key, BatchRecognizeFileResult defaultValue)Map from filename to the final result for that file.BatchRecognizeFileResultBatchRecognizeResponseOrBuilder. getResultsOrDefault(String key, BatchRecognizeFileResult defaultValue)Map from filename to the final result for that file.BatchRecognizeFileResult.BuilderBatchRecognizeFileResult.Builder. mergeFrom(BatchRecognizeFileResult other)static BatchRecognizeFileResult.BuilderBatchRecognizeFileResult. newBuilder(BatchRecognizeFileResult prototype)BatchRecognizeResponse.BuilderBatchRecognizeResponse.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.BuilderBatchRecognizeResponse.Builder. putAllResults(Map<String,BatchRecognizeFileResult> values)Map from filename to the final result for that file.
-