FaceFindSimilarResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response body for find similar face operation.
public class FaceFindSimilarResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Vision.Face.FaceFindSimilarResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Vision.Face.FaceFindSimilarResult>
type FaceFindSimilarResult = class
interface IJsonModel<FaceFindSimilarResult>
interface IPersistableModel<FaceFindSimilarResult>
Public Class FaceFindSimilarResult
Implements IJsonModel(Of FaceFindSimilarResult), IPersistableModel(Of FaceFindSimilarResult)
- Inheritance
-
FaceFindSimilarResult
- Implements
Properties
Confidence |
Confidence value of the candidate. The higher confidence, the more similar. Range between [0,1]. |
FaceId |
faceId of candidate face when find by faceIds. faceId is created by "Detect" and will expire 24 hours after the detection call. |
PersistedFaceId |
persistedFaceId of candidate face when find by faceListId or largeFaceListId. persistedFaceId in face list/large face list is persisted and will not expire. |
Explicit Interface Implementations
IJsonModel<FaceFindSimilarResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<FaceFindSimilarResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<FaceFindSimilarResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<FaceFindSimilarResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<FaceFindSimilarResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET