Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
AnnotateFileRequest |
AnnotateFileRequest.clone() |
AnnotateFileRequest |
AnnotateFileRequest.set(String fieldName,
Object value) |
AnnotateFileRequest |
AnnotateFileRequest.setFeatures(List<Feature> features)
Required.
|
AnnotateFileRequest |
AnnotateFileRequest.setImageContext(ImageContext imageContext)
Additional context that may accompany the image(s) in the file.
|
AnnotateFileRequest |
AnnotateFileRequest.setInputConfig(InputConfig inputConfig)
Required.
|
AnnotateFileRequest |
AnnotateFileRequest.setPages(List<Integer> pages)
Pages of the file to perform image annotation.
|
Modifier and Type | Method and Description |
---|---|
List<AnnotateFileRequest> |
BatchAnnotateFilesRequest.getRequests()
The list of file annotation requests.
|
Modifier and Type | Method and Description |
---|---|
BatchAnnotateFilesRequest |
BatchAnnotateFilesRequest.setRequests(List<AnnotateFileRequest> requests)
The list of file annotation requests.
|
Copyright © 2011–2019 Google. All rights reserved.