Matches

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.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

inputQuery

The list of the Match objects.

Constructors

Link copied to clipboard
fun Matches(inputQuery: List<Match> = emptyList())

Properties

Link copied to clipboard