Go to documentation repository
...
Parameter | Required | Parameter description |
---|---|---|
server_id | Yes | ID of the Face Recognition Server in the Face -IntellectPSIM software package |
onlineRefresh | Yes | This parameter must be set to 1 |
genders | No | Gender: 0 - undefined, 1 - male, 2 - female If not specified, gender is not taken into account |
page | No | Number of results pages If not specified, then page = 1 |
pageSize | No | Results per page If not specified, then pageSize = 1, i.e. there will be 1 result on 1 page |
cameraIds | No | Camera IDs (GUID or ID in the Intellect object tree) If not specified, then results for all cameras are displayed |
sim_min | No | Face types: -1 - all faces, 1 - only recognized, 0 - only unrecognized If not specified, then sim_min = -1 |
minAge | No | Minimum age of persons If not specified, age is not taken into account |
maxAge | No | Maximum age of persons If not specified, age is not taken into account |
dateTimeFrom | Yes | The initial boundary of the time period in UTC+0 format: yyyy-mm-ddThh:nn:ss.fff |
dateTimeTo | Yes | Ending boundary of the time period in UTC+0 format: yyyy-mm-ddThh:nn:ss.fff |
...