Delen via


HeadPose Class

Definition

3-D roll/yaw/pitch angles for face direction.

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

Properties

Pitch

Value of angles.

Roll

Value of angles.

Yaw

Value of angles.

Explicit Interface Implementations

IJsonModel<HeadPose>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HeadPose>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HeadPose>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HeadPose>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HeadPose>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to