We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655cf99 commit 207f072Copy full SHA for 207f072
src/bindings/go/libopenalprgo.so
40 KB
src/bindings/go/openalpr/openalpr.go
@@ -22,7 +22,7 @@ type Alpr struct {
22
23
type AlprResults struct {
24
EpochTime int64 `json:"epoch_time"`
25
- ImgWidth int `json:"img_witdh"`
+ ImgWidth int `json:"img_width"`
26
ImgHeight int `json:"img_height"`
27
TotalProcessingTimeMs float32 `json:"processing_time_ms"`
28
Plates []AlprPlateResult `json:"results"`
0 commit comments