| Package | Description |
|---|---|
| com.google.api.services.vision.v1 | |
| com.google.api.services.vision.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Vision.Images.AsyncBatchAnnotate |
Vision.Images.asyncBatchAnnotate(AsyncBatchAnnotateImagesRequest content)
Run asynchronous image detection and annotation for a list of images.
|
Vision.Projects.Images.AsyncBatchAnnotate |
Vision.Projects.Images.asyncBatchAnnotate(String parent,
AsyncBatchAnnotateImagesRequest content)
Run asynchronous image detection and annotation for a list of images.
|
Vision.Projects.Locations.Images.AsyncBatchAnnotate |
Vision.Projects.Locations.Images.asyncBatchAnnotate(String parent,
AsyncBatchAnnotateImagesRequest content)
Run asynchronous image detection and annotation for a list of images.
|
| Constructor and Description |
|---|
AsyncBatchAnnotate(AsyncBatchAnnotateImagesRequest content)
Run asynchronous image detection and annotation for a list of images.
|
AsyncBatchAnnotate(String parent,
AsyncBatchAnnotateImagesRequest content)
Run asynchronous image detection and annotation for a list of images.
|
AsyncBatchAnnotate(String parent,
AsyncBatchAnnotateImagesRequest content)
Run asynchronous image detection and annotation for a list of images.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncBatchAnnotateImagesRequest |
AsyncBatchAnnotateImagesRequest.clone() |
AsyncBatchAnnotateImagesRequest |
AsyncBatchAnnotateImagesRequest.set(String fieldName,
Object value) |
AsyncBatchAnnotateImagesRequest |
AsyncBatchAnnotateImagesRequest.setOutputConfig(OutputConfig outputConfig)
Required.
|
AsyncBatchAnnotateImagesRequest |
AsyncBatchAnnotateImagesRequest.setParent(String parent)
Optional.
|
AsyncBatchAnnotateImagesRequest |
AsyncBatchAnnotateImagesRequest.setRequests(List<AnnotateImageRequest> requests)
Required.
|
Copyright © 2011–2021 Google. All rights reserved.