gbox-sdk
    Preparing search index...

    Interface ActionExtractResponse

    Result of extract action execution

    interface ActionExtractResponse {
        data: { [key: string]: unknown };
        screenshot: string;
    }
    Index

    Properties

    Properties

    data: { [key: string]: unknown }

    The extracted data structure that conforms to the provided JSON schema. The actual structure and content depend on the schema defined in the extract action request.

    screenshot: string

    Base64-encoded screenshot of the UI interface at the time of extraction