SimilarFace 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 SimilarFace
type SimilarFace = class
Public Class SimilarFace
- Inheritance
-
SimilarFace
Constructors
SimilarFace() |
Initializes a new instance of the SimilarFace class. |
SimilarFace(Double, Nullable<Guid>, Nullable<Guid>) |
Initializes a new instance of the SimilarFace class. |
Properties
Confidence |
Gets or sets similarity confidence of the candidate face. The higher confidence, the more similar. Range between [0,1]. |
FaceId |
Gets or sets faceId of candidate face when find by faceIds. faceId is created by Face - Detect and will expire 24 hours after the detection call |
PersistedFaceId |
Gets or sets persistedFaceId of candidate face when find by faceListId. persistedFaceId in face list is persisted and will not expire. As showed in below response |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET