AIVisionFaceModelFactory.FaceLandmarks Method

Definition

Initializes a new instance of FaceLandmarks.

public static Azure.AI.Vision.Face.FaceLandmarks FaceLandmarks (Azure.AI.Vision.Face.LandmarkCoordinate pupilLeft = default, Azure.AI.Vision.Face.LandmarkCoordinate pupilRight = default, Azure.AI.Vision.Face.LandmarkCoordinate noseTip = default, Azure.AI.Vision.Face.LandmarkCoordinate mouthLeft = default, Azure.AI.Vision.Face.LandmarkCoordinate mouthRight = default, Azure.AI.Vision.Face.LandmarkCoordinate eyebrowLeftOuter = default, Azure.AI.Vision.Face.LandmarkCoordinate eyebrowLeftInner = default, Azure.AI.Vision.Face.LandmarkCoordinate eyeLeftOuter = default, Azure.AI.Vision.Face.LandmarkCoordinate eyeLeftTop = default, Azure.AI.Vision.Face.LandmarkCoordinate eyeLeftBottom = default, Azure.AI.Vision.Face.LandmarkCoordinate eyeLeftInner = default, Azure.AI.Vision.Face.LandmarkCoordinate eyebrowRightInner = default, Azure.AI.Vision.Face.LandmarkCoordinate eyebrowRightOuter = default, Azure.AI.Vision.Face.LandmarkCoordinate eyeRightInner = default, Azure.AI.Vision.Face.LandmarkCoordinate eyeRightTop = default, Azure.AI.Vision.Face.LandmarkCoordinate eyeRightBottom = default, Azure.AI.Vision.Face.LandmarkCoordinate eyeRightOuter = default, Azure.AI.Vision.Face.LandmarkCoordinate noseRootLeft = default, Azure.AI.Vision.Face.LandmarkCoordinate noseRootRight = default, Azure.AI.Vision.Face.LandmarkCoordinate noseLeftAlarTop = default, Azure.AI.Vision.Face.LandmarkCoordinate noseRightAlarTop = default, Azure.AI.Vision.Face.LandmarkCoordinate noseLeftAlarOutTip = default, Azure.AI.Vision.Face.LandmarkCoordinate noseRightAlarOutTip = default, Azure.AI.Vision.Face.LandmarkCoordinate upperLipTop = default, Azure.AI.Vision.Face.LandmarkCoordinate upperLipBottom = default, Azure.AI.Vision.Face.LandmarkCoordinate underLipTop = default, Azure.AI.Vision.Face.LandmarkCoordinate underLipBottom = default);
static member FaceLandmarks : Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate * Azure.AI.Vision.Face.LandmarkCoordinate -> Azure.AI.Vision.Face.FaceLandmarks
Public Shared Function FaceLandmarks (Optional pupilLeft As LandmarkCoordinate = Nothing, Optional pupilRight As LandmarkCoordinate = Nothing, Optional noseTip As LandmarkCoordinate = Nothing, Optional mouthLeft As LandmarkCoordinate = Nothing, Optional mouthRight As LandmarkCoordinate = Nothing, Optional eyebrowLeftOuter As LandmarkCoordinate = Nothing, Optional eyebrowLeftInner As LandmarkCoordinate = Nothing, Optional eyeLeftOuter As LandmarkCoordinate = Nothing, Optional eyeLeftTop As LandmarkCoordinate = Nothing, Optional eyeLeftBottom As LandmarkCoordinate = Nothing, Optional eyeLeftInner As LandmarkCoordinate = Nothing, Optional eyebrowRightInner As LandmarkCoordinate = Nothing, Optional eyebrowRightOuter As LandmarkCoordinate = Nothing, Optional eyeRightInner As LandmarkCoordinate = Nothing, Optional eyeRightTop As LandmarkCoordinate = Nothing, Optional eyeRightBottom As LandmarkCoordinate = Nothing, Optional eyeRightOuter As LandmarkCoordinate = Nothing, Optional noseRootLeft As LandmarkCoordinate = Nothing, Optional noseRootRight As LandmarkCoordinate = Nothing, Optional noseLeftAlarTop As LandmarkCoordinate = Nothing, Optional noseRightAlarTop As LandmarkCoordinate = Nothing, Optional noseLeftAlarOutTip As LandmarkCoordinate = Nothing, Optional noseRightAlarOutTip As LandmarkCoordinate = Nothing, Optional upperLipTop As LandmarkCoordinate = Nothing, Optional upperLipBottom As LandmarkCoordinate = Nothing, Optional underLipTop As LandmarkCoordinate = Nothing, Optional underLipBottom As LandmarkCoordinate = Nothing) As FaceLandmarks

Parameters

pupilLeft
LandmarkCoordinate

The coordinates of the left eye pupil.

pupilRight
LandmarkCoordinate

The coordinates of the right eye pupil.

noseTip
LandmarkCoordinate

The coordinates of the nose tip.

mouthLeft
LandmarkCoordinate

The coordinates of the mouth left.

mouthRight
LandmarkCoordinate

The coordinates of the mouth right.

eyebrowLeftOuter
LandmarkCoordinate

The coordinates of the left eyebrow outer.

eyebrowLeftInner
LandmarkCoordinate

The coordinates of the left eyebrow inner.

eyeLeftOuter
LandmarkCoordinate

The coordinates of the left eye outer.

eyeLeftTop
LandmarkCoordinate

The coordinates of the left eye top.

eyeLeftBottom
LandmarkCoordinate

The coordinates of the left eye bottom.

eyeLeftInner
LandmarkCoordinate

The coordinates of the left eye inner.

eyebrowRightInner
LandmarkCoordinate

The coordinates of the right eyebrow inner.

eyebrowRightOuter
LandmarkCoordinate

The coordinates of the right eyebrow outer.

eyeRightInner
LandmarkCoordinate

The coordinates of the right eye inner.

eyeRightTop
LandmarkCoordinate

The coordinates of the right eye top.

eyeRightBottom
LandmarkCoordinate

The coordinates of the right eye bottom.

eyeRightOuter
LandmarkCoordinate

The coordinates of the right eye outer.

noseRootLeft
LandmarkCoordinate

The coordinates of the nose root left.

noseRootRight
LandmarkCoordinate

The coordinates of the nose root right.

noseLeftAlarTop
LandmarkCoordinate

The coordinates of the nose left alar top.

noseRightAlarTop
LandmarkCoordinate

The coordinates of the nose right alar top.

noseLeftAlarOutTip
LandmarkCoordinate

The coordinates of the nose left alar out tip.

noseRightAlarOutTip
LandmarkCoordinate

The coordinates of the nose right alar out tip.

upperLipTop
LandmarkCoordinate

The coordinates of the upper lip top.

upperLipBottom
LandmarkCoordinate

The coordinates of the upper lip bottom.

underLipTop
LandmarkCoordinate

The coordinates of the under lip top.

underLipBottom
LandmarkCoordinate

The coordinates of the under lip bottom.

Returns

A new FaceLandmarks instance for mocking.

Applies to