From 6c93c0dcb7eed2730f4c009caf796b33852860e0 Mon Sep 17 00:00:00 2001 From: DucDangAnh Date: Mon, 29 Jun 2020 11:37:18 +0700 Subject: [PATCH] Util - OcrResult Rename Property: Plate -> PlateImageBase64 --- AIParkingApplication/Util.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AIParkingApplication/Util.cs b/AIParkingApplication/Util.cs index 81fb8f4..cfff46a 100644 --- a/AIParkingApplication/Util.cs +++ b/AIParkingApplication/Util.cs @@ -95,7 +95,7 @@ namespace AIParkingApplication public string Ocr { get; set; } [JsonProperty("plate")] - public string Plate { get; set; } + public string PlateImageBase64 { get; set; } } public static class UtilConstant