Summary
|
Emotion Analyzer
|
Info |
Category: |
Emotion Recognition |
|
AddIn: |
Microsoft Cognitive Services |
Creator: |
OkazoLab |
|
Scope: |
Parent event |
Owns Snippets: |
None |
|
Usage: |
Snippets |
Properties
Name | Description | Constraints | Type | On runtime change |
---|
Results |
XAML Emotion Plot | Returns a live XAML control containing the bee plot. The property that can be used for binding to the Content property of the XAML ContentControl element, e.g. . The bound ContentControl can be then added to the status screen or to the GUI Panel element. | | UIElem.. | |
Save Plot Now | The command that saves the current emotion plot into an image file. Assign a filename in the snippets to invoke this command at runtime. The extension of the filename (e.g. .png,.bmp, .jpg, *.xps) will define a format of the image file. | | String | |
Run Analysis Now | | | Boolean | |
Newest Analysis | | | clEmot.. | |
All Analyses | | | clEmot.. | |
Analysis Number | | | Int32 | |
Save Data Now | The command that saves a list of collected emotion results into a plain data file. Assign a filename in the snippets to invoke this command at runtime. The extension of the filename (e.g. .txt, .csv) will define a format of the data file. | | String | |
Reset Results Now | | | Boolean | |
Processing Time | | | clTime | |
Settings |
EmotionAPI Key | Defines your personal Emotion API key obtained via Microsoft Cognitive Services | | String | |
EmotionAPI Endpoint | Defines your personal Emotion API root address that you obtain via Microsoft Cognitive Services | | String | |
Analysis Mode | | | Int32 | |
Camera | | | Int32 | |
Plotting |
Plot Type | | | Int32 | |
Plot Background | | | Int32 | |
Rendering Size | The rendering size also defines the image resolution, when the plot is saved into an image file or video. | | clSize | |
Font Size | Defines the font size for the plot labels | | Double | |
Plot Theme | Defines a visual theme for the plot | | Int32 | |
Control |
Is Enabled | If set to false the element is completely omitted when the experiment is run | | Boolean | |
Title | Title of the element | | String | |
|
Emotion Analyzer Element allows real-time emotion analysis of participant's face image taken by a webcam. To use this element, you must have an active internet connection, create an account for Microsoft Cognitive Services and apply your personal Emotion API key obtain there.