Occlusion クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. Occlusion
- com.
public class Occlusion
特定の顔のオクルージョンを記述するプロパティ。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
boolean |
eyeOccluded()
eyeOccluded 値を取得します。 |
boolean |
foreheadOccluded()
foreheadOccluded 値を取得します。 |
boolean |
mouthOccluded()
mouthOccluded 値を取得します。 |
Occlusion |
withEyeOccluded(boolean eyeOccluded)
eyeOccluded 値を設定します。 |
Occlusion |
withForeheadOccluded(boolean foreheadOccluded)
foreheadOccluded 値を設定します。 |
Occlusion |
withMouthOccluded(boolean mouthOccluded)
mouthOccluded 値を設定します。 |
メソッドの詳細
eyeOccluded
public boolean eyeOccluded()
eyeOccluded 値を取得します。
Returns:
foreheadOccluded
public boolean foreheadOccluded()
foreheadOccluded 値を取得します。
Returns:
mouthOccluded
public boolean mouthOccluded()
mouthOccluded 値を取得します。
Returns:
withEyeOccluded
public Occlusion withEyeOccluded(boolean eyeOccluded)
eyeOccluded 値を設定します。
Parameters:
Returns:
withForeheadOccluded
public Occlusion withForeheadOccluded(boolean foreheadOccluded)
foreheadOccluded 値を設定します。
Parameters:
Returns:
withMouthOccluded
public Occlusion withMouthOccluded(boolean mouthOccluded)
mouthOccluded 値を設定します。
Parameters:
Returns:
適用対象
Azure SDK for Java