The translated content.

interface TranslatedDocument {
    Content: undefined | Uint8Array;
}

Properties

Properties

Content: undefined | Uint8Array

The document containing the translated content.