Interface Translation

interface Translation {
    content: string;
    detectedLanguageSource: string;
    provider: string;
}

Properties

content: string

The translated text of the status.

detectedLanguageSource: string

The language of the source text, as auto-detected by the machine translation provider.

provider: string

The service that provided the machine translation.