Databricks SDK for JavaScript
    Preparing search index...
    interface AiParseDocumentResponse {
        document?: JsonValue;
        errorStatus?: AiParseDocumentPageError[];
        metadata?: AiParseDocumentResponseMetadata;
    }
    Index

    Properties

    document?: JsonValue

    The parsed document as a JSON value, containing the extracted pages and elements.

    errorStatus?: AiParseDocumentPageError[]

    Per-page partial-failure details; present when the request succeeds (2xx) but individual pages fail.

    Additional metadata returned by AI Parse Document.