Interface TranslationOptionFromText

interface TranslationOptionFromText {
    autoCorrected: boolean;
    value: string;
    phonetics: string;
    didYouMean: boolean;
}

Properties

autoCorrected: boolean

Indicates whether there was an autocorrection

value: string

Source text

phonetics: string

Phonetic transcription of the source text

didYouMean: boolean

Indicates whether a suggestion for the source text