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

Description

Service that performs image detection and annotation for a batch of files. Now only "application/pdf", "image/tiff" and "image/gif" are supported. This service will extract at most 5 (customers can specify which 5 in AnnotateFileRequest.pages) frames (gif) or pages (pdf or tiff) from each file provided and perform detection and annotation for each image extracted.

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

Synopsis

Resource

type VisionProjectsFilesAnnotateResource = "v1p2beta1" :> (Capture "parent" Text :> ("files:annotate" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GoogleCloudVisionV1p2beta1BatchAnnotateFilesRequest :> Post '[JSON] GoogleCloudVisionV1p2beta1BatchAnnotateFilesResponse))))))))) Source #

A resource alias for vision.projects.files.annotate method which the VisionProjectsFilesAnnotate request conforms to.

Constructing a Request

data VisionProjectsFilesAnnotate Source #

Service that performs image detection and annotation for a batch of files. Now only "application/pdf", "image/tiff" and "image/gif" are supported. This service will extract at most 5 (customers can specify which 5 in AnnotateFileRequest.pages) frames (gif) or pages (pdf or tiff) from each file provided and perform detection and annotation for each image extracted.

See: newVisionProjectsFilesAnnotate smart constructor.

Constructors

VisionProjectsFilesAnnotate 

Fields

Instances

Instances details
Generic VisionProjectsFilesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Files.Annotate

Show VisionProjectsFilesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Files.Annotate

Eq VisionProjectsFilesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Files.Annotate

GoogleRequest VisionProjectsFilesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Files.Annotate

type Rep VisionProjectsFilesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Files.Annotate

type Rs VisionProjectsFilesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Files.Annotate

type Scopes VisionProjectsFilesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Projects.Files.Annotate

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

-> GoogleCloudVisionV1p2beta1BatchAnnotateFilesRequest

Multipart request metadata. See payload.

-> VisionProjectsFilesAnnotate 

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