Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.25 KB

ClassifyResponse.md

File metadata and controls

51 lines (28 loc) · 1.25 KB

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

Interface: ClassifyResponse

A interface describing the response returned by the classify endpoint

Table of contents

Properties

Properties

classifications

classifications: Classification[]

An array of classifications for an image as returned by the Insight classification model. See Classification for more information

Defined in

lib/types.ts:164


detections

detections: Detection[]

An array of detections for an image as returned by the Insight object detection model. See Classification for more information

Defined in

lib/types.ts:169


metadata

metadata: ImageMetadata

An object describing metadata of the input image

Defined in

lib/types.ts:173