SearchResultLocation

Specifies a search result location within the content array, providing positioning information for cited content using search result index and block positions.

Types

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

Properties

Link copied to clipboard
val end: Int?

The ending position in the content array where the cited content ends.

Link copied to clipboard

The index of the search result content block where the cited content is found.

Link copied to clipboard
val start: Int?

The starting position in the content array where the cited content begins.

Functions

Link copied to clipboard
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