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.
|
Constructor and Description |
---|
AsyncBatchAnnotate(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.setRequests(List<AnnotateImageRequest> requests)
Individual image annotation requests for this batch.
|
Copyright © 2011–2019 Google. All rights reserved.