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 segment. Input query matching may not be continuous, so the mapping is defined by an array of matched substrings. -- GETTER -- |