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

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

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -