| | |
| | | // bytes picCache = 19; |
| | | // bytes reserved = 20; |
| | | } |
| | | message PlateIDResult { |
| | | repeated PlateID result = 1; |
| | | } |
| | | |
| | | // cloud |
| | | message PlateCloudID{ |
| | | message PlateIDCloud{ |
| | | string license = 1; |
| | | Rect rcLocation = 2; |
| | | int32 nConfidence = 3; |
| | |
| | | // repeated Rect charConfidence = 19; |
| | | } |
| | | |
| | | message PlateCloudIDResult { |
| | | repeated PlateCloudID result = 1; |
| | | } |
| | | |
| | | message PlateVehicleID{ |
| | | message PlateIDVehicle{ |
| | | int32 nPlateFlag = 1; |
| | | int32 nColor = 2; |
| | | int32 nType = 3; |
| | |
| | | |
| | | } |
| | | |
| | | message PlateVehicleIDResult { |
| | | repeated PlateVehicleID result = 1; |
| | | message PlateIDResult { |
| | | // repeated PlateID result = 1; |
| | | // repeated PlateIDCloud result = 1; |
| | | repeated PlateIDVehicle result = 1; |
| | | } |