| Modifier and Type | Class and Description |
|---|---|
class |
Vision.Images.Annotate |
class |
Vision.Images.AsyncBatchAnnotate |
| Constructor and Description |
|---|
Images() |
| Modifier and Type | Method and Description |
|---|---|
Vision.Images.Annotate |
annotate(BatchAnnotateImagesRequest content)
Run image detection and annotation for a batch of images.
|
Vision.Images.AsyncBatchAnnotate |
asyncBatchAnnotate(AsyncBatchAnnotateImagesRequest content)
Run asynchronous image detection and annotation for a list of images.
|
public Vision.Images.Annotate annotate(BatchAnnotateImagesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the BatchAnnotateImagesRequestIOExceptionpublic Vision.Images.AsyncBatchAnnotate asyncBatchAnnotate(AsyncBatchAnnotateImagesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the AsyncBatchAnnotateImagesRequestIOExceptionCopyright © 2011–2021 Google. All rights reserved.