【问题标题】:Microsoft Cognitive Services Emotion API: Video Aggregate Result FrequencyMicrosoft 认知服务情感 API:视频聚合结果频率
【发布时间】:2017-03-27 00:18:17
【问题描述】:

在分析视频中的情绪时,是否可以设置生成汇总结果的频率?

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

在进行一些研究时,我发现可以使用 Azure 媒体分析 (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 类似的东西。

谢谢。

【问题讨论】:

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


    【解决方案1】:

    您是对的,您可以通过媒体服务编辑器设置检测间隔。您需要使用 Cognitive API 是否有特定原因?

    【讨论】:

    • 我正在使用认知 API,因为我不知道使用 Azure 媒体分析进行情绪检测。
    【解决方案2】:

    这在今天的 Microsoft 认知服务中是不可能的。只有通过 Azure 媒体服务调用服务时才能设置预设。

    【讨论】:

      猜你喜欢
      • 2016-10-10
      • 2017-03-15
      • 2016-12-31
      • 1970-01-01
      • 2017-09-25
      • 1970-01-01
      • 2017-10-21
      • 2017-10-12
      • 1970-01-01
      相关资源
      最近更新 更多