Image Result
data class ImageResult(val title: String, val url: String, val sourceUrl: String, val domain: String) : BaseResult
An image search result.
Parameters
title
the image's title, shown first and large.
url
the image's URL.
source Url
the image's site's URL, will be opened when "Go to site" is tapped.
domain
the page's domain, shown in small text below the title.