| | |
| | | ImageID string `json:"ImageID"` // 图像ID |
| | | EventSort int `json:"EventSort"` // 事件排序 |
| | | DeviceID string `json:"DeviceID"` // 设备ID |
| | | StoragePath string `json:"StoragePath"` // 存储路径 |
| | | Type string `json:"Type"` // 类型 |
| | | StoragePath string `json:"StoragePath"` // 存储路径 采用Data传图片时为空 |
| | | Type string `json:"Type"` // 类型 14 场景图, 11 人脸图 |
| | | FileFormat string `json:"FileFormat"` // 文件格式 |
| | | ShotTime string `json:"ShotTime"` // 拍摄时间 |
| | | Width int `json:"Width"` // 宽度 |
| | |
| | | LocationMarkTime string `json:"LocationMarkTime"` // 人脸定位时间 |
| | | FaceAppearTime string `json:"FaceAppearTime"` // 人脸出现时间 |
| | | FaceDisAppearTime string `json:"FaceDisAppearTime"` // 人脸消失时间 |
| | | ShotTime string `json:"ShotTime"` // 人脸拍摄时间 |
| | | EntryTime string `json:"EntryTime"` // 入库时间 |
| | | IDType string `json:"IDType"` // 证件类型 |
| | | IDNumber string `json:"IDNumber"` // 证件号码 |
| | | Name string `json:"Name"` // 姓名 |
| | |
| | | FaceObject []FaceObject `json:"FaceObject"` |
| | | } `json:"FaceListObject"` |
| | | } |
| | | |
| | | type NotificationFaceList struct { |
| | | FaceObject []FaceObject `json:"FaceObject"` |
| | | } |