Interface StreamingGetStemResponse

interface StreamingGetStemResponse {
    stem: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

stem: string

part of a word responsible for its lexical meaning

Generated using TypeDoc