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