| | |
| | | string id = 1; |
| | | string sdkId = 2; |
| | | string soName = 3; |
| | | } |
| | | |
| | | // sdk plate id detect |
| | | message PlateID{ |
| | | string license = 1; |
| | | string color = 2; |
| | | int32 nColor = 3; |
| | | int32 nType = 4; |
| | | int32 nConfidence = 5; |
| | | int32 nBright = 6; |
| | | int32 nDirection = 7; |
| | | Rect rcLocation = 8; |
| | | int32 nTime = 9; |
| | | int32 nCarBright = 10; |
| | | int32 nCarLogo = 11; |
| | | int32 nCarType = 12; |
| | | bytes plateBin = 13; |
| | | bytes nBinPlateWidth = 14; |
| | | bytes nBinPlateHeight = 15; |
| | | Rect rcLogoLocation = 16; |
| | | bytes nCarModel = 17; |
| | | bytes nCarModelConfidence = 18; |
| | | |
| | | // bytes picCache = 19; |
| | | // bytes reserved = 20; |
| | | } |
| | | message PlateIDResult { |
| | | repeated PlateID result = 1; |
| | | } |