Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
InputConfig |
InputConfig.clone() |
InputConfig |
InputConfig.encodeContent(byte[] content)
File content, represented as a stream of bytes.
|
InputConfig |
AsyncAnnotateFileRequest.getInputConfig()
Required.
|
InputConfig |
AnnotateFileRequest.getInputConfig()
Required.
|
InputConfig |
AnnotateFileResponse.getInputConfig()
Information about the file for which this response is generated.
|
InputConfig |
InputConfig.set(String fieldName,
Object value) |
InputConfig |
InputConfig.setContent(String content)
File content, represented as a stream of bytes.
|
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 |
---|---|
AsyncAnnotateFileRequest |
AsyncAnnotateFileRequest.setInputConfig(InputConfig inputConfig)
Required.
|
AnnotateFileRequest |
AnnotateFileRequest.setInputConfig(InputConfig inputConfig)
Required.
|
AnnotateFileResponse |
AnnotateFileResponse.setInputConfig(InputConfig inputConfig)
Information about the file for which this response is generated.
|
Copyright © 2011–2019 Google. All rights reserved.