Search
Preparing search index...
The search index is not available
@vladmandic/human - v2.3.5
Options
All
Public
Public/Protected
All
Inherited
Menu
@vladmandic/human - v2.3.5
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
:
Box
Optional
box
Raw
box
Raw
?:
Box
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
Person
Result
body
box
box
Raw
face
gestures
hands
id
Person getter
Person Interface
Each result has: