Details about the environment that the user is currently in, such as the operating system.

interface DesktopEnvironment {
    clipboardText?: string;
    highlight?: HighlightEnvironment;
    imageDataBase64?: string;
    ocrScreenContents?: string;
    platform: Platform;
    screenshotPath?: string;
}

Properties

clipboardText?: string
imageDataBase64?: string
ocrScreenContents?: string

The scanned OCR contents of the user's entire screen.

platform: Platform
screenshotPath?: string