gbox-sdk
    Preparing search index...

    Detect elements screenshot options

    interface Screenshot {
        outputFormat?: "base64" | "storageKey";
        presignedExpiresIn?: string;
    }
    Index

    Properties

    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