Util - OcrResult Rename Property: Plate -> PlateImageBase64
This commit is contained in:
parent
a7a060f89c
commit
6c93c0dcb7
|
@ -95,7 +95,7 @@ namespace AIParkingApplication
|
||||||
public string Ocr { get; set; }
|
public string Ocr { get; set; }
|
||||||
|
|
||||||
[JsonProperty("plate")]
|
[JsonProperty("plate")]
|
||||||
public string Plate { get; set; }
|
public string PlateImageBase64 { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class UtilConstant
|
public static class UtilConstant
|
||||||
|
|
Loading…
Reference in New Issue
Block a user