interface TranslationOptionFrom {
    language: TranslationOptionFromLanguage;
    text: TranslationOptionFromText;
    synonyms: string[];
    sentences: string[];
}

Properties

synonyms: string[]

Synonyms of the source word

sentences: string[]

Example sentence of the source word