azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.cogniti...

98 строки
4.8 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion.eyeOccluded()
name: eyeOccluded()
nameWithType: Occlusion.eyeOccluded()
returns:
description: <p>the eyeOccluded value </p>
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the eyeOccluded value.</p>
<p></p>
syntax: public boolean eyeOccluded()
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion.eyeOccluded()
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion.foreheadOccluded()
name: foreheadOccluded()
nameWithType: Occlusion.foreheadOccluded()
returns:
description: <p>the foreheadOccluded value </p>
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the foreheadOccluded value.</p>
<p></p>
syntax: public boolean foreheadOccluded()
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion.foreheadOccluded()
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion.mouthOccluded()
name: mouthOccluded()
nameWithType: Occlusion.mouthOccluded()
returns:
description: <p>the mouthOccluded value </p>
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the mouthOccluded value.</p>
<p></p>
syntax: public boolean mouthOccluded()
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion.mouthOccluded()
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion.withEyeOccluded(boolean eyeOccluded)
name: withEyeOccluded(boolean eyeOccluded)
nameWithType: Occlusion.withEyeOccluded(boolean eyeOccluded)
parameters:
- description: <p>the eyeOccluded value to set </p>
name: eyeOccluded
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Occlusion object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion?alt=com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion&text=Occlusion" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the eyeOccluded value.</p>
<p></p>
syntax: public Occlusion withEyeOccluded(boolean eyeOccluded)
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion.withEyeOccluded(boolean)
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion.withForeheadOccluded(boolean foreheadOccluded)
name: withForeheadOccluded(boolean foreheadOccluded)
nameWithType: Occlusion.withForeheadOccluded(boolean foreheadOccluded)
parameters:
- description: <p>the foreheadOccluded value to set </p>
name: foreheadOccluded
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Occlusion object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion?alt=com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion&text=Occlusion" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the foreheadOccluded value.</p>
<p></p>
syntax: public Occlusion withForeheadOccluded(boolean foreheadOccluded)
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion.withForeheadOccluded(boolean)
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion.withMouthOccluded(boolean mouthOccluded)
name: withMouthOccluded(boolean mouthOccluded)
nameWithType: Occlusion.withMouthOccluded(boolean mouthOccluded)
parameters:
- description: <p>the mouthOccluded value to set </p>
name: mouthOccluded
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Occlusion object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion?alt=com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion&text=Occlusion" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the mouthOccluded value.</p>
<p></p>
syntax: public Occlusion withMouthOccluded(boolean mouthOccluded)
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion.withMouthOccluded(boolean)
nameWithType: Occlusion
syntax: public class Occlusion
type: class
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion
fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Occlusion
name: Occlusion
package: com.microsoft.azure.cognitiveservices.vision.faceapi.models
summary: <p>Properties describing occlusions on a given face. </p>
metadata: {}