Options
All
  • Public
  • Public/Protected
  • All
Menu

Models an image object detection represented by a label, a geometry, and optionally a confidence value.

Hierarchy

  • AnnotationsObjectDetection

Index

Properties

Optional attributes

attributes: Record<string, AnnotationsBoolean | AnnotationsNumerical>

Additional attributes data for a compound.

Optional boundingBox

A plain rectangle

Optional confidence

confidence: undefined | number

The confidence score for the primitive. It should be between 0 and 1.

min

0

max

1

label

label: string

The label describing what type of object it is

Optional polygon

A closed polygon represented by n vertices. In other words, we assume that the first and last vertex are connected.

Optional polyline

A polygonal chain consisting of n vertices