mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 19:36:53 +08:00
Typo img_witdh should be width
This commit is contained in:
BIN
src/bindings/go/libopenalprgo.so
Executable file
BIN
src/bindings/go/libopenalprgo.so
Executable file
Binary file not shown.
@@ -22,7 +22,7 @@ type Alpr struct {
|
|||||||
|
|
||||||
type AlprResults struct {
|
type AlprResults struct {
|
||||||
EpochTime int64 `json:"epoch_time"`
|
EpochTime int64 `json:"epoch_time"`
|
||||||
ImgWidth int `json:"img_witdh"`
|
ImgWidth int `json:"img_width"`
|
||||||
ImgHeight int `json:"img_height"`
|
ImgHeight int `json:"img_height"`
|
||||||
TotalProcessingTimeMs float32 `json:"processing_time_ms"`
|
TotalProcessingTimeMs float32 `json:"processing_time_ms"`
|
||||||
Plates []AlprPlateResult `json:"results"`
|
Plates []AlprPlateResult `json:"results"`
|
||||||
|
Reference in New Issue
Block a user