Type alias ServerSegmentationPredictions
ServerSegmentationPredictions: { bitmaps?: Record<string, SegmentationBitmap> | null; labelIndex: number; labelName: string; score: number; }
Type declaration
-
Optional
bitmaps?: Record<string, SegmentationBitmap> | null
-
labelIndex: number
-
labelName: string
-
score: number
Segmentation bitmaps