Member Junction
    Preparing search index...

    Per-record output of a vision extraction. value is the parsed feature cell (or null when the image is missing or the output couldn't be parsed).

    interface VisionExtractionResult {
        value: string | number;
    }
    Index

    Properties

    Properties

    value: string | number

    The parsed feature value for the row, or null.