---
panlei
2019-11-21 63394e220d61b67f86b6c9c0fe1405af80eaafb4
structure/rule.go
@@ -14,7 +14,7 @@
   AreaJson   string  // 所属区域
   Type       string  // 记载数据类型
   Location   Rect    // 记下每个目标的位置参数,最后给结果装配目标数据的时候用的到
   Car         *protomsg.PlateID // 车辆参数
   Car         *protomsg.PlateIDVehicle // 车辆参数
   Feature    []byte
   ThftRes    protomsg.ThftResult
   Liker      []*BaseInfo
@@ -49,7 +49,7 @@
   Type     string  // 记载数据类型
   ThftRes protomsg.ThftResult
   Feature []byte
   Car      *protomsg.PlateID
   Car      *protomsg.PlateIDVehicle
}
// 每个算法对于当前帧画面自己提取的数据
@@ -121,12 +121,13 @@
   TableName    string  `json:"tableName"`
   BwType       string  `json:"bwType"`
   CompareScore float64 `json:"compareScore"`
   PersonId     string  `json:"personId"`
   PersonName   string  `json:"personName"`
   PersonPicUrl string  `json:"personPicUrl"`
   PhoneNum     string  `json:"phoneNum"`
   Sex          string  `json:"sex"`
   IdCard       string  `json:"idCard"`
   TargetId     string  `json:"targetId"`
   TargetName   string  `json:"targetName"`
   TargetPicUrl string  `json:"targetPicUrl"`
   MonitorLevel string  `json:"monitorLevel"`
   Content      string  `json:"content"`
   DbLabel       string    `json:"labels"`
   //PhoneNum     string  `json:"phoneNum"`
   //Sex          string  `json:"sex"`
   //IdCard       string  `json:"idCard"`
}