Liking cljdoc? Tell your friends :D

happygapi.vision.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

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
raw docstring

annotate$clj

(annotate$ auth parameters body)

https://cloud.google.com/vision/api/reference/rest/v1/images/annotate

Required parameters: none

Optional parameters: none

Body:

{:parent string, :requests [{:imageContext ImageContext, :features [Feature], :image Image}]}

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: 

{:parent string,
 :requests [{:imageContext ImageContext,
             :features [Feature],
             :image Image}]}

Run image detection and annotation for a batch of images.
sourceraw docstring

asyncBatchAnnotate$clj

(asyncBatchAnnotate$ auth parameters body)

https://cloud.google.com/vision/api/reference/rest/v1/images/asyncBatchAnnotate

Required parameters: none

Optional parameters: none

Body:

{:requests [{:imageContext ImageContext, :features [Feature], :image Image}], :parent string, :outputConfig {:batchSize integer, :gcsDestination GcsDestination}}

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: 

{:requests [{:imageContext ImageContext,
             :features [Feature],
             :image Image}],
 :parent string,
 :outputConfig {:batchSize integer, :gcsDestination GcsDestination}}

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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close