| Package | Description |
|---|---|
| com.google.api.services.vision.v1 | |
| com.google.api.services.vision.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Vision.Files.Annotate |
Vision.Files.annotate(BatchAnnotateFilesRequest content)
Service that performs image detection and annotation for a batch of files.
|
Vision.Projects.Files.Annotate |
Vision.Projects.Files.annotate(String parent,
BatchAnnotateFilesRequest content)
Service that performs image detection and annotation for a batch of files.
|
Vision.Projects.Locations.Files.Annotate |
Vision.Projects.Locations.Files.annotate(String parent,
BatchAnnotateFilesRequest content)
Service that performs image detection and annotation for a batch of files.
|
| Constructor and Description |
|---|
Annotate(BatchAnnotateFilesRequest content)
Service that performs image detection and annotation for a batch of files.
|
Annotate(String parent,
BatchAnnotateFilesRequest content)
Service that performs image detection and annotation for a batch of files.
|
Annotate(String parent,
BatchAnnotateFilesRequest content)
Service that performs image detection and annotation for a batch of files.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAnnotateFilesRequest |
BatchAnnotateFilesRequest.clone() |
BatchAnnotateFilesRequest |
BatchAnnotateFilesRequest.set(String fieldName,
Object value) |
BatchAnnotateFilesRequest |
BatchAnnotateFilesRequest.setParent(String parent)
Optional.
|
BatchAnnotateFilesRequest |
BatchAnnotateFilesRequest.setRequests(List<AnnotateFileRequest> requests)
Required.
|
Copyright © 2011–2021 Google. All rights reserved.