| Package | Description |
|---|---|
| com.google.api.services.vision.v1 | |
| com.google.api.services.vision.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Vision.Images.Annotate |
Vision.Images.annotate(BatchAnnotateImagesRequest content)
Run image detection and annotation for a batch of images.
|
| Constructor and Description |
|---|
Annotate(BatchAnnotateImagesRequest content)
Run image detection and annotation for a batch of images.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAnnotateImagesRequest |
BatchAnnotateImagesRequest.clone() |
BatchAnnotateImagesRequest |
BatchAnnotateImagesRequest.set(String fieldName,
Object value) |
BatchAnnotateImagesRequest |
BatchAnnotateImagesRequest.setRequests(List<AnnotateImageRequest> requests)
Individual image annotation requests for this batch.
|
Copyright © 2011–2019 Google. All rights reserved.