Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
AnnotateImageRequest |
AnnotateImageRequest.clone() |
AnnotateImageRequest |
AnnotateImageRequest.set(String fieldName,
Object value) |
AnnotateImageRequest |
AnnotateImageRequest.setFeatures(List<Feature> features)
Requested features.
|
AnnotateImageRequest |
AnnotateImageRequest.setImage(Image image)
The image to be processed.
|
AnnotateImageRequest |
AnnotateImageRequest.setImageContext(ImageContext imageContext)
Additional context that may accompany the image.
|
Modifier and Type | Method and Description |
---|---|
List<AnnotateImageRequest> |
BatchAnnotateImagesRequest.getRequests()
Individual image annotation requests for this batch.
|
List<AnnotateImageRequest> |
AsyncBatchAnnotateImagesRequest.getRequests()
Individual image annotation requests for this batch.
|
Modifier and Type | Method and Description |
---|---|
BatchAnnotateImagesRequest |
BatchAnnotateImagesRequest.setRequests(List<AnnotateImageRequest> requests)
Individual image annotation requests for this batch.
|
AsyncBatchAnnotateImagesRequest |
AsyncBatchAnnotateImagesRequest.setRequests(List<AnnotateImageRequest> requests)
Individual image annotation requests for this batch.
|
Copyright © 2011–2019 Google. All rights reserved.