zhangmeng
2019-11-19 54e26e896cafc1e63d6626b9eb0f6bfcbf0bbb0b
sdk.proto
@@ -114,4 +114,32 @@
}
message PlateIDResult {
    repeated PlateID result = 1;
}
// cloud
message PlateCloudID{
    string license = 1;
    Rect rcLocation = 2;
    int32 nConfidence = 3;
    int32 nType = 4;
    int32 nDirection = 5;
    int32 nCarColor = 6;
    int32 nCarColor1 = 7;
    int32 nCarBright = 8;
    int32 frameNo = 9;
    int32 faceWidth = 10;
    int32 faceHeight = 11;
    int32 grayFaceFlag = 12;
    int32 charNum = 13;
    // bytes X = 14;
    // bytes Y = 15;
    // int32 pResultBits = 16;
    // bytes time = 17;
    // repeated Rect charLocation = 18;
    // repeated Rect charConfidence = 19;
}
message PlateCloudIDResult {
    repeated PlateCloudID result = 1;
}