masto
    Preparing search index...

    Interface Translation

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

    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.