Options
All
  • Public
  • Public/Protected
  • All
Menu

Person getter

interface

Person Interface

Each result has:

  • id: person id
  • face: face object
  • body: body object
  • hands: array of hand objects
  • gestures: array of gestures
  • box: bounding box: x, y, width, height normalized to input image resolution
  • boxRaw: bounding box: x, y, width, height normalized to 0..1

Hierarchy

  • PersonResult

Index

Properties

body

body: null | BodyResult

box

box: Box

Optional boxRaw

boxRaw?: Box

face

gestures

gestures: GestureResult[]

hands

hands: { left: null | HandResult; right: null | HandResult }

Type declaration

id

id: number