gbox-sdk
    Preparing search index...

    Typed screenshot action

    interface TypedScreenshotAction {
        clip?: GboxClient.V1.Boxes.ActionAIResponse.AIActionResult.AIResponse.TypedScreenshotAction.Clip;
        outputFormat?: "base64" | "storageKey";
        presignedExpiresIn?: string;
        saveToAlbum?: boolean;
    }
    Index

    Properties

    Clipping region for screenshot capture

    outputFormat?: "base64" | "storageKey"

    Type of the URI. default is base64.

    presignedExpiresIn?: string

    Presigned url expires in. Only takes effect when outputFormat is storageKey.

    Supported time units: ms (milliseconds), s (seconds), m (minutes), h (hours) Example formats: "500ms", "30s", "5m", "1h" Default: 30m

    saveToAlbum?: boolean

    Whether to save the screenshot to the device screenshot album