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 - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -