Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
Image |
Image.clone() |
Image |
Image.encodeContent(byte[] content)
Image content, represented as a stream of bytes.
|
Image |
AnnotateImageRequest.getImage()
The image to be processed.
|
Image |
Image.set(String fieldName,
Object value) |
Image |
Image.setContent(String content)
Image content, represented as a stream of bytes.
|
Image |
Image.setSource(ImageSource source)
Google Cloud Storage image location, or publicly-accessible image URL.
|
Modifier and Type | Method and Description |
---|---|
AnnotateImageRequest |
AnnotateImageRequest.setImage(Image image)
The image to be processed.
|
Copyright © 2011–2019 Google. All rights reserved.