images
Creates, updates, deletes, gets or lists a images
resource.
Overview
Name | images |
Type | Resource |
Id | google.vision.images |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
images_annotate | EXEC |
| Run image detection and annotation for a batch of images. |
images_async_batch_annotate | EXEC |
| Run asynchronous image detection and annotation for a list of images. Progress and results can be retrieved through the google.longrunning.Operations interface. Operation.metadata contains OperationMetadata (metadata). Operation.response contains AsyncBatchAnnotateImagesResponse (results). This service will write image annotation outputs to json files in customer GCS bucket, each json file containing BatchAnnotateImagesResponse proto. |
projects_images_annotate | EXEC | projectsId | Run image detection and annotation for a batch of images. |
projects_images_async_batch_annotate | EXEC | projectsId | Run asynchronous image detection and annotation for a list of images. Progress and results can be retrieved through the google.longrunning.Operations interface. Operation.metadata contains OperationMetadata (metadata). Operation.response contains AsyncBatchAnnotateImagesResponse (results). This service will write image annotation outputs to json files in customer GCS bucket, each json file containing BatchAnnotateImagesResponse proto. |
projects_locations_images_annotate | EXEC | locationsId, projectsId | Run image detection and annotation for a batch of images. |
projects_locations_images_async_batch_annotate | EXEC | locationsId, projectsId | Run asynchronous image detection and annotation for a list of images. Progress and results can be retrieved through the google.longrunning.Operations interface. Operation.metadata contains OperationMetadata (metadata). Operation.response contains AsyncBatchAnnotateImagesResponse (results). This service will write image annotation outputs to json files in customer GCS bucket, each json file containing BatchAnnotateImagesResponse proto. |