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