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

Description

Run asynchronous image detection and annotation for a list of generic files, such as PDF files, which may contain multiple pages and multiple images per page. Progress and results can be retrieved through the google.longrunning.Operations interface. Operation.metadata contains OperationMetadata (metadata). Operation.response contains AsyncBatchAnnotateFilesResponse (results).

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

Synopsis

Resource

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

A resource alias for vision.files.asyncBatchAnnotate method which the VisionFilesAsyncBatchAnnotate request conforms to.

Constructing a Request

data VisionFilesAsyncBatchAnnotate Source #

Run asynchronous image detection and annotation for a list of generic files, such as PDF files, which may contain multiple pages and multiple images per page. Progress and results can be retrieved through the google.longrunning.Operations interface. Operation.metadata contains OperationMetadata (metadata). Operation.response contains AsyncBatchAnnotateFilesResponse (results).

See: newVisionFilesAsyncBatchAnnotate smart constructor.

Constructors

VisionFilesAsyncBatchAnnotate 

Fields

Instances

Instances details
Generic VisionFilesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Files.AsyncBatchAnnotate

Associated Types

type Rep VisionFilesAsyncBatchAnnotate 
Instance details

Defined in Gogol.Vision.Files.AsyncBatchAnnotate

Show VisionFilesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Files.AsyncBatchAnnotate

Eq VisionFilesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Files.AsyncBatchAnnotate

GoogleRequest VisionFilesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Files.AsyncBatchAnnotate

type Rep VisionFilesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Files.AsyncBatchAnnotate

type Rs VisionFilesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Files.AsyncBatchAnnotate

type Scopes VisionFilesAsyncBatchAnnotate Source # 
Instance details

Defined in Gogol.Vision.Files.AsyncBatchAnnotate

newVisionFilesAsyncBatchAnnotate Source #

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