Occlusion Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Occlusion() |
Initializes a new instance of the Occlusion class. |
Occlusion(Boolean, Boolean, Boolean) |
Initializes a new instance of the Occlusion class. |
Occlusion()
- Source:
- Occlusion.cs
Initializes a new instance of the Occlusion class.
public Occlusion ();
Public Sub New ()
Applies to
Occlusion(Boolean, Boolean, Boolean)
- Source:
- Occlusion.cs
Initializes a new instance of the Occlusion class.
public Occlusion (bool foreheadOccluded = false, bool eyeOccluded = false, bool mouthOccluded = false);
new Microsoft.Azure.CognitiveServices.Vision.Face.Models.Occlusion : bool * bool * bool -> Microsoft.Azure.CognitiveServices.Vision.Face.Models.Occlusion
Public Sub New (Optional foreheadOccluded As Boolean = false, Optional eyeOccluded As Boolean = false, Optional mouthOccluded As Boolean = false)
Parameters
- foreheadOccluded
- Boolean
A boolean value indicating whether forehead is occluded.
- eyeOccluded
- Boolean
A boolean value indicating whether eyes are occluded.
- mouthOccluded
- Boolean
A boolean value indicating whether the mouth is occluded.
Applies to
Azure SDK for .NET