Delen via


LandmarkCoordinate Class

Definition

Landmark coordinates within an image.

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

Properties

X

The horizontal component, in pixels.

Y

The vertical component, in pixels.

Explicit Interface Implementations

IJsonModel<LandmarkCoordinate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LandmarkCoordinate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LandmarkCoordinate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LandmarkCoordinate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LandmarkCoordinate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to