open class Matches : Serializable
Defines a mapping between the inputQuery and segment.
Matches()
Empty constructor for the Matches(inputQuery: Array<Match!>!)
Default constructor for the |
var inputQuery: Array<Match!>!
Informs which part of the input query is represented by the segment. Input query matching may not be continuous, so the mapping is defined by an array of matched substrings. |
open fun getInputQuery(): Array<Match!>!
Returns the input query matching the objects array. |
|
open fun toString(): String |