IdentifyRequest 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.
Request body for identify face operation.
public class IdentifyRequest
type IdentifyRequest = class
Public Class IdentifyRequest
- Inheritance
-
IdentifyRequest
Constructors
IdentifyRequest() |
Initializes a new instance of the IdentifyRequest class. |
IdentifyRequest(IList<Guid>, String, String, String, IList<String>, Nullable<Int32>, Nullable<Double>) |
Properties
ConfidenceThreshold |
Gets or sets confidence threshold of identification, used to judge whether one face belong to one person. The range of confidenceThreshold is [0, 1] (default specified by algorithm). |
DynamicPersonGroupId | |
FaceIds |
Gets or sets array of query faces faceIds, created by the Face - Detect. Each of the faces are identified independently. The valid number of faceIds is between [1, 10]. |
LargePersonGroupId |
Gets or sets largePersonGroupId of the target large person group, created by LargePersonGroup - Create. Parameter personGroupId and largePersonGroupId should not be provided at the same time. |
MaxNumOfCandidatesReturned |
Gets or sets the range of maxNumOfCandidatesReturned is between 1 and 5 (default is 1). |
PersonGroupId |
Gets or sets personGroupId of the target person group, created by PersonGroup - Create. Parameter personGroupId and largePersonGroupId should not be provided at the same time. |
PersonIds |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET