gogol-vision-1.0.0: Google Cloud Vision SDK.
Copyright(c) 2015-2025 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+gogol@gmail.com> Toni Cebrián <toni@tonicebrian.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageGHC2021

Gogol.Vision.Images.AsyncBatchAnnotate

Description

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.

See: Cloud Vision API Reference for vision.images.asyncBatchAnnotate.

Synopsis

Resource

type VisionImagesAsyncBatchAnnotateResource = "v1p2beta1" :> ("images:asyncBatchAnnotate" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GoogleCloudVisionV1p2beta1AsyncBatchAnnotateImagesRequest :> Post '[JSON] Operation)))))))) Source #

A resource alias for vision.images.asyncBatchAnnotate method which the VisionImagesAsyncBatchAnnotate request conforms to.

Constructing a Request

data VisionImagesAsyncBatchAnnotate Source #

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.

See: newVisionImagesAsyncBatchAnnotate smart constructor.

Constructors

VisionImagesAsyncBatchAnnotate 

Fields

Instances

Instances details
Generic VisionImagesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Images.AsyncBatchAnnotate

Associated Types

type Rep VisionImagesAsyncBatchAnnotate 
Instance details

Defined in Gogol.Vision.Images.AsyncBatchAnnotate

Show VisionImagesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Images.AsyncBatchAnnotate

Eq VisionImagesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Images.AsyncBatchAnnotate

GoogleRequest VisionImagesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Images.AsyncBatchAnnotate

type Rep VisionImagesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Images.AsyncBatchAnnotate

type Rs VisionImagesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Images.AsyncBatchAnnotate

type Scopes VisionImagesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Images.AsyncBatchAnnotate

newVisionImagesAsyncBatchAnnotate Source #

Creates a value of VisionImagesAsyncBatchAnnotate with the minimum fields required to make a request.