Search
Preparing search index...
The search index is not available
@vladmandic/human - v2.2.0
Options
All
Public
Public/Protected
All
Inherited
Menu
@vladmandic/human - v2.2.0
PersonResult
Interface PersonResult
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
box
box
Raw
face
gestures
hands
id
Properties
body
body
:
null
|
BodyResult
box
box
:
[
number
,
number
,
number
,
number
]
Optional
box
Raw
box
Raw
:
[
number
,
number
,
number
,
number
]
face
face
:
FaceResult
gestures
gestures
:
GestureResult
[]
hands
hands
:
{
left
:
null
|
HandResult
;
right
:
null
|
HandResult
}
Type declaration
left
:
null
|
HandResult
right
:
null
|
HandResult
id
id
:
number
Exports
default
Human
Body
Config
Body
Result
Config
Draw
Options
Face
Config
Face
Description
Config
Face
Detector
Config
Face
Emotion
Config
Face
Iris
Config
Face
Mesh
Config
Face
Result
Filter
Config
Gesture
Config
Hand
Config
Hand
Result
Object
Config
Object
Result
Person
Result
body
box
box
Raw
face
gestures
hands
id
Result
Segmentation
Config
Error
Events
Gesture
Result
Input
Tensor
Flow
defaults
env
Person getter
Person Interface
Each result has: