Package | Description |
---|---|
com.google.cloud.vision.v1p4beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
AnnotateFileResponse |
AnnotateFileResponse.Builder.build() |
AnnotateFileResponse |
AnnotateFileResponse.Builder.buildPartial() |
static AnnotateFileResponse |
AnnotateFileResponse.getDefaultInstance() |
AnnotateFileResponse |
AnnotateFileResponse.getDefaultInstanceForType() |
AnnotateFileResponse |
AnnotateFileResponse.Builder.getDefaultInstanceForType() |
AnnotateFileResponse |
BatchAnnotateFilesResponse.getResponses(int index)
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
AnnotateFileResponse |
BatchAnnotateFilesResponse.Builder.getResponses(int index)
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
AnnotateFileResponse |
BatchAnnotateFilesResponseOrBuilder.getResponses(int index)
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
static AnnotateFileResponse |
AnnotateFileResponse.parseDelimitedFrom(InputStream input) |
static AnnotateFileResponse |
AnnotateFileResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static AnnotateFileResponse |
AnnotateFileResponse.parseFrom(byte[] data) |
static AnnotateFileResponse |
AnnotateFileResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static AnnotateFileResponse |
AnnotateFileResponse.parseFrom(ByteBuffer data) |
static AnnotateFileResponse |
AnnotateFileResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static AnnotateFileResponse |
AnnotateFileResponse.parseFrom(ByteString data) |
static AnnotateFileResponse |
AnnotateFileResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static AnnotateFileResponse |
AnnotateFileResponse.parseFrom(CodedInputStream input) |
static AnnotateFileResponse |
AnnotateFileResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static AnnotateFileResponse |
AnnotateFileResponse.parseFrom(InputStream input) |
static AnnotateFileResponse |
AnnotateFileResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<AnnotateFileResponse> |
AnnotateFileResponse.getParserForType() |
List<AnnotateFileResponse> |
BatchAnnotateFilesResponse.getResponsesList()
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
List<AnnotateFileResponse> |
BatchAnnotateFilesResponse.Builder.getResponsesList()
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
List<AnnotateFileResponse> |
BatchAnnotateFilesResponseOrBuilder.getResponsesList()
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
static Parser<AnnotateFileResponse> |
AnnotateFileResponse.parser() |
Modifier and Type | Method and Description |
---|---|
BatchAnnotateFilesResponse.Builder |
BatchAnnotateFilesResponse.Builder.addResponses(AnnotateFileResponse value)
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
BatchAnnotateFilesResponse.Builder |
BatchAnnotateFilesResponse.Builder.addResponses(int index,
AnnotateFileResponse value)
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.mergeFrom(AnnotateFileResponse other) |
static AnnotateFileResponse.Builder |
AnnotateFileResponse.newBuilder(AnnotateFileResponse prototype) |
BatchAnnotateFilesResponse.Builder |
BatchAnnotateFilesResponse.Builder.setResponses(int index,
AnnotateFileResponse value)
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
Modifier and Type | Method and Description |
---|---|
BatchAnnotateFilesResponse.Builder |
BatchAnnotateFilesResponse.Builder.addAllResponses(Iterable<? extends AnnotateFileResponse> values)
The list of file annotation responses, each response corresponding to each
AnnotateFileRequest in BatchAnnotateFilesRequest.
|
Copyright © 2022 Google LLC. All rights reserved.