Emotion クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. Emotion
- com.
public class Emotion
0 から 1 の範囲の信頼の形で顔の感情を記述するプロパティ。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
double |
anger()
怒りの価値を得る。 |
double |
contempt()
軽蔑値を取得します。 |
double |
disgust()
嫌な値を取得します。 |
double |
fear()
恐怖の値を取得します。 |
double |
happiness()
幸福度の価値を得る。 |
double |
neutral()
ニュートラル値を取得します。 |
double |
sadness()
悲しみの値を取得します。 |
double |
surprise()
驚きの値を取得します。 |
Emotion |
withAnger(double anger)
怒りの値を設定します。 |
Emotion |
withContempt(double 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()
軽蔑値を取得します。
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)
軽蔑値を設定します。
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:
適用対象
Azure SDK for Java