你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Emotion 类

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.faceapi.models.Emotion

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:

anger - 要设置的愤怒值

Returns:

情感对象本身。

withContempt

public Emotion withContempt(double contempt)

设置 contempt 值。

Parameters:

contempt - 要设置的蔑视值

Returns:

情感对象本身。

withDisgust

public Emotion withDisgust(double disgust)

设置厌恶值。

Parameters:

disgust - 要设置的厌恶值

Returns:

情感对象本身。

withFear

public Emotion withFear(double fear)

设置恐惧值。

Parameters:

fear - 要设置的恐惧值

Returns:

情感对象本身。

withHappiness

public Emotion withHappiness(double happiness)

设置幸福值。

Parameters:

happiness - 要设置的幸福值

Returns:

情感对象本身。

withNeutral

public Emotion withNeutral(double neutral)

设置中性值。

Parameters:

neutral - 要设置的中性值

Returns:

情感对象本身。

withSadness

public Emotion withSadness(double sadness)

设置悲伤值。

Parameters:

sadness - 要设置的悲伤值

Returns:

情感对象本身。

withSurprise

public Emotion withSurprise(double surprise)

设置意外值。

Parameters:

surprise - 要设置的意外值

Returns:

情感对象本身。

适用于