| Package | Description |
|---|---|
| com.google.api.services.vision.v1.model |
| Modifier and Type | Method and Description |
|---|---|
InputConfig |
InputConfig.clone() |
InputConfig |
AnnotateFileResponse.getInputConfig()
Information about the file for which this response is generated.
|
InputConfig |
AsyncAnnotateFileRequest.getInputConfig()
Required.
|
InputConfig |
InputConfig.set(String fieldName,
Object value) |
InputConfig |
InputConfig.setGcsSource(GcsSource gcsSource)
The Google Cloud Storage location to read the input from.
|
InputConfig |
InputConfig.setMimeType(String mimeType)
The type of the file.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotateFileResponse |
AnnotateFileResponse.setInputConfig(InputConfig inputConfig)
Information about the file for which this response is generated.
|
AsyncAnnotateFileRequest |
AsyncAnnotateFileRequest.setInputConfig(InputConfig inputConfig)
Required.
|
Copyright © 2011–2019 Google. All rights reserved.