| Modifier and Type | Method and Description |
|---|---|
BatchRecognizeFileResult |
BatchRecognizeFileResult.Builder.build() |
BatchRecognizeFileResult |
BatchRecognizeFileResult.Builder.buildPartial() |
static BatchRecognizeFileResult |
BatchRecognizeFileResult.getDefaultInstance() |
BatchRecognizeFileResult |
BatchRecognizeFileResult.getDefaultInstanceForType() |
BatchRecognizeFileResult |
BatchRecognizeFileResult.Builder.getDefaultInstanceForType() |
BatchRecognizeFileResult |
BatchRecognizeResponseOrBuilder.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 |
BatchRecognizeResponse.Builder.getResultsOrDefault(String key,
BatchRecognizeFileResult defaultValue)
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.
|
BatchRecognizeFileResult |
BatchRecognizeResponse.getResultsOrThrow(String key)
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.
|
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(ByteBuffer data) |
static BatchRecognizeFileResult |
BatchRecognizeFileResult.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BatchRecognizeFileResult> |
BatchRecognizeResponse.Builder.getMutableResults()
Deprecated.
|
com.google.protobuf.Parser<BatchRecognizeFileResult> |
BatchRecognizeFileResult.getParserForType() |
Map<String,BatchRecognizeFileResult> |
BatchRecognizeResponseOrBuilder.getResults()
Deprecated.
|
Map<String,BatchRecognizeFileResult> |
BatchRecognizeResponse.getResults()
Deprecated.
|
Map<String,BatchRecognizeFileResult> |
BatchRecognizeResponse.Builder.getResults()
Deprecated.
|
Map<String,BatchRecognizeFileResult> |
BatchRecognizeResponseOrBuilder.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> |
BatchRecognizeResponse.Builder.getResultsMap()
Map from filename to the final result for that file.
|
static com.google.protobuf.Parser<BatchRecognizeFileResult> |
BatchRecognizeFileResult.parser() |
| Modifier and Type | Method and Description |
|---|---|
BatchRecognizeFileResult |
BatchRecognizeResponseOrBuilder.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 |
BatchRecognizeResponse.Builder.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.
|
| Modifier and Type | Method and Description |
|---|---|
BatchRecognizeResponse.Builder |
BatchRecognizeResponse.Builder.putAllResults(Map<String,BatchRecognizeFileResult> values)
Map from filename to the final result for that file.
|
Copyright © 2023 Google LLC. All rights reserved.