Delen via


FaceLandmarks Class

Definition

A collection of 27-point face landmarks pointing to the important positions of face components.

public class FaceLandmarks : System.ClientModel.Primitives.IJsonModel<Azure.AI.Vision.Face.FaceLandmarks>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Vision.Face.FaceLandmarks>
type FaceLandmarks = class
    interface IJsonModel<FaceLandmarks>
    interface IPersistableModel<FaceLandmarks>
Public Class FaceLandmarks
Implements IJsonModel(Of FaceLandmarks), IPersistableModel(Of FaceLandmarks)
Inheritance
FaceLandmarks
Implements

Properties

EyebrowLeftInner

The coordinates of the left eyebrow inner.

EyebrowLeftOuter

The coordinates of the left eyebrow outer.

EyebrowRightInner

The coordinates of the right eyebrow inner.

EyebrowRightOuter

The coordinates of the right eyebrow outer.

EyeLeftBottom

The coordinates of the left eye bottom.

EyeLeftInner

The coordinates of the left eye inner.

EyeLeftOuter

The coordinates of the left eye outer.

EyeLeftTop

The coordinates of the left eye top.

EyeRightBottom

The coordinates of the right eye bottom.

EyeRightInner

The coordinates of the right eye inner.

EyeRightOuter

The coordinates of the right eye outer.

EyeRightTop

The coordinates of the right eye top.

MouthLeft

The coordinates of the mouth left.

MouthRight

The coordinates of the mouth right.

NoseLeftAlarOutTip

The coordinates of the nose left alar out tip.

NoseLeftAlarTop

The coordinates of the nose left alar top.

NoseRightAlarOutTip

The coordinates of the nose right alar out tip.

NoseRightAlarTop

The coordinates of the nose right alar top.

NoseRootLeft

The coordinates of the nose root left.

NoseRootRight

The coordinates of the nose root right.

NoseTip

The coordinates of the nose tip.

PupilLeft

The coordinates of the left eye pupil.

PupilRight

The coordinates of the right eye pupil.

UnderLipBottom

The coordinates of the under lip bottom.

UnderLipTop

The coordinates of the under lip top.

UpperLipBottom

The coordinates of the upper lip bottom.

UpperLipTop

The coordinates of the upper lip top.

Explicit Interface Implementations

IJsonModel<FaceLandmarks>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FaceLandmarks>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FaceLandmarks>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FaceLandmarks>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FaceLandmarks>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to