public class Vision.Projects.Images extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Vision.Projects.Images.Annotate |
class |
Vision.Projects.Images.AsyncBatchAnnotate |
| Constructor and Description |
|---|
Images() |
| Modifier and Type | Method and Description |
|---|---|
Vision.Projects.Images.Annotate |
annotate(String parent,
GoogleCloudVisionV1p1beta1BatchAnnotateImagesRequest content)
Run image detection and annotation for a batch of images.
|
Vision.Projects.Images.AsyncBatchAnnotate |
asyncBatchAnnotate(String parent,
GoogleCloudVisionV1p1beta1AsyncBatchAnnotateImagesRequest content)
Run asynchronous image detection and annotation for a list of images.
|
public Vision.Projects.Images.Annotate annotate(String parent, GoogleCloudVisionV1p1beta1BatchAnnotateImagesRequest 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 GoogleCloudVisionV1p1beta1BatchAnnotateImagesRequestIOExceptionpublic Vision.Projects.Images.AsyncBatchAnnotate asyncBatchAnnotate(String parent, GoogleCloudVisionV1p1beta1AsyncBatchAnnotateImagesRequest 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 GoogleCloudVisionV1p1beta1AsyncBatchAnnotateImagesRequestIOExceptionCopyright © 2011–2020 Google. All rights reserved.