Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
ImageSource |
ImageSource.clone() |
ImageSource |
Image.getSource()
Google Cloud Storage image location, or publicly-accessible image URL.
|
ImageSource |
ImageSource.set(String fieldName,
Object value) |
ImageSource |
ImageSource.setGcsImageUri(String gcsImageUri)
**Use `image_uri` instead.**
The Google Cloud Storage URI of the form `gs://bucket_name/object_name`.
|
ImageSource |
ImageSource.setImageUri(String imageUri)
The URI of the source image.
|
Modifier and Type | Method and Description |
---|---|
Image |
Image.setSource(ImageSource source)
Google Cloud Storage image location, or publicly-accessible image URL.
|
Copyright © 2011–2019 Google. All rights reserved.