Skip to content

Commit f68346e

Browse files
authored
Merge pull request #39482 from easyj2j/EmotionAPI
EmotionAPI-Update to MVC.
2 parents df40177 + 9fdfa2e commit f68346e

File tree

2 files changed

+38
-37
lines changed

2 files changed

+38
-37
lines changed

articles/cognitive-services/Emotion/Home.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,23 @@ ms.date: 02/06/2017
1111
ms.author: anroth
1212
---
1313

14-
# Emotion API
14+
# What is Emotion API?
1515

1616
> [!IMPORTANT]
17-
> Video API Preview will end on October 30th, 2017. Try the new [Video Indexer API Preview](https://azure.microsoft.com/services/cognitive-services/video-indexer/) to easily extract insights from
18-
videos and to enhance content discovery experiences, such as search results, by detecting spoken words, faces, characters, and emotions. [Learn more](https://docs.microsoft.com/azure/cognitive-services/video-indexer/video-indexer-overview).
17+
> Emotion API was deprecated on October 30, 2017. The functionality is now part of [Face API](https://docs.microsoft.com/en-us/azure/cognitive-services/face/).
1918
20-
Welcome to the Microsoft Emotion API, which allows you to build more personalized apps with Microsoft’s cutting edge cloud-based emotion recognition algorithm.
19+
Welcome to the Microsoft Emotion API, which allows you to build more personalized apps with Microsoft’s cloud-based emotion recognition algorithm.
2120

2221
### Emotion Recognition
2322

24-
The Emotion API beta takes an image as an input, and returns the confidence across a set of emotions for each face in the image, as well as bounding box for the face, from the Face API. The emotions detected are happiness, sadness, surprise, anger, fear, contempt, disgust or neutral. These emotions are communicated cross-culturally and universally via the same basic facial expressions, where are identified by Emotion API.
23+
The Emotion API beta takes an image as an input and returns the confidence across a set of emotions for each face in the image, as well as a bounding box for the face from the Face API. The emotions detected are happiness, sadness, surprise, anger, fear, contempt, disgust, or neutral. These emotions are communicated cross-culturally and universally via the same basic facial expressions, where are identified by Emotion API.
2524

2625
**Interpreting Results:**
2726

2827
In interpreting results from the Emotion API, the emotion detected should be interpreted as the emotion with the highest score, as scores are normalized to sum to one. Users may choose to set a higher confidence threshold within their application, depending on their needs.
2928

30-
For more details about emotion detection, please refer to the API Reference:
29+
For more information about emotion detection, see the API Reference:
3130
* Basic: If a user has already called the Face API, they can submit the face rectangle as an input and use the basic tier. [API Reference](https://westus.dev.cognitive.microsoft.com/docs/services/5639d931ca73072154c1ce89/operations/56f23eb019845524ec61c4d7)
3231
* Standard: If a user does not submit a face rectangle, they should use standard mode. [API Reference](https://westus.dev.cognitive.microsoft.com/docs/services/5639d931ca73072154c1ce89/operations/563b31ea778daf121cc3a5fa)
3332

34-
*Please note, Emotion API for Video was deprecated on October 30, 2017. For a sample on how to interpret streaming video with Emotion API, please see [How to Analyze Videos in Real Time](https://docs.microsoft.com/azure/cognitive-services/emotion/emotion-api-how-to-topics/howtoanalyzevideo_emotion).*
35-
33+
For a sample on how to interpret streaming video with Emotion API, see [How to Analyze Videos in Real Time](https://docs.microsoft.com/azure/cognitive-services/emotion/emotion-api-how-to-topics/howtoanalyzevideo_emotion).
Lines changed: 32 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
11
- name: Emotion API Documentation
22
- name: Overview
3-
href: Home.md
4-
- name: Quickstarts
5-
expanded: true
63
items:
7-
- name: cURL
8-
href: QuickStarts/curl.md
9-
- name: C#
10-
href: QuickStarts/CSharp.md
11-
- name: Java
12-
href: QuickStarts/Java.md
13-
- name: JavaScript
14-
href: QuickStarts/JavaScript.md
15-
- name: PHP
16-
href: QuickStarts/PHP.md
17-
- name: Python
18-
href: QuickStarts/Python.md
19-
- name: Ruby
20-
href: QuickStarts/Ruby.md
21-
- name: Tutorials
22-
items:
23-
- name: C#
24-
href: Tutorials/CSharpTutorial.md
25-
- name: Python
26-
href: Tutorials/PythonTutorial.md
27-
- name: How to
4+
- name: What is Emotion API
5+
href: Home.md
6+
- name: How to guides
287
items:
8+
- name: Try Emotion API
9+
items:
10+
- name: C#
11+
href: QuickStarts/CSharp.md
12+
- name: cURL
13+
href: QuickStarts/curl.md
14+
- name: Java
15+
href: QuickStarts/Java.md
16+
- name: JavaScript
17+
href: QuickStarts/JavaScript.md
18+
- name: PHP
19+
href: QuickStarts/PHP.md
20+
- name: Python
21+
href: QuickStarts/Python.md
22+
- name: Ruby
23+
href: QuickStarts/Ruby.md
24+
- name: First Emotion API apps
25+
items:
26+
- name: C#
27+
href: Tutorials/CSharpTutorial.md
28+
- name: Python
29+
href: Tutorials/PythonTutorial.md
2930
- name: Analyze videos in real time
3031
href: emotion-api-how-to-topics/HowtoAnalyzeVideo_Emotion.md
3132
- name: Reference
3233
items:
33-
- name: Emotion Reference
34+
- name: Emotion API
3435
href: https://westus.dev.cognitive.microsoft.com/docs/services/5639d931ca73072154c1ce89
3536
- name: SDKs
3637
items:
@@ -40,10 +41,12 @@
4041
href: https://github.com/Microsoft/Cognitive-emotion-windows
4142
- name: Resources
4243
items:
43-
- name: Azure Roadmap
44-
href: https://azure.microsoft.com/roadmap/
45-
- name: Samples
46-
href: https://azure.microsoft.com/resources/samples/?service=cognitive-services
4744
- name: FAQ
4845
href: FAQ.md
46+
- name: UserVoice
47+
href: https://cognitive.uservoice.com/forums/430312-emotion-api
48+
- name: Stack Overflow
49+
href: https://stackoverflow.com/questions/tagged/microsoft-cognitive
50+
- name: Azure Roadmap
51+
href: https://azure.microsoft.com/roadmap/?category=ai-machine-learning
4952

0 commit comments

Comments
 (0)