interface PredictionTerm {
    offset: number;
    value: string;
}

Properties

Properties

offset: number

start position of this term in the description, measured in Unicode characters.

value: string

containing the text of the term.