Merge pull request #387 from marktheunissen/go_json_typo

Typo img_witdh should be width
This commit is contained in:
Matthew Hill
2016-08-02 21:45:19 -04:00
committed by GitHub
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"`