Methods
# async addVideo(videoId, videoElement) → {Promise.<void>}
Add video for analysis
Parameters:
| Name | Type | Description |
|---|---|---|
videoId |
string
|
Unique identifier |
videoElement |
HTMLVideoElement
|
Video to analyze |
Promise.<void>
# getModelInfo() → {Object}
Get detailed information about loaded models and configuration
Detailed model and environment info
Object
# async initialize() → {Promise.<void>}
Initialize shared Human.js instance with automatic backend detection
Promise.<void>