Package com.tomtom.sdk.search.client.model.match

Types

Link copied to clipboard
data class Match(val offset: Int, val length: Int)

Informs which part of the input is represented by the segment.

Link copied to clipboard
data class Matches(val inputQuery: List<Match> = emptyList())

Input query matching may not be continuous, so the mapping is defined by an array of matched substrings.