Package | Description |
---|---|
com.google.cloud.vision.v1p3beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotateImageRequest
Request for performing Google Cloud Vision API tasks over a user-provided
image, with user-requested features.
|
static class |
AnnotateImageRequest.Builder
Request for performing Google Cloud Vision API tasks over a user-provided
image, with user-requested features.
|
Modifier and Type | Method and Description |
---|---|
AnnotateImageRequestOrBuilder |
BatchAnnotateImagesRequestOrBuilder.getRequestsOrBuilder(int index)
Individual image annotation requests for this batch.
|
AnnotateImageRequestOrBuilder |
BatchAnnotateImagesRequest.getRequestsOrBuilder(int index)
Individual image annotation requests for this batch.
|
AnnotateImageRequestOrBuilder |
BatchAnnotateImagesRequest.Builder.getRequestsOrBuilder(int index)
Individual image annotation requests for this batch.
|
Modifier and Type | Method and Description |
---|---|
List<? extends AnnotateImageRequestOrBuilder> |
BatchAnnotateImagesRequestOrBuilder.getRequestsOrBuilderList()
Individual image annotation requests for this batch.
|
List<? extends AnnotateImageRequestOrBuilder> |
BatchAnnotateImagesRequest.getRequestsOrBuilderList()
Individual image annotation requests for this batch.
|
List<? extends AnnotateImageRequestOrBuilder> |
BatchAnnotateImagesRequest.Builder.getRequestsOrBuilderList()
Individual image annotation requests for this batch.
|
Copyright © 2022 Google LLC. All rights reserved.