|
FastLED 3.9.15
|
Definition at line 16 of file mood_analyzer.h.
#include <mood_analyzer.h>
Public Types | |
| enum | Category { CALM_NEGATIVE , CALM_POSITIVE , ENERGETIC_NEGATIVE , ENERGETIC_POSITIVE , NEUTRAL } |
Public Member Functions | |
| Mood () FL_NOEXCEPT | |
| Category | getCategory () const |
| const char * | getCategoryName () const |
| bool | isValid () const |
Public Attributes | |
| float | arousal |
| float | confidence |
| u32 | duration |
| u32 | timestamp |
| float | valence |