Result
constructor(title: String, body: String?, url: String, domain: String, bodyAnnotated: AnnotatedString? = null)
Parameters
title
the page's title, shown first and large.
body
an optional snippet from the page shown as the result's body. If none was found or the search engine doesn't support them set to null.
url
the page's URL, will be opened when the result is tapped.
domain
the page's domain, shown in small text below the title.
body Annotated
annotated version of body, shown as the body if not null.