Skip to main content
Version: 0.9.x

Interface: NativeSegmentedInstance

Defined in: types/instanceSegmentation.ts:10

Internal

Raw instance returned from the native C++ side, carrying a numeric classIndex instead of a resolved label string.

Properties​

bbox​

bbox: Bbox

Defined in: types/instanceSegmentation.ts:11


classIndex​

classIndex: number

Defined in: types/instanceSegmentation.ts:15


mask​

mask: Uint8Array

Defined in: types/instanceSegmentation.ts:12


maskHeight​

maskHeight: number

Defined in: types/instanceSegmentation.ts:14


maskWidth​

maskWidth: number

Defined in: types/instanceSegmentation.ts:13


score​

score: number

Defined in: types/instanceSegmentation.ts:16