Compartilhar via


LargeFaceList Class

Definition

Large face list is a list of faces, up to 1,000,000 faces.

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

Properties

LargeFaceListId

Valid character is letter in lower case or digit or '-' or '_', maximum length is 64.

Name

User defined name, maximum length is 128.

RecognitionModel

Name of recognition model. Recognition model is used when the face features are extracted and associated with detected faceIds.

UserData

Optional user defined data. Length should not exceed 16K.

Explicit Interface Implementations

IJsonModel<LargeFaceList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LargeFaceList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LargeFaceList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LargeFaceList>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LargeFaceList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to