interface TranslationOption {
    text: string;
    from: TranslationOptionFrom;
    to: TranslationOptionTo;
    raw?: TranslateRawBody;
}

Properties

Properties

text: string

Translation text

The raw response body from the translation request