Package | Description |
---|---|
com.google.api.services.vision.v1 | |
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
Vision.Files.AsyncBatchAnnotate |
Vision.Files.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.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
AsyncBatchAnnotateFilesRequest |
AsyncBatchAnnotateFilesRequest.clone() |
AsyncBatchAnnotateFilesRequest |
AsyncBatchAnnotateFilesRequest.set(String fieldName,
Object value) |
AsyncBatchAnnotateFilesRequest |
AsyncBatchAnnotateFilesRequest.setRequests(List<AsyncAnnotateFileRequest> requests)
Individual async file annotation requests for this batch.
|
Copyright © 2011–2019 Google. All rights reserved.