zhangmeng
2019-11-15 556b9531f40c1c3bf4efd732e0f9eabb9c5793ae
sdk.proto
@@ -85,4 +85,32 @@
    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;
}