Type alias ServerSegmentationPredictions

ServerSegmentationPredictions: {
    bitmaps?: Record<string, SegmentationBitmap> | null;
    labelIndex: number;
    labelName: string;
    score: number;
}

Type declaration

  • Optional bitmaps?: Record<string, SegmentationBitmap> | null

    Segmentation bitmaps

  • labelIndex: number
  • labelName: string
  • score: number

Generated using TypeDoc