BasePrediction: {
    labelIndex: number;
    labelName: string;
    score: number;
}

The base/parent prediction class that stores the common shared properties of a prediction.

Type declaration

  • labelIndex: number

    The predicted label index. A label index is an unique integer identifies a label in your label book. See https://support.landing.ai/docs/manage-label-book for more details.

  • labelName: string

    The predicted label name.

  • score: number

    The confidence score of this prediction.

Generated using TypeDoc