Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DetectedObject

Package version

An object detected in an image.

Hierarchy

  • DetectedObject

Index

Properties

Optional confidence

confidence: undefined | number

Confidence score of having observed the object in the image, as a value ranging from 0 to 1.

Optional object

object: undefined | string

Label for the object.

Optional parent

The parent object, from a taxonomy perspective. The parent object is a more generic form of this object. For example, a 'bulldog' would have a parent of 'dog'.

Optional rectangle

rectangle: BoundingRect

Approximate location of the detected object. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc