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.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.files.annotate.

Synopsis

Resource

type VisionFilesAnnotateResource = "v1p2beta1" :> ("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.files.annotate method which the VisionFilesAnnotate request conforms to.

Constructing a Request

data VisionFilesAnnotate 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: newVisionFilesAnnotate smart constructor.

Constructors

VisionFilesAnnotate 

Fields

Instances

Instances details
Generic VisionFilesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Files.Annotate

Show VisionFilesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Files.Annotate

Eq VisionFilesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Files.Annotate

GoogleRequest VisionFilesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Files.Annotate

type Rep VisionFilesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Files.Annotate

type Rs VisionFilesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Files.Annotate

type Scopes VisionFilesAnnotate Source # 
Instance details

Defined in Gogol.Vision.Files.Annotate

newVisionFilesAnnotate Source #

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