-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_videos_item.go
49 lines (47 loc) · 2.96 KB
/
struct_videos_item.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
package imm
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//You may obtain a copy of the License at
//
//http://www.apache.org/licenses/LICENSE-2.0
//
//Unless required by applicable law or agreed to in writing, software
//distributed under the License is distributed on an "AS IS" BASIS,
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//See the License for the specific language governing permissions and
//limitations under the License.
//
// Code generated by Alibaba Cloud SDK Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
// VideosItem is a nested struct in imm response
type VideosItem struct {
CreateTime string `json:"CreateTime" xml:"CreateTime"`
RemarksC string `json:"RemarksC" xml:"RemarksC"`
VideoTagsFailReason string `json:"VideoTagsFailReason" xml:"VideoTagsFailReason"`
SourceType string `json:"SourceType" xml:"SourceType"`
CelebrityModifyTime string `json:"CelebrityModifyTime" xml:"CelebrityModifyTime"`
VideoDuration float64 `json:"VideoDuration" xml:"VideoDuration"`
ProcessModifyTime string `json:"ProcessModifyTime" xml:"ProcessModifyTime"`
VideoFrames int `json:"VideoFrames" xml:"VideoFrames"`
VideoTagsStatus string `json:"VideoTagsStatus" xml:"VideoTagsStatus"`
ExternalId string `json:"ExternalId" xml:"ExternalId"`
SourceUri string `json:"SourceUri" xml:"SourceUri"`
FileSize int `json:"FileSize" xml:"FileSize"`
ModifyTime string `json:"ModifyTime" xml:"ModifyTime"`
CelebrityFailReason string `json:"CelebrityFailReason" xml:"CelebrityFailReason"`
SourcePosition string `json:"SourcePosition" xml:"SourcePosition"`
VideoWidth int `json:"VideoWidth" xml:"VideoWidth"`
VideoFormat string `json:"VideoFormat" xml:"VideoFormat"`
VideoHeight int `json:"VideoHeight" xml:"VideoHeight"`
RemarksD string `json:"RemarksD" xml:"RemarksD"`
VideoUri string `json:"VideoUri" xml:"VideoUri"`
ProcessFailReason string `json:"ProcessFailReason" xml:"ProcessFailReason"`
VideoTagsModifyTime string `json:"VideoTagsModifyTime" xml:"VideoTagsModifyTime"`
RemarksA string `json:"RemarksA" xml:"RemarksA"`
CelebrityStatus string `json:"CelebrityStatus" xml:"CelebrityStatus"`
ProcessStatus string `json:"ProcessStatus" xml:"ProcessStatus"`
RemarksB string `json:"RemarksB" xml:"RemarksB"`
VideoTags []VideoTagsItem `json:"VideoTags" xml:"VideoTags"`
Celebrity []CelebrityItem `json:"Celebrity" xml:"Celebrity"`
Persons []PersonsItem `json:"Persons" xml:"Persons"`
}