Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 751 Bytes

Segmentation.md

File metadata and controls

36 lines (19 loc) · 751 Bytes

@foyer-inc/insight-sdk / Exports / Segmentation

Interface: Segmentation

An interface describing a segmentation returned within a Detection from the classify endpoint

Table of contents

Properties

Properties

counts

counts: string

A string representing the shape of the detection

Defined in

lib/types.ts:135


size

size: number[]

An array of shape [width, height] for the size of the detection

Defined in

lib/types.ts:131