mindee
    Preparing search index...

    Interface BaseFieldConstructor

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

    Properties

    pageId?: number

    Page ID for multi-page document.

    prediction: StringDict

    Prediction object from HTTP response.

    reconstructed?: boolean

    Is the object reconstructed (not extracted by the API).

    valueKey?: string

    Key to use in the prediction dict.