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.Projects.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.projects.images.asyncBatchAnnotate.

Synopsis

Resource

type VisionProjectsImagesAsyncBatchAnnotateResource = "v1p2beta1" :> (Capture "parent" Text :> ("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.projects.images.asyncBatchAnnotate method which the VisionProjectsImagesAsyncBatchAnnotate request conforms to.

Constructing a Request

data VisionProjectsImagesAsyncBatchAnnotate 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: newVisionProjectsImagesAsyncBatchAnnotate smart constructor.

Constructors

VisionProjectsImagesAsyncBatchAnnotate 

Fields

Instances

Instances details
Generic VisionProjectsImagesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Images.AsyncBatchAnnotate

Show VisionProjectsImagesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Images.AsyncBatchAnnotate

Eq VisionProjectsImagesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Images.AsyncBatchAnnotate

GoogleRequest VisionProjectsImagesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Images.AsyncBatchAnnotate

type Rep VisionProjectsImagesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Images.AsyncBatchAnnotate

type Rs VisionProjectsImagesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Images.AsyncBatchAnnotate

type Scopes VisionProjectsImagesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Images.AsyncBatchAnnotate

newVisionProjectsImagesAsyncBatchAnnotate Source #

Arguments

:: Text

Optional. Target project and location to make a call. Format: projects/{project-id}/locations/{location-id}. If no parent is specified, a region will be chosen automatically. Supported location-ids: us: USA country only, asia: East asia areas, like Japan, Taiwan, eu: The European Union. Example: projects/project-A/locations/eu. See parent.

-> GoogleCloudVisionV1p2beta1AsyncBatchAnnotateImagesRequest

Multipart request metadata. See payload.

-> VisionProjectsImagesAsyncBatchAnnotate 

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