Typo img_witdh should be width

This commit is contained in:
Mark Theunissen
2016-07-31 11:34:44 +02:00
parent 655cf99323
commit 207f072677
2 changed files with 1 additions and 1 deletions

BIN
src/bindings/go/libopenalprgo.so Executable file

Binary file not shown.

View File

@@ -22,7 +22,7 @@ type Alpr struct {
type AlprResults struct {
EpochTime int64 `json:"epoch_time"`
ImgWidth int `json:"img_witdh"`
ImgWidth int `json:"img_width"`
ImgHeight int `json:"img_height"`
TotalProcessingTimeMs float32 `json:"processing_time_ms"`
Plates []AlprPlateResult `json:"results"`