struct_frames.go 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. // Frames is a nested struct in imm response
  17. type Frames struct {
  18. FacesStatus string `json:"FacesStatus" xml:"FacesStatus"`
  19. ModifyTime string `json:"ModifyTime" xml:"ModifyTime"`
  20. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  21. CelebrityFailReason string `json:"CelebrityFailReason" xml:"CelebrityFailReason"`
  22. OCRModifyTime string `json:"OCRModifyTime" xml:"OCRModifyTime"`
  23. ImageFormat string `json:"ImageFormat" xml:"ImageFormat"`
  24. FacesFailReason string `json:"FacesFailReason" xml:"FacesFailReason"`
  25. Exif string `json:"Exif" xml:"Exif"`
  26. ImageHeight int `json:"ImageHeight" xml:"ImageHeight"`
  27. SourceType string `json:"SourceType" xml:"SourceType"`
  28. RemarksB string `json:"RemarksB" xml:"RemarksB"`
  29. FileSize int `json:"FileSize" xml:"FileSize"`
  30. Orientation string `json:"Orientation" xml:"Orientation"`
  31. TagsStatus string `json:"TagsStatus" xml:"TagsStatus"`
  32. FacesModifyTime string `json:"FacesModifyTime" xml:"FacesModifyTime"`
  33. CelebrityModifyTime string `json:"CelebrityModifyTime" xml:"CelebrityModifyTime"`
  34. RemarksD string `json:"RemarksD" xml:"RemarksD"`
  35. TagsFailReason string `json:"TagsFailReason" xml:"TagsFailReason"`
  36. CelebrityStatus string `json:"CelebrityStatus" xml:"CelebrityStatus"`
  37. OCRStatus string `json:"OCRStatus" xml:"OCRStatus"`
  38. ImageUri string `json:"ImageUri" xml:"ImageUri"`
  39. ExternalId string `json:"ExternalId" xml:"ExternalId"`
  40. ImageTime string `json:"ImageTime" xml:"ImageTime"`
  41. Location string `json:"Location" xml:"Location"`
  42. TagsModifyTime string `json:"TagsModifyTime" xml:"TagsModifyTime"`
  43. RemarksA string `json:"RemarksA" xml:"RemarksA"`
  44. SourcePosition string `json:"SourcePosition" xml:"SourcePosition"`
  45. OCRFailReason string `json:"OCRFailReason" xml:"OCRFailReason"`
  46. RemarksC string `json:"RemarksC" xml:"RemarksC"`
  47. SourceUri string `json:"SourceUri" xml:"SourceUri"`
  48. ImageWidth int `json:"ImageWidth" xml:"ImageWidth"`
  49. OCR []OCRItem `json:"OCR" xml:"OCR"`
  50. Faces []FacesItem `json:"Faces" xml:"Faces"`
  51. Celebrity []CelebrityItem `json:"Celebrity" xml:"Celebrity"`
  52. Tags []TagsItem `json:"Tags" xml:"Tags"`
  53. }