interface TranslationOptionTo {
    text: TranslationOptionToText;
    polysemy: {
        label: string;
        children: string[];
    }[];
}

Properties

Properties

polysemy: {
    label: string;
    children: string[];
}[]

Polysemy information for the translated text