0

ビデオの感情を分析するときに集計結果を生成する頻度を設定する方法はありますか?

現在、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 に似たものを探しています。

ありがとう。

4

2 に答える 2

0

Media Service Redactor を介して検出間隔を設定できることは正しいです。Cognitive API を使用する必要がある特定の理由はありますか?

于 2016-11-16T18:26:06.430 に答える
0

これは、現在の Microsoft Cognitive Services では不可能です。サービスが Azure Media Services 経由で呼び出された場合にのみ、プリセットを設定できます。

于 2016-11-13T17:16:04.677 に答える