Util - OcrResult Rename Property: Plate -> PlateImageBase64
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user