The translated content.

interface TranslatedDocument {
    Content: undefined | Uint8Array<ArrayBufferLike>;
}

Properties

Properties

Content: undefined | Uint8Array<ArrayBufferLike>

The document containing the translated content.