Methods
# async analyzeVideo(videoElement, videoId) → {Promise.<void>}
Analyze video for emotions and engagement
Parameters:
| Name | Type | Description |
|---|---|---|
videoElement |
HTMLVideoElement
|
Video element to analyze |
videoId |
string
|
Unique identifier for this video |
Promise.<void>