DOC

com.microsoft.projectoxford : emotion

Maven & Gradle

Jan 21, 2017
966 stars

Microsoft Project Oxford Emotion API Client Library · This client library allows the use of Microsoft's state-of-the-art cloud-based algorithms to detect emotions based on facial expressions. See https://github.com/Microsoft/ProjectOxford-ClientSDK/tree/master/Emotion for more information.

Table Of Contents

Latest Version

Download com.microsoft.projectoxford : emotion Javadoc & API Documentation - Latest Versions:

All Versions

Download com.microsoft.projectoxford : emotion Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x
0.4.x

How to open Javadoc JAR file in web browser

  1. Rename the file emotion-1.0.355-javadoc.jar to emotion-1.0.355-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder emotion-1.0.355-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "emotion-1.0.355-sources.jar" -d "emotion-1.0.355-javadoc" -subpackages 

Advertisement