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 BatchAnnotateImagesRequest
IOException
public Vision.Images.AsyncBatchAnnotate asyncBatchAnnotate(AsyncBatchAnnotateImagesRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the AsyncBatchAnnotateImagesRequest
IOException
Copyright © 2011–2019 Google. All rights reserved.