AIVisionFaceModelFactory.OcclusionProperties Method
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.
Initializes a new instance of OcclusionProperties.
public static Azure.AI.Vision.Face.OcclusionProperties OcclusionProperties (bool foreheadOccluded = false, bool eyeOccluded = false, bool mouthOccluded = false);
static member OcclusionProperties : bool * bool * bool -> Azure.AI.Vision.Face.OcclusionProperties
Public Shared Function OcclusionProperties (Optional foreheadOccluded As Boolean = false, Optional eyeOccluded As Boolean = false, Optional mouthOccluded As Boolean = false) As OcclusionProperties
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.
Returns
A new OcclusionProperties instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET