| 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.
|
Vision.Projects.Files.AsyncBatchAnnotate |
Vision.Projects.Files.asyncBatchAnnotate(String parent,
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.
|
Vision.Projects.Locations.Files.AsyncBatchAnnotate |
Vision.Projects.Locations.Files.asyncBatchAnnotate(String parent,
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.
|
AsyncBatchAnnotate(String parent,
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.
|
AsyncBatchAnnotate(String parent,
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.setParent(String parent)
Optional.
|
AsyncBatchAnnotateFilesRequest |
AsyncBatchAnnotateFilesRequest.setRequests(List<AsyncAnnotateFileRequest> requests)
Required.
|
Copyright © 2011–2021 Google. All rights reserved.