| Package | Description |
|---|---|
| com.google.api.services.vision.v1.model |
| Modifier and Type | Method and Description |
|---|---|
AnnotateFileResponse |
AnnotateFileResponse.clone() |
AnnotateFileResponse |
AnnotateFileResponse.set(String fieldName,
Object value) |
AnnotateFileResponse |
AnnotateFileResponse.setError(Status error)
If set, represents the error message for the failed request.
|
AnnotateFileResponse |
AnnotateFileResponse.setInputConfig(InputConfig inputConfig)
Information about the file for which this response is generated.
|
AnnotateFileResponse |
AnnotateFileResponse.setResponses(List<AnnotateImageResponse> responses)
Individual responses to images found within the file.
|
AnnotateFileResponse |
AnnotateFileResponse.setTotalPages(Integer totalPages)
This field gives the total number of pages in the file.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnnotateFileResponse> |
BatchAnnotateFilesResponse.getResponses()
The list of file annotation responses, each response corresponding to each AnnotateFileRequest
in BatchAnnotateFilesRequest.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAnnotateFilesResponse |
BatchAnnotateFilesResponse.setResponses(List<AnnotateFileResponse> responses)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest
in BatchAnnotateFilesRequest.
|
Copyright © 2011–2021 Google. All rights reserved.