| Package | Description |
|---|---|
| com.google.api.services.customsearch.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Result.Image |
Result.Image.clone() |
Result.Image |
Result.getImage()
Image belonging to a custom search result.
|
Result.Image |
Result.Image.set(String fieldName,
Object value) |
Result.Image |
Result.Image.setByteSize(Integer byteSize)
The size of the image, in bytes.
|
Result.Image |
Result.Image.setContextLink(String contextLink)
A URL pointing to the webpage hosting the image.
|
Result.Image |
Result.Image.setHeight(Integer height)
The height of the image, in pixels.
|
Result.Image |
Result.Image.setThumbnailHeight(Integer thumbnailHeight)
The height of the thumbnail image, in pixels.
|
Result.Image |
Result.Image.setThumbnailLink(String thumbnailLink)
A URL to the thumbnail image.
|
Result.Image |
Result.Image.setThumbnailWidth(Integer thumbnailWidth)
The width of the thumbnail image, in pixels.
|
Result.Image |
Result.Image.setWidth(Integer width)
The width of the image, in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
Result.setImage(Result.Image image)
Image belonging to a custom search result.
|
Copyright © 2011–2024 Google. All rights reserved.