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