Package | Description |
---|---|
com.google.cloud.vision.v1 |
A client to Cloud Vision API
|
Modifier and Type | Method and Description |
---|---|
AsyncAnnotateFileResponse |
AsyncAnnotateFileResponse.Builder.build() |
AsyncAnnotateFileResponse |
AsyncAnnotateFileResponse.Builder.buildPartial() |
static AsyncAnnotateFileResponse |
AsyncAnnotateFileResponse.getDefaultInstance() |
AsyncAnnotateFileResponse |
AsyncAnnotateFileResponse.getDefaultInstanceForType() |
AsyncAnnotateFileResponse |
AsyncAnnotateFileResponse.Builder.getDefaultInstanceForType() |
AsyncAnnotateFileResponse |
AsyncBatchAnnotateFilesResponse.getResponses(int index)
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
AsyncAnnotateFileResponse |
AsyncBatchAnnotateFilesResponse.Builder.getResponses(int index)
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
AsyncAnnotateFileResponse |
AsyncBatchAnnotateFilesResponseOrBuilder.getResponses(int index)
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
static AsyncAnnotateFileResponse |
AsyncAnnotateFileResponse.parseDelimitedFrom(InputStream input) |
static AsyncAnnotateFileResponse |
AsyncAnnotateFileResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static AsyncAnnotateFileResponse |
AsyncAnnotateFileResponse.parseFrom(byte[] data) |
static AsyncAnnotateFileResponse |
AsyncAnnotateFileResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static AsyncAnnotateFileResponse |
AsyncAnnotateFileResponse.parseFrom(ByteBuffer data) |
static AsyncAnnotateFileResponse |
AsyncAnnotateFileResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static AsyncAnnotateFileResponse |
AsyncAnnotateFileResponse.parseFrom(ByteString data) |
static AsyncAnnotateFileResponse |
AsyncAnnotateFileResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static AsyncAnnotateFileResponse |
AsyncAnnotateFileResponse.parseFrom(CodedInputStream input) |
static AsyncAnnotateFileResponse |
AsyncAnnotateFileResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static AsyncAnnotateFileResponse |
AsyncAnnotateFileResponse.parseFrom(InputStream input) |
static AsyncAnnotateFileResponse |
AsyncAnnotateFileResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<AsyncAnnotateFileResponse> |
AsyncAnnotateFileResponse.getParserForType() |
List<AsyncAnnotateFileResponse> |
AsyncBatchAnnotateFilesResponse.getResponsesList()
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
List<AsyncAnnotateFileResponse> |
AsyncBatchAnnotateFilesResponse.Builder.getResponsesList()
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
List<AsyncAnnotateFileResponse> |
AsyncBatchAnnotateFilesResponseOrBuilder.getResponsesList()
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
static Parser<AsyncAnnotateFileResponse> |
AsyncAnnotateFileResponse.parser() |
Modifier and Type | Method and Description |
---|---|
AsyncBatchAnnotateFilesResponse.Builder |
AsyncBatchAnnotateFilesResponse.Builder.addResponses(AsyncAnnotateFileResponse value)
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
AsyncBatchAnnotateFilesResponse.Builder |
AsyncBatchAnnotateFilesResponse.Builder.addResponses(int index,
AsyncAnnotateFileResponse value)
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
AsyncAnnotateFileResponse.Builder |
AsyncAnnotateFileResponse.Builder.mergeFrom(AsyncAnnotateFileResponse other) |
static AsyncAnnotateFileResponse.Builder |
AsyncAnnotateFileResponse.newBuilder(AsyncAnnotateFileResponse prototype) |
AsyncBatchAnnotateFilesResponse.Builder |
AsyncBatchAnnotateFilesResponse.Builder.setResponses(int index,
AsyncAnnotateFileResponse value)
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
Modifier and Type | Method and Description |
---|---|
AsyncBatchAnnotateFilesResponse.Builder |
AsyncBatchAnnotateFilesResponse.Builder.addAllResponses(Iterable<? extends AsyncAnnotateFileResponse> values)
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
Copyright © 2022 Google LLC. All rights reserved.