FaceIdentificationCandidate Class

Definition

Candidate for identify call.

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

Properties

Confidence

Confidence value of the candidate. The higher confidence, the more similar. Range between [0,1].

PersonId

personId of candidate person.

Explicit Interface Implementations

IJsonModel<FaceIdentificationCandidate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FaceIdentificationCandidate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FaceIdentificationCandidate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FaceIdentificationCandidate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FaceIdentificationCandidate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to