struct_images_item.go 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. package imm
  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. // ImagesItem is a nested struct in imm response
  17. type ImagesItem struct {
  18. FacesStatus string `json:"FacesStatus" xml:"FacesStatus"`
  19. User string `json:"User" xml:"User"`
  20. ModifyTime string `json:"ModifyTime" xml:"ModifyTime"`
  21. ImageId string `json:"ImageId" xml:"ImageId"`
  22. Quality float64 `json:"Quality" xml:"Quality"`
  23. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  24. CelebrityFailReason string `json:"CelebrityFailReason" xml:"CelebrityFailReason"`
  25. OCRModifyTime string `json:"OCRModifyTime" xml:"OCRModifyTime"`
  26. ImageFormat string `json:"ImageFormat" xml:"ImageFormat"`
  27. ImageMd5 string `json:"ImageMd5" xml:"ImageMd5"`
  28. FacesFailReason string `json:"FacesFailReason" xml:"FacesFailReason"`
  29. Exif string `json:"Exif" xml:"Exif"`
  30. ImageHeight int `json:"ImageHeight" xml:"ImageHeight"`
  31. Age int `json:"Age" xml:"Age"`
  32. SourceType string `json:"SourceType" xml:"SourceType"`
  33. RemarksB string `json:"RemarksB" xml:"RemarksB"`
  34. FileSize int `json:"FileSize" xml:"FileSize"`
  35. Orientation string `json:"Orientation" xml:"Orientation"`
  36. FaceId string `json:"FaceId" xml:"FaceId"`
  37. Hat int `json:"Hat" xml:"Hat"`
  38. TagsStatus string `json:"TagsStatus" xml:"TagsStatus"`
  39. FacesModifyTime string `json:"FacesModifyTime" xml:"FacesModifyTime"`
  40. CelebrityModifyTime string `json:"CelebrityModifyTime" xml:"CelebrityModifyTime"`
  41. TagsFailReason string `json:"TagsFailReason" xml:"TagsFailReason"`
  42. CelebrityStatus string `json:"CelebrityStatus" xml:"CelebrityStatus"`
  43. OCRStatus string `json:"OCRStatus" xml:"OCRStatus"`
  44. Pitch float64 `json:"Pitch" xml:"Pitch"`
  45. ImageUri string `json:"ImageUri" xml:"ImageUri"`
  46. ImageTime string `json:"ImageTime" xml:"ImageTime"`
  47. Location string `json:"Location" xml:"Location"`
  48. TagsModifyTime string `json:"TagsModifyTime" xml:"TagsModifyTime"`
  49. Yaw float64 `json:"Yaw" xml:"Yaw"`
  50. RemarksA string `json:"RemarksA" xml:"RemarksA"`
  51. Gender string `json:"Gender" xml:"Gender"`
  52. SourcePosition string `json:"SourcePosition" xml:"SourcePosition"`
  53. OCRFailReason string `json:"OCRFailReason" xml:"OCRFailReason"`
  54. Roll float64 `json:"Roll" xml:"Roll"`
  55. Glasses int `json:"Glasses" xml:"Glasses"`
  56. SourceUri string `json:"SourceUri" xml:"SourceUri"`
  57. ImageWidth int `json:"ImageWidth" xml:"ImageWidth"`
  58. Axis []string `json:"Axis" xml:"Axis"`
  59. Faces []FacesItem `json:"Faces" xml:"Faces"`
  60. OCR []OCRItem `json:"OCR" xml:"OCR"`
  61. Celebrity []CelebrityItem `json:"Celebrity" xml:"Celebrity"`
  62. Tags []TagsItem `json:"Tags" xml:"Tags"`
  63. }