@@ -460,7 +460,8 @@ type Subtitle struct {
460460
461461// VideoTag TODO
462462type VideoTag struct {
463- Scenario string `xml:"Scenario,omitempty"`
463+ Scenario string `xml:"Scenario,omitempty"` // 1. Stream 2. ShortVideo
464+ Text string `xml:"Text,omitempty"`
464465}
465466
466467// VideoTagResult TODO
@@ -482,6 +483,7 @@ type VideoTagResultStreamDataData struct {
482483 PlaceTags []VideoTagResultStreamDataDataPlaceTags `xml:"PlaceTags,omitempty"`
483484 ActionTags []VideoTagResultStreamDataDataActionTags `xml:"ActionTags,omitempty"`
484485 ObjectTags []VideoTagResultStreamDataDataObjectTags `xml:"ObjectTags,omitempty"`
486+ Labels []VideoTagResultStreamDataDataLabels `xml:"Labels,omitempty"`
485487}
486488
487489// VideoTagResultStreamDataDataTags TODO
@@ -538,6 +540,12 @@ type VideoTagResultStreamDataDataObjectTags struct {
538540 TimeStamp string `xml:"TimeStamp,omitempty"`
539541}
540542
543+ type VideoTagResultStreamDataDataLabels struct {
544+ First string `xml:"First,omitempty"`
545+ Second string `xml:"Second,omitempty"`
546+ Confidence float64 `xml:"Confidence,omitempty"`
547+ }
548+
541549// QualityEstimate TODO
542550type QualityEstimate struct {
543551 Score string `xml:"Score,omitempty"`
0 commit comments