public class Vision.Images
extends java.lang.Object
| 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 java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the BatchAnnotateImagesRequestjava.io.IOExceptionpublic Vision.Images.AsyncBatchAnnotate asyncBatchAnnotate(AsyncBatchAnnotateImagesRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the AsyncBatchAnnotateImagesRequestjava.io.IOException