你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Emotion 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. Emotion
- com.
public class Emotion
描述面部情感的属性,置信度范围为 0 到 1。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
double |
anger()
获取愤怒值。 |
double |
contempt()
获取 contempt 值。 |
double |
disgust()
获取厌恶值。 |
double |
fear()
获取恐惧值。 |
double |
happiness()
获取幸福值。 |
double |
neutral()
获取非特定值。 |
double |
sadness()
获取悲伤值。 |
double |
surprise()
获取意外值。 |
Emotion |
withAnger(double anger)
设置愤怒值。 |
Emotion |
withContempt(double contempt)
设置 contempt 值。 |
Emotion |
withDisgust(double disgust)
设置厌恶值。 |
Emotion |
withFear(double fear)
设置恐惧值。 |
Emotion |
withHappiness(double happiness)
设置幸福值。 |
Emotion |
withNeutral(double neutral)
设置中性值。 |
Emotion |
withSadness(double sadness)
设置悲伤值。 |
Emotion |
withSurprise(double surprise)
设置意外值。 |
方法详细信息
anger
public double anger()
获取愤怒值。
Returns:
contempt
public double contempt()
获取 contempt 值。
Returns:
disgust
public double disgust()
获取厌恶值。
Returns:
fear
public double fear()
获取恐惧值。
Returns:
happiness
public double happiness()
获取幸福值。
Returns:
neutral
public double neutral()
获取非特定值。
Returns:
sadness
public double sadness()
获取悲伤值。
Returns:
surprise
public double surprise()
获取意外值。
Returns:
withAnger
public Emotion withAnger(double anger)
设置愤怒值。
Parameters:
Returns:
withContempt
public Emotion withContempt(double contempt)
设置 contempt 值。
Parameters:
Returns:
withDisgust
public Emotion withDisgust(double disgust)
设置厌恶值。
Parameters:
Returns:
withFear
public Emotion withFear(double fear)
设置恐惧值。
Parameters:
Returns:
withHappiness
public Emotion withHappiness(double happiness)
设置幸福值。
Parameters:
Returns:
withNeutral
public Emotion withNeutral(double neutral)
设置中性值。
Parameters:
Returns:
withSadness
public Emotion withSadness(double sadness)
设置悲伤值。
Parameters:
Returns:
withSurprise
public Emotion withSurprise(double surprise)
设置意外值。
Parameters:
Returns: