Microsoft Cognitive Services Emotion API:视频聚合结果频率

时间:2016-11-13 04:12:52

标签: c# api azure-media-services microsoft-cognitive emotion

在分析视频中的情感时,有没有办法设置产生汇总结果的频率?

我目前正在使用Microsoft Cognitive Services Emotion API(https://www.microsoft.com/cognitive-services/en-us/emotion-api),但我找不到任何相关文档。

在进行一些研究时,我发现可以使用Azure Media Analytics(https://azure.microsoft.com/en-us/documentation/articles/media-services-face-and-emotion-detection/)设置间隔。特别是通过设置预设,例如:

{  
  "version": "1.0", 
  "options": {
    "aggregateEmotionWindowMs": "987",
    "mode": "aggregateEmotion",
    "aggregateEmotionIntervalMs": "342"
  }
}

我正在寻找与Microsoft Cognitive Services Emotion API类似的东西。

感谢。

2 个答案:

答案 0 :(得分:0)

目前无法通过Microsoft Cognitive Services实现这一目标。您只能在通过Azure Media Services调用服务时设置预设。

答案 1 :(得分:0)

您可以通过Media Service Redactor设置检测间隔。是否有特定原因需要使用Cognitive API?