Share via


LargeFaceListFace Class

Definition

Face resource for large face list.

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

Properties

PersistedFaceId

Face ID of the face.

UserData

User-provided data attached to the face. The length limit is 1K.

Explicit Interface Implementations

IJsonModel<LargeFaceListFace>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LargeFaceListFace>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LargeFaceListFace>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LargeFaceListFace>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LargeFaceListFace>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to