Namespace Google.Apis.Vision.v1p1beta1
Classes
FilesResource
The "files" collection of methods.
FilesResource.AnnotateRequest
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.
FilesResource.AsyncBatchAnnotateRequest
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).
ImagesResource
The "images" collection of methods.
ImagesResource.AnnotateRequest
Run image detection and annotation for a batch of images.
ImagesResource.AsyncBatchAnnotateRequest
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.
ProjectsResource
The "projects" collection of methods.
ProjectsResource.FilesResource
The "files" collection of methods.
ProjectsResource.FilesResource.AnnotateRequest
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.
ProjectsResource.FilesResource.AsyncBatchAnnotateRequest
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).
ProjectsResource.ImagesResource
The "images" collection of methods.
ProjectsResource.ImagesResource.AnnotateRequest
Run image detection and annotation for a batch of images.
ProjectsResource.ImagesResource.AsyncBatchAnnotateRequest
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.
ProjectsResource.LocationsResource
The "locations" collection of methods.
ProjectsResource.LocationsResource.FilesResource
The "files" collection of methods.
ProjectsResource.LocationsResource.FilesResource.AnnotateRequest
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.
ProjectsResource.LocationsResource.FilesResource.AsyncBatchAnnotateRequest
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).
ProjectsResource.LocationsResource.ImagesResource
The "images" collection of methods.
ProjectsResource.LocationsResource.ImagesResource.AnnotateRequest
Run image detection and annotation for a batch of images.
ProjectsResource.LocationsResource.ImagesResource.AsyncBatchAnnotateRequest
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.
VisionBaseServiceRequest<TResponse>
A base abstract class for Vision requests.
VisionService
The Vision Service.
VisionService.Scope
Available OAuth 2.0 scopes for use with the Cloud Vision API.
VisionService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Cloud Vision API.
Enums
VisionBaseServiceRequest<TResponse>.AltEnum
Data format for response.
VisionBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.