Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 1.06 KB

Classification.md

File metadata and controls

50 lines (27 loc) · 1.06 KB

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

Interface: Classification

An interface describing a classification returned by the classify endpoint

Table of contents

Properties

Properties

confidence

confidence: number

A number between 0 and 1 that represents the likelihood that the output of the Insight classification model is correct

Defined in

lib/types.ts:78


name

name: string

The name of this classification, e.g. bathroom, bedroom, etc.

Defined in

lib/types.ts:82


rank

rank: number

A number related to an ordering when multiple classifications are returned for an image

Defined in

lib/types.ts:86