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.Annotate

Description

Run image detection and annotation for a batch of images.

See: Cloud Vision API Reference for vision.projects.images.annotate.

Synopsis

Resource

type VisionProjectsImagesAnnotateResource = "v1p2beta1" :> (Capture "parent" Text :> ("images:annotate" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GoogleCloudVisionV1p2beta1BatchAnnotateImagesRequest :> Post '[JSON] GoogleCloudVisionV1p2beta1BatchAnnotateImagesResponse))))))))) Source #

A resource alias for vision.projects.images.annotate method which the VisionProjectsImagesAnnotate request conforms to.

Constructing a Request

data VisionProjectsImagesAnnotate Source #

Run image detection and annotation for a batch of images.

See: newVisionProjectsImagesAnnotate smart constructor.

Constructors

VisionProjectsImagesAnnotate 

Fields

Instances

Instances details
Generic VisionProjectsImagesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Images.Annotate

Show VisionProjectsImagesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Images.Annotate

Eq VisionProjectsImagesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Images.Annotate

GoogleRequest VisionProjectsImagesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Images.Annotate

type Rep VisionProjectsImagesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Images.Annotate

type Rs VisionProjectsImagesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Images.Annotate

type Scopes VisionProjectsImagesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Images.Annotate

newVisionProjectsImagesAnnotate 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.

-> GoogleCloudVisionV1p2beta1BatchAnnotateImagesRequest

Multipart request metadata. See payload.

-> VisionProjectsImagesAnnotate 

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