mindee
    Preparing search index...

    Interface BaseFieldConstructor

    Constructor payload shared by standard v1 fields.

    interface BaseFieldConstructor {
        pageId?: number;
        prediction: StringDict;
        reconstructed?: boolean;
        valueKey?: string;
    }
    Index

    Properties

    pageId?: number

    Optional page identifier for multi-page documents.

    prediction: StringDict

    Raw field payload from API response.

    reconstructed?: boolean

    Whether the field was reconstructed locally.

    valueKey?: string

    Key to read from prediction as field value.