struct_face_result.go 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  1. package ocr
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // FaceResult is a nested struct in ocr response
  17. type FaceResult struct {
  18. Name string `json:"Name" xml:"Name"`
  19. EndDate string `json:"EndDate" xml:"EndDate"`
  20. EngineNumber string `json:"EngineNumber" xml:"EngineNumber"`
  21. VehicleType string `json:"VehicleType" xml:"VehicleType"`
  22. PlateNumber string `json:"PlateNumber" xml:"PlateNumber"`
  23. Owner string `json:"Owner" xml:"Owner"`
  24. Vin string `json:"Vin" xml:"Vin"`
  25. UseCharacter string `json:"UseCharacter" xml:"UseCharacter"`
  26. Address string `json:"Address" xml:"Address"`
  27. StartDate string `json:"StartDate" xml:"StartDate"`
  28. Gender string `json:"Gender" xml:"Gender"`
  29. LicenseNumber string `json:"LicenseNumber" xml:"LicenseNumber"`
  30. Model string `json:"Model" xml:"Model"`
  31. RegisterDate string `json:"RegisterDate" xml:"RegisterDate"`
  32. IssueDate string `json:"IssueDate" xml:"IssueDate"`
  33. }