次の方法で共有


Emotion クラス

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

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:

anger - 設定する怒りの値

Returns:

Emotion オブジェクト自体。

withContempt

public Emotion withContempt(double contempt)

軽蔑値を設定します。

Parameters:

contempt - 設定する軽蔑値

Returns:

Emotion オブジェクト自体。

withDisgust

public Emotion withDisgust(double disgust)

嫌な値を設定します。

Parameters:

disgust - 設定する嫌な値

Returns:

Emotion オブジェクト自体。

withFear

public Emotion withFear(double fear)

恐怖の値を設定します。

Parameters:

fear - 設定する恐怖値

Returns:

Emotion オブジェクト自体。

withHappiness

public Emotion withHappiness(double happiness)

幸福度の値を設定します。

Parameters:

happiness - 設定する幸福度の価値

Returns:

Emotion オブジェクト自体。

withNeutral

public Emotion withNeutral(double neutral)

ニュートラル値を設定します。

Parameters:

neutral - 設定するニュートラル値

Returns:

Emotion オブジェクト自体。

withSadness

public Emotion withSadness(double sadness)

悲しみの値を設定します。

Parameters:

sadness - 設定する悲しみの値

Returns:

Emotion オブジェクト自体。

withSurprise

public Emotion withSurprise(double surprise)

驚きの値を設定します。

Parameters:

surprise - 設定する驚きの値

Returns:

Emotion オブジェクト自体。

適用対象