Interface TranslationOptionFromLanguage

interface TranslationOptionFromLanguage {
    didYouMean: boolean;
    iso: string;
}

Properties

Properties

didYouMean: boolean

Indicates whether there is a language suggestion

iso: string

The ISO code of the detected language