images
Creates, updates, deletes, gets or lists an images
resource.
Overview
Name | images |
Type | Resource |
Id | google.vision.images |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
projects_locations_images_annotate | exec | projectsId , locationsId | Run image detection and annotation for a batch of images. | |
projects_locations_images_async_batch_annotate | exec | projectsId , locationsId | 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. | |
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. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
locationsId | string | |
projectsId | string |
Lifecycle Methods
- projects_locations_images_annotate
- projects_locations_images_async_batch_annotate
- projects_images_annotate
- projects_images_async_batch_annotate
- images_annotate
- images_async_batch_annotate
Run image detection and annotation for a batch of images.
EXEC google.vision.images.projects_locations_images_annotate
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required
@@json=
'{
"requests": "{{ requests }}",
"parent": "{{ parent }}",
"labels": "{{ labels }}"
}';
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.
EXEC google.vision.images.projects_locations_images_async_batch_annotate
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required
@@json=
'{
"requests": "{{ requests }}",
"outputConfig": "{{ outputConfig }}",
"parent": "{{ parent }}",
"labels": "{{ labels }}"
}';
Run image detection and annotation for a batch of images.
EXEC google.vision.images.projects_images_annotate
@projectsId='{{ projectsId }}' --required
@@json=
'{
"requests": "{{ requests }}",
"parent": "{{ parent }}",
"labels": "{{ labels }}"
}';
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.
EXEC google.vision.images.projects_images_async_batch_annotate
@projectsId='{{ projectsId }}' --required
@@json=
'{
"requests": "{{ requests }}",
"outputConfig": "{{ outputConfig }}",
"parent": "{{ parent }}",
"labels": "{{ labels }}"
}';
Run image detection and annotation for a batch of images.
EXEC google.vision.images.images_annotate
@@json=
'{
"requests": "{{ requests }}",
"parent": "{{ parent }}",
"labels": "{{ labels }}"
}';
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.
EXEC google.vision.images.images_async_batch_annotate
@@json=
'{
"requests": "{{ requests }}",
"outputConfig": "{{ outputConfig }}",
"parent": "{{ parent }}",
"labels": "{{ labels }}"
}';