struct_audio.go 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. package vod
  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. // Audio is a nested struct in vod response
  17. type Audio struct {
  18. AudioId string `json:"AudioId" xml:"AudioId"`
  19. MediaSource string `json:"MediaSource" xml:"MediaSource"`
  20. Title string `json:"Title" xml:"Title"`
  21. Tags string `json:"Tags" xml:"Tags"`
  22. Status string `json:"Status" xml:"Status"`
  23. Size int64 `json:"Size" xml:"Size"`
  24. Duration float64 `json:"Duration" xml:"Duration"`
  25. Description string `json:"Description" xml:"Description"`
  26. ModificationTime string `json:"ModificationTime" xml:"ModificationTime"`
  27. CreationTime string `json:"CreationTime" xml:"CreationTime"`
  28. CoverURL string `json:"CoverURL" xml:"CoverURL"`
  29. CateId int64 `json:"CateId" xml:"CateId"`
  30. CateName string `json:"CateName" xml:"CateName"`
  31. DownloadSwitch string `json:"DownloadSwitch" xml:"DownloadSwitch"`
  32. PreprocessStatus string `json:"PreprocessStatus" xml:"PreprocessStatus"`
  33. StorageLocation string `json:"StorageLocation" xml:"StorageLocation"`
  34. RegionId string `json:"RegionId" xml:"RegionId"`
  35. TranscodeMode string `json:"TranscodeMode" xml:"TranscodeMode"`
  36. AuditStatus string `json:"AuditStatus" xml:"AuditStatus"`
  37. AuditAIStatus string `json:"AuditAIStatus" xml:"AuditAIStatus"`
  38. AuditManualStatus string `json:"AuditManualStatus" xml:"AuditManualStatus"`
  39. AuditAIResult string `json:"AuditAIResult" xml:"AuditAIResult"`
  40. AuditTemplateId string `json:"AuditTemplateId" xml:"AuditTemplateId"`
  41. CustomMediaInfo string `json:"CustomMediaInfo" xml:"CustomMediaInfo"`
  42. AppId string `json:"AppId" xml:"AppId"`
  43. Snapshots []string `json:"Snapshots" xml:"Snapshots"`
  44. SpriteSnapshots []string `json:"SpriteSnapshots" xml:"SpriteSnapshots"`
  45. PlayInfoList []PlayInfoInSearchMedia `json:"PlayInfoList" xml:"PlayInfoList"`
  46. }