public class Vision.Projects.Locations.Images extends Object
| Modifier and Type | Class and Description | 
|---|---|
| class  | Vision.Projects.Locations.Images.Annotate | 
| class  | Vision.Projects.Locations.Images.AsyncBatchAnnotate | 
| Constructor and Description | 
|---|
| Images() | 
| Modifier and Type | Method and Description | 
|---|---|
| Vision.Projects.Locations.Images.Annotate | annotate(String parent,
        GoogleCloudVisionV1p2beta1BatchAnnotateImagesRequest content)Run image detection and annotation for a batch of images. | 
| Vision.Projects.Locations.Images.AsyncBatchAnnotate | asyncBatchAnnotate(String parent,
                  GoogleCloudVisionV1p2beta1AsyncBatchAnnotateImagesRequest content)Run asynchronous image detection and annotation for a list of images. | 
public Vision.Projects.Locations.Images.Annotate annotate(String parent, GoogleCloudVisionV1p2beta1BatchAnnotateImagesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - 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`.content - the GoogleCloudVisionV1p2beta1BatchAnnotateImagesRequestIOExceptionpublic Vision.Projects.Locations.Images.AsyncBatchAnnotate asyncBatchAnnotate(String parent, GoogleCloudVisionV1p2beta1AsyncBatchAnnotateImagesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - 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`.content - the GoogleCloudVisionV1p2beta1AsyncBatchAnnotateImagesRequestIOExceptionCopyright © 2011–2025 Google. All rights reserved.