struct_videos_item.go 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. // VideosItem is a nested struct in imm response
  17. type VideosItem struct {
  18. VideoUri string `json:"VideoUri" xml:"VideoUri"`
  19. RemarksA string `json:"RemarksA" xml:"RemarksA"`
  20. RemarksB string `json:"RemarksB" xml:"RemarksB"`
  21. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  22. ModifyTime string `json:"ModifyTime" xml:"ModifyTime"`
  23. VideoWidth int `json:"VideoWidth" xml:"VideoWidth"`
  24. VideoHeight int `json:"VideoHeight" xml:"VideoHeight"`
  25. VideoFormat string `json:"VideoFormat" xml:"VideoFormat"`
  26. VideoDuration float64 `json:"VideoDuration" xml:"VideoDuration"`
  27. FileSize int `json:"FileSize" xml:"FileSize"`
  28. VideoFrames int `json:"VideoFrames" xml:"VideoFrames"`
  29. SourceType string `json:"SourceType" xml:"SourceType"`
  30. SourceUri string `json:"SourceUri" xml:"SourceUri"`
  31. SourcePosition string `json:"SourcePosition" xml:"SourcePosition"`
  32. ProcessStatus string `json:"ProcessStatus" xml:"ProcessStatus"`
  33. ProcessModifyTime string `json:"ProcessModifyTime" xml:"ProcessModifyTime"`
  34. VideoTagsStatus string `json:"VideoTagsStatus" xml:"VideoTagsStatus"`
  35. VideoTagsModifyTime string `json:"VideoTagsModifyTime" xml:"VideoTagsModifyTime"`
  36. CelebrityStatus string `json:"CelebrityStatus" xml:"CelebrityStatus"`
  37. CelebrityModifyTime string `json:"CelebrityModifyTime" xml:"CelebrityModifyTime"`
  38. CelebrityFailReason string `json:"CelebrityFailReason" xml:"CelebrityFailReason"`
  39. VideoTagsFailReason string `json:"VideoTagsFailReason" xml:"VideoTagsFailReason"`
  40. ProcessFailReason string `json:"ProcessFailReason" xml:"ProcessFailReason"`
  41. RemarksC string `json:"RemarksC" xml:"RemarksC"`
  42. RemarksD string `json:"RemarksD" xml:"RemarksD"`
  43. ExternalId string `json:"ExternalId" xml:"ExternalId"`
  44. VideoTags []VideoTagsItem `json:"VideoTags" xml:"VideoTags"`
  45. Celebrity []CelebrityItem `json:"Celebrity" xml:"Celebrity"`
  46. Persons []PersonsItem `json:"Persons" xml:"Persons"`
  47. }