1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-05 03:23:50 +08:00

fix typo.

This commit is contained in:
Mrs4s 2020-09-21 22:22:26 +08:00
parent 4cd4770bb8
commit 9a449519db

View File

@ -184,7 +184,7 @@ type (
} }
OcrResponse struct { OcrResponse struct {
Texts []*TextDetection `json:"'texts'"` Texts []*TextDetection `json:"texts"`
Language string `json:"language"` Language string `json:"language"`
} }