Cloud Vision API: images. Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications. See: https://cloud.google.com/vision/api/reference/rest/v1/images
Cloud Vision API: images. Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications. See: https://cloud.google.com/vision/api/reference/rest/v1/images
(annotate$ auth parameters body)
https://cloud.google.com/vision/api/reference/rest/v1/images/annotate
Required parameters: none
Optional parameters: none
Body:
{:requests [{:image Image, :features [Feature], :imageContext ImageContext}], :parent string}
Run image detection and annotation for a batch of images.
https://cloud.google.com/vision/api/reference/rest/v1/images/annotate Required parameters: none Optional parameters: none Body: {:requests [{:image Image, :features [Feature], :imageContext ImageContext}], :parent string} Run image detection and annotation for a batch of images.
(asyncBatchAnnotate$ auth parameters body)
https://cloud.google.com/vision/api/reference/rest/v1/images/asyncBatchAnnotate
Required parameters: none
Optional parameters: none
Body:
{:parent string, :requests [{:image Image, :features [Feature], :imageContext ImageContext}], :outputConfig {:gcsDestination GcsDestination, :batchSize integer}}
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.
https://cloud.google.com/vision/api/reference/rest/v1/images/asyncBatchAnnotate Required parameters: none Optional parameters: none Body: {:parent string, :requests [{:image Image, :features [Feature], :imageContext ImageContext}], :outputConfig {:gcsDestination GcsDestination, :batchSize integer}} 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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close