| 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.
|
Vision.Projects.Images.Annotate |
Vision.Projects.Images.annotate(String parent,
BatchAnnotateImagesRequest content)
Run image detection and annotation for a batch of images.
|
Vision.Projects.Locations.Images.Annotate |
Vision.Projects.Locations.Images.annotate(String parent,
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.
|
Annotate(String parent,
BatchAnnotateImagesRequest content)
Run image detection and annotation for a batch of images.
|
Annotate(String parent,
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.setParent(String parent)
Optional.
|
BatchAnnotateImagesRequest |
BatchAnnotateImagesRequest.setRequests(List<AnnotateImageRequest> requests)
Required.
|
Copyright © 2011–2021 Google. All rights reserved.