observation-js Documentation - v1.16.0
    Preparing search index...

    Interface NiaMorph

    A single morph prediction returned by NIA for a prediction entry.

    interface NiaMorph {
        probability: number;
        token: string;
    }
    Index

    Properties

    Properties

    probability: number

    The probability of this morph.

    token: string

    The morph token, e.g. IMAGO or LARVA_NYMPH.