TextMatchItem

A structure indicating matched terms for an attribute.

Types

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

Properties

Link copied to clipboard

The name of the attribute.

Link copied to clipboard

List of offsets indicating matching terms in the TextMatchItem text.

Link copied to clipboard
val text: String?

Snippet of attribute text containing highlighted content.

Functions

Link copied to clipboard
inline fun copy(block: TextMatchItem.Builder.() -> Unit = {}): TextMatchItem
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