Util - OcrResult Rename Property: Plate -> PlateImageBase64

This commit is contained in:
DucDangAnh 2020-06-29 11:37:18 +07:00
parent a7a060f89c
commit 6c93c0dcb7

View File

@ -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