struct_images_item.go 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. ImageId string `json:"ImageId" xml:"ImageId"`
  21. Quality float64 `json:"Quality" xml:"Quality"`
  22. CelebrityFailReason string `json:"CelebrityFailReason" xml:"CelebrityFailReason"`
  23. FacesFailReason string `json:"FacesFailReason" xml:"FacesFailReason"`
  24. AddressStatus string `json:"AddressStatus" xml:"AddressStatus"`
  25. Exif string `json:"Exif" xml:"Exif"`
  26. ImageHeight int `json:"ImageHeight" xml:"ImageHeight"`
  27. RemarksB string `json:"RemarksB" xml:"RemarksB"`
  28. FileSize int `json:"FileSize" xml:"FileSize"`
  29. FacesModifyTime string `json:"FacesModifyTime" xml:"FacesModifyTime"`
  30. CelebrityModifyTime string `json:"CelebrityModifyTime" xml:"CelebrityModifyTime"`
  31. TagsFailReason string `json:"TagsFailReason" xml:"TagsFailReason"`
  32. ImageUri string `json:"ImageUri" xml:"ImageUri"`
  33. ExternalId string `json:"ExternalId" xml:"ExternalId"`
  34. Location string `json:"Location" xml:"Location"`
  35. TagsModifyTime string `json:"TagsModifyTime" xml:"TagsModifyTime"`
  36. Yaw float64 `json:"Yaw" xml:"Yaw"`
  37. Gender string `json:"Gender" xml:"Gender"`
  38. SourcePosition string `json:"SourcePosition" xml:"SourcePosition"`
  39. OCRFailReason string `json:"OCRFailReason" xml:"OCRFailReason"`
  40. Glasses int `json:"Glasses" xml:"Glasses"`
  41. RemarksC string `json:"RemarksC" xml:"RemarksC"`
  42. SourceUri string `json:"SourceUri" xml:"SourceUri"`
  43. ImageWidth int `json:"ImageWidth" xml:"ImageWidth"`
  44. AddressModifyTime string `json:"AddressModifyTime" xml:"AddressModifyTime"`
  45. ModifyTime string `json:"ModifyTime" xml:"ModifyTime"`
  46. AddressFailReason string `json:"AddressFailReason" xml:"AddressFailReason"`
  47. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  48. OCRModifyTime string `json:"OCRModifyTime" xml:"OCRModifyTime"`
  49. ImageFormat string `json:"ImageFormat" xml:"ImageFormat"`
  50. ImageMd5 string `json:"ImageMd5" xml:"ImageMd5"`
  51. Age int `json:"Age" xml:"Age"`
  52. SourceType string `json:"SourceType" xml:"SourceType"`
  53. Orientation string `json:"Orientation" xml:"Orientation"`
  54. FaceId string `json:"FaceId" xml:"FaceId"`
  55. Hat int `json:"Hat" xml:"Hat"`
  56. TagsStatus string `json:"TagsStatus" xml:"TagsStatus"`
  57. RemarksD string `json:"RemarksD" xml:"RemarksD"`
  58. CelebrityStatus string `json:"CelebrityStatus" xml:"CelebrityStatus"`
  59. OCRStatus string `json:"OCRStatus" xml:"OCRStatus"`
  60. Pitch float64 `json:"Pitch" xml:"Pitch"`
  61. ImageTime string `json:"ImageTime" xml:"ImageTime"`
  62. RemarksA string `json:"RemarksA" xml:"RemarksA"`
  63. Roll float64 `json:"Roll" xml:"Roll"`
  64. Axis []string `json:"Axis" xml:"Axis"`
  65. Address Address `json:"Address" xml:"Address"`
  66. OCR []OCRItem `json:"OCR" xml:"OCR"`
  67. Faces []FacesItem `json:"Faces" xml:"Faces"`
  68. Celebrity []CelebrityItem `json:"Celebrity" xml:"Celebrity"`
  69. Tags []TagsItem `json:"Tags" xml:"Tags"`
  70. }