2017-02-19 22 views
0

如何使用Azure將android的Microsoft認知服務的Emotion API與您的android應用程序鏈接?Emotion Api與Azure的Android聯動

+3

您是否閱讀過[documentation](https://www.microsoft.com/cognitive-services/en-us/emotion-api/documentation)? –

+0

是的,並沒有找到有關Android的很多幫助 – Zakharhabib

+0

你是什麼意思「連接你的天藍色帳戶」? – CSharpRocks

回答

0

這聽起來像你想知道如何在Android應用上使用Azure Emotion API。有a offical document website for Azure Cognitive Services其中包括Emotion API,您可以按照下面的兩個How-to Topics瞭解基本概念&的用法。

  1. How to Call Emotion API for Video
  2. How to Analyze Videos in Real-time

首先,你需要一個Azure訂閱到Azure上的門戶網站如下面創建一個情感API服務。

enter image description here

然後,您可以在Azure門戶複製Ocp-Apim-Subscription-Key如下,並嘗試使用該鍵通過its API reference page測試情感API。

enter image description here

最後,你可以按照toturial Emotion API Java for Android Quick Start嘗試在你的Android應用程序使用API​​的情感。

希望它有幫助。任何問題,請隨時讓我知道。