RelevantContent

Represents a piece of content that is relevant to a search query.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actual content of the relevant item.

Link copied to clipboard

Additional attributes of the document containing the relevant content.

Link copied to clipboard

The unique identifier of the document containing the relevant content.

Link copied to clipboard

The title of the document containing the relevant content.

Link copied to clipboard

The URI of the document containing the relevant content.

Link copied to clipboard

Attributes related to the relevance score of the content.

Functions

Link copied to clipboard
inline fun copy(block: RelevantContent.Builder.() -> Unit = {}): RelevantContent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String