Search engine, 0 or 1, should be consistent with /API/AI/SnapedFaces/Search
MinInterval
5
int
The time interval between face appearance, unit: second. If it is less than this value, it should not be included in the statistics, and the "bValid" field in the response result indicates whether it should be included in the statistics
Similarity
70
unsigned int
Similarity to use when filtering
Filter
Json Object
The target face to be screened. JSON show as follow Table 2
FtIdSet
Json Object
The collection to be filtered. JSON show as follow Table 3
Table 2
Parameter
Range
Type
Description
UUId
200053
unsigned int
The unique identifier of the captured face, corresponding to the UUId in /API/AI/SnapedFeaturesId/Get
FtId
58
unsigned int
The feature value Id of the captured face corresponds to FtId in /API/AI/SnapedFeaturesId/Get
Table 3
Parameter
Range
Type
Description
UUIds
[200053, 200054, ...]
unsigned int array
The elements in the array represent the unique identification of the captured face
FtIds
[58, 59, ...]
unsigned int array
The elements in the array represent the feature value Id of the captured face, which corresponds to the Id in "UUIds" one by one
Returns the result of the face ID matching the filter in the target collection, 0 means success. see Table 5 for details
Count
6
int
The number of faces filtered out
MatchedIds
[200053, 200059, ...]
unsigned int array
The elements in the array represent the unique identification of the captured face
Counting
[1, 0, 0, 1, 1, ...]
int array
The elements in the array indicate whether the corresponding face can be used for counting statistics. If the interval is less than the minimum interval, the value is 0 and should not be included in the statistics. Otherwise, it is 1 and should be included in the statistics.