Package | Description |
---|---|
com.google.cloud.vision.v1p4beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.addAllResponses(Iterable<? extends AnnotateImageResponse> values)
Individual responses to images found within the file.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.addResponses(AnnotateImageResponse.Builder builderForValue)
Individual responses to images found within the file.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.addResponses(AnnotateImageResponse value)
Individual responses to images found within the file.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.addResponses(int index,
AnnotateImageResponse.Builder builderForValue)
Individual responses to images found within the file.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.addResponses(int index,
AnnotateImageResponse value)
Individual responses to images found within the file.
|
AnnotateFileResponse.Builder |
BatchAnnotateFilesResponse.Builder.addResponsesBuilder()
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
AnnotateFileResponse.Builder |
BatchAnnotateFilesResponse.Builder.addResponsesBuilder(int index)
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.clear() |
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.clearError()
If set, represents the error message for the failed request.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.clearField(Descriptors.FieldDescriptor field) |
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.clearInputConfig()
Information about the file for which this response is generated.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.clearResponses()
Individual responses to images found within the file.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.clearTotalPages()
This field gives the total number of pages in the file.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.clone() |
AnnotateFileResponse.Builder |
BatchAnnotateFilesResponse.Builder.getResponsesBuilder(int index)
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.mergeError(com.google.rpc.Status value)
If set, represents the error message for the failed request.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.mergeFrom(AnnotateFileResponse other) |
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.mergeFrom(Message other) |
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.mergeInputConfig(InputConfig value)
Information about the file for which this response is generated.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static AnnotateFileResponse.Builder |
AnnotateFileResponse.newBuilder() |
static AnnotateFileResponse.Builder |
AnnotateFileResponse.newBuilder(AnnotateFileResponse prototype) |
AnnotateFileResponse.Builder |
AnnotateFileResponse.newBuilderForType() |
protected AnnotateFileResponse.Builder |
AnnotateFileResponse.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.removeResponses(int index)
Individual responses to images found within the file.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.setError(com.google.rpc.Status.Builder builderForValue)
If set, represents the error message for the failed request.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.setError(com.google.rpc.Status value)
If set, represents the error message for the failed request.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.setInputConfig(InputConfig.Builder builderForValue)
Information about the file for which this response is generated.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.setInputConfig(InputConfig value)
Information about the file for which this response is generated.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.setResponses(int index,
AnnotateImageResponse.Builder builderForValue)
Individual responses to images found within the file.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.setResponses(int index,
AnnotateImageResponse value)
Individual responses to images found within the file.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.setTotalPages(int value)
This field gives the total number of pages in the file.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
AnnotateFileResponse.Builder |
AnnotateFileResponse.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<AnnotateFileResponse.Builder> |
BatchAnnotateFilesResponse.Builder.getResponsesBuilderList()
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
Modifier and Type | Method and Description |
---|---|
BatchAnnotateFilesResponse.Builder |
BatchAnnotateFilesResponse.Builder.addResponses(AnnotateFileResponse.Builder builderForValue)
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
BatchAnnotateFilesResponse.Builder |
BatchAnnotateFilesResponse.Builder.addResponses(int index,
AnnotateFileResponse.Builder builderForValue)
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
BatchAnnotateFilesResponse.Builder |
BatchAnnotateFilesResponse.Builder.setResponses(int index,
AnnotateFileResponse.Builder builderForValue)
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
Copyright © 2022 Google LLC. All rights reserved.