Modifier and Type | Class and Description |
---|---|
class |
Vision.Files.Annotate |
class |
Vision.Files.AsyncBatchAnnotate |
Constructor and Description |
---|
Files() |
Modifier and Type | Method and Description |
---|---|
Vision.Files.Annotate |
annotate(BatchAnnotateFilesRequest content)
Service that performs image detection and annotation for a batch of files.
|
Vision.Files.AsyncBatchAnnotate |
asyncBatchAnnotate(AsyncBatchAnnotateFilesRequest content)
Run asynchronous image detection and annotation for a list of generic files, such as PDF files,
which may contain multiple pages and multiple images per page.
|
public Vision.Files.Annotate annotate(BatchAnnotateFilesRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the BatchAnnotateFilesRequest
IOException
public Vision.Files.AsyncBatchAnnotate asyncBatchAnnotate(AsyncBatchAnnotateFilesRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the AsyncBatchAnnotateFilesRequest
IOException
Copyright © 2011–2019 Google. All rights reserved.