c# - Microsoft Cognitive Services Emotion API: Video Aggregate Result Frequency -


is there way set how produce aggregate results when analyzing emotions in videos?

i using microsoft cognitive services emotion api (https://www.microsoft.com/cognitive-services/en-us/emotion-api), cannot find documentation on this.

while doing research, found possible set interval using azure media analytics (https://azure.microsoft.com/en-us/documentation/articles/media-services-face-and-emotion-detection/). setting preset such as:

{     "version": "1.0",    "options": {     "aggregateemotionwindowms": "987",     "mode": "aggregateemotion",     "aggregateemotionintervalms": "342"   } } 

i'm looking similar microsoft cognitive services emotion api.

thanks.

this not possible through microsoft cognitive services today. can set presets when service invoked via azure media services.


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

java - How to put two numbers separated by a space into two different arrays -

c++ - Why am i getting wrong values when performing PE base relocation? -