Databricks SDK for JavaScript
    Preparing search index...
    interface AiExtractResponseMetadata {
        chunkType?: string;
        citations?: AiExtractCitation[];
        mode?: string;
        version?: string;
    }
    Index

    Properties

    chunkType?: string

    How the source was chunked for citation offsets (span for text input, bbox for parsed-document input); present when citations are enabled.

    citations?: AiExtractCitation[]

    Citation objects locating each result in the source; present when citations are enabled.

    mode?: string

    The resolved extraction mode; present when a non-default mode was used.

    version?: string

    The resolved function version.