tencentcloud-sdk-vod 3.0.459 → 3.0.460

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: db5d56e39410a89e45c753d5d0eb84fc1a2c6219
4
- data.tar.gz: 34321537217e93835d313cd312b2cd6d2d00a99f
3
+ metadata.gz: f55216c6c848a7900e5e0307ef31c51f91f93a19
4
+ data.tar.gz: fbdff144db0d5b00e0ee2bfa160d0072e1ddbbec
5
5
  SHA512:
6
- metadata.gz: 4baf88837c2b42eb98f23690838b9153f9858ead8cfd2e1e122701910b4d7cca2c75ed24e95956d473941db9099b4c67d539c1fc9c0f9ed425d80d156e5a1b5d
7
- data.tar.gz: 1676abb0e1cfa621b650f1254fbb8918d66f14eeea92519e8bc8a43fd32ed2d7f5469919bce0147c7c1e2cd5b917142bfc7ad931775fbc140bd0a36536088c04
6
+ metadata.gz: 0898e5996a58a241053be986fa3f0d7cc0237cfd1dc832b4d51ae29ddfa458f275c3c00588878a6e50525d71071c5e2f7dfa32481f07f4569e62d10e052b42d7
7
+ data.tar.gz: 00572e3d4d95850cf4aa693a09ce38db8c3ecbb5e2b23fe3e2b27365afd6f5f7089c8f514a36df0de8ce961504b859c655e5876ac4978ab68bc95ceb6e16a319
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.459
1
+ 3.0.460
@@ -3018,12 +3018,6 @@ module TencentCloud
3018
3018
 
3019
3019
  # 如使用事件通知,事件通知的类型为 [任务流状态变更](https://cloud.tencent.com/document/product/266/9636)。
3020
3020
 
3021
- # 使用溯源水印存在以下限制条件:
3022
- # <li> 溯源水印仅支持图片水印; </li>
3023
- # <li> 溯源水印仅支持水印重复类型为水印循环播放; </li>
3024
- # <li> 溯源水印仅支持输出文件封装格式为 HLS; </li>
3025
- # <li> 溯源水印的位置仅支持位于视频的上半部分。 </li>
3026
-
3027
3021
  # @param request: Request instance for ProcessMedia.
3028
3022
  # @type request: :class:`Tencentcloud::vod::V20180717::ProcessMediaRequest`
3029
3023
  # @rtype: :class:`Tencentcloud::vod::V20180717::ProcessMediaResponse`
@@ -550,16 +550,19 @@ module TencentCloud
550
550
  # @param Output: 智能分类任务输出。
551
551
  # 注意:此字段可能返回 null,表示取不到有效值。
552
552
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiAnalysisTaskClassificationOutput`
553
+ # @param Progress: 智能分类任务进度,取值范围 [0-100] 。
554
+ # @type Progress: Integer
553
555
 
554
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
556
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
555
557
 
556
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
558
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
557
559
  @Status = status
558
560
  @ErrCodeExt = errcodeext
559
561
  @ErrCode = errcode
560
562
  @Message = message
561
563
  @Input = input
562
564
  @Output = output
565
+ @Progress = progress
563
566
  end
564
567
 
565
568
  def deserialize(params)
@@ -575,6 +578,7 @@ module TencentCloud
575
578
  @Output = AiAnalysisTaskClassificationOutput.new
576
579
  @Output.deserialize(params['Output'])
577
580
  end
581
+ @Progress = params['Progress']
578
582
  end
579
583
  end
580
584
 
@@ -641,16 +645,19 @@ module TencentCloud
641
645
  # @param Output: 智能封面任务输出。
642
646
  # 注意:此字段可能返回 null,表示取不到有效值。
643
647
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiAnalysisTaskCoverOutput`
648
+ # @param Progress: 智能封面任务进度,取值范围 [0-100] 。
649
+ # @type Progress: Integer
644
650
 
645
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
651
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
646
652
 
647
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
653
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
648
654
  @Status = status
649
655
  @ErrCodeExt = errcodeext
650
656
  @ErrCode = errcode
651
657
  @Message = message
652
658
  @Input = input
653
659
  @Output = output
660
+ @Progress = progress
654
661
  end
655
662
 
656
663
  def deserialize(params)
@@ -666,6 +673,7 @@ module TencentCloud
666
673
  @Output = AiAnalysisTaskCoverOutput.new
667
674
  @Output.deserialize(params['Output'])
668
675
  end
676
+ @Progress = params['Progress']
669
677
  end
670
678
  end
671
679
 
@@ -732,16 +740,19 @@ module TencentCloud
732
740
  # @param Output: 智能按帧标签任务输出。
733
741
  # 注意:此字段可能返回 null,表示取不到有效值。
734
742
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiAnalysisTaskFrameTagOutput`
743
+ # @param Progress: 智能按帧标签任务进度,取值范围 [0-100] 。
744
+ # @type Progress: Integer
735
745
 
736
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
746
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
737
747
 
738
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
748
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
739
749
  @Status = status
740
750
  @ErrCodeExt = errcodeext
741
751
  @ErrCode = errcode
742
752
  @Message = message
743
753
  @Input = input
744
754
  @Output = output
755
+ @Progress = progress
745
756
  end
746
757
 
747
758
  def deserialize(params)
@@ -757,6 +768,7 @@ module TencentCloud
757
768
  @Output = AiAnalysisTaskFrameTagOutput.new
758
769
  @Output.deserialize(params['Output'])
759
770
  end
771
+ @Progress = params['Progress']
760
772
  end
761
773
  end
762
774
 
@@ -823,16 +835,19 @@ module TencentCloud
823
835
  # @param Output: 智能精彩片段任务输出。
824
836
  # 注意:此字段可能返回 null,表示取不到有效值。
825
837
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiAnalysisTaskHighlightOutput`
838
+ # @param Progress: 智能精彩片段任务进度,取值范围 [0-100] 。
839
+ # @type Progress: Integer
826
840
 
827
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
841
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
828
842
 
829
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
843
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
830
844
  @Status = status
831
845
  @ErrCodeExt = errcodeext
832
846
  @ErrCode = errcode
833
847
  @Message = message
834
848
  @Input = input
835
849
  @Output = output
850
+ @Progress = progress
836
851
  end
837
852
 
838
853
  def deserialize(params)
@@ -848,6 +863,7 @@ module TencentCloud
848
863
  @Output = AiAnalysisTaskHighlightOutput.new
849
864
  @Output.deserialize(params['Output'])
850
865
  end
866
+ @Progress = params['Progress']
851
867
  end
852
868
  end
853
869
 
@@ -930,16 +946,19 @@ module TencentCloud
930
946
  # @param Output: 智能标签任务输出。
931
947
  # 注意:此字段可能返回 null,表示取不到有效值。
932
948
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiAnalysisTaskTagOutput`
949
+ # @param Progress: 智能标签任务进度,取值范围 [0-100] 。
950
+ # @type Progress: Integer
933
951
 
934
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
952
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
935
953
 
936
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
954
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
937
955
  @Status = status
938
956
  @ErrCodeExt = errcodeext
939
957
  @ErrCode = errcode
940
958
  @Message = message
941
959
  @Input = input
942
960
  @Output = output
961
+ @Progress = progress
943
962
  end
944
963
 
945
964
  def deserialize(params)
@@ -955,6 +974,7 @@ module TencentCloud
955
974
  @Output = AiAnalysisTaskTagOutput.new
956
975
  @Output.deserialize(params['Output'])
957
976
  end
977
+ @Progress = params['Progress']
958
978
  end
959
979
  end
960
980
 
@@ -1350,16 +1370,19 @@ module TencentCloud
1350
1370
  # @param Output: 语音关键词识别任务输出信息。
1351
1371
  # 注意:此字段可能返回 null,表示取不到有效值。
1352
1372
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiRecognitionTaskAsrWordsResultOutput`
1373
+ # @param Progress: 语音关键词识别任务进度,取值范围 [0-100] 。
1374
+ # @type Progress: Integer
1353
1375
 
1354
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
1376
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
1355
1377
 
1356
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
1378
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
1357
1379
  @Status = status
1358
1380
  @ErrCodeExt = errcodeext
1359
1381
  @ErrCode = errcode
1360
1382
  @Message = message
1361
1383
  @Input = input
1362
1384
  @Output = output
1385
+ @Progress = progress
1363
1386
  end
1364
1387
 
1365
1388
  def deserialize(params)
@@ -1375,6 +1398,7 @@ module TencentCloud
1375
1398
  @Output = AiRecognitionTaskAsrWordsResultOutput.new
1376
1399
  @Output.deserialize(params['Output'])
1377
1400
  end
1401
+ @Progress = params['Progress']
1378
1402
  end
1379
1403
  end
1380
1404
 
@@ -1492,16 +1516,19 @@ module TencentCloud
1492
1516
  # @param Output: 人脸识别任务输出信息。
1493
1517
  # 注意:此字段可能返回 null,表示取不到有效值。
1494
1518
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiRecognitionTaskFaceResultOutput`
1519
+ # @param Progress: 人脸识别任务进度,取值范围 [0-100] 。
1520
+ # @type Progress: Integer
1495
1521
 
1496
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
1522
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
1497
1523
 
1498
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
1524
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
1499
1525
  @Status = status
1500
1526
  @ErrCodeExt = errcodeext
1501
1527
  @ErrCode = errcode
1502
1528
  @Message = message
1503
1529
  @Input = input
1504
1530
  @Output = output
1531
+ @Progress = progress
1505
1532
  end
1506
1533
 
1507
1534
  def deserialize(params)
@@ -1517,6 +1544,7 @@ module TencentCloud
1517
1544
  @Output = AiRecognitionTaskFaceResultOutput.new
1518
1545
  @Output.deserialize(params['Output'])
1519
1546
  end
1547
+ @Progress = params['Progress']
1520
1548
  end
1521
1549
  end
1522
1550
 
@@ -1648,16 +1676,19 @@ module TencentCloud
1648
1676
  # @param Output: 视频片头片尾识别任务输出信息。
1649
1677
  # 注意:此字段可能返回 null,表示取不到有效值。
1650
1678
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiRecognitionTaskHeadTailResultOutput`
1679
+ # @param Progress: 视频片头片尾识别任务进度,取值范围 [0-100] 。
1680
+ # @type Progress: Integer
1651
1681
 
1652
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
1682
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
1653
1683
 
1654
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
1684
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
1655
1685
  @Status = status
1656
1686
  @ErrCodeExt = errcodeext
1657
1687
  @ErrCode = errcode
1658
1688
  @Message = message
1659
1689
  @Input = input
1660
1690
  @Output = output
1691
+ @Progress = progress
1661
1692
  end
1662
1693
 
1663
1694
  def deserialize(params)
@@ -1673,6 +1704,7 @@ module TencentCloud
1673
1704
  @Output = AiRecognitionTaskHeadTailResultOutput.new
1674
1705
  @Output.deserialize(params['Output'])
1675
1706
  end
1707
+ @Progress = params['Progress']
1676
1708
  end
1677
1709
  end
1678
1710
 
@@ -1751,16 +1783,19 @@ module TencentCloud
1751
1783
  # @param Output: 物体识别任务输出信息。
1752
1784
  # 注意:此字段可能返回 null,表示取不到有效值。
1753
1785
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiRecognitionTaskObjectResultOutput`
1786
+ # @param Progress: 物体识别任务进度,取值范围 [0-100] 。
1787
+ # @type Progress: Integer
1754
1788
 
1755
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
1789
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
1756
1790
 
1757
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
1791
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
1758
1792
  @Status = status
1759
1793
  @ErrCodeExt = errcodeext
1760
1794
  @ErrCode = errcode
1761
1795
  @Message = message
1762
1796
  @Input = input
1763
1797
  @Output = output
1798
+ @Progress = progress
1764
1799
  end
1765
1800
 
1766
1801
  def deserialize(params)
@@ -1776,6 +1811,7 @@ module TencentCloud
1776
1811
  @Output = AiRecognitionTaskObjectResultOutput.new
1777
1812
  @Output.deserialize(params['Output'])
1778
1813
  end
1814
+ @Progress = params['Progress']
1779
1815
  end
1780
1816
  end
1781
1817
 
@@ -1897,16 +1933,19 @@ module TencentCloud
1897
1933
  # @param Output: 文本全文识别任务输出信息。
1898
1934
  # 注意:此字段可能返回 null,表示取不到有效值。
1899
1935
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiRecognitionTaskOcrFullTextResultOutput`
1936
+ # @param Progress: 文本全文识别任务进度,取值范围 [0-100] 。
1937
+ # @type Progress: Integer
1900
1938
 
1901
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
1939
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
1902
1940
 
1903
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
1941
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
1904
1942
  @Status = status
1905
1943
  @ErrCodeExt = errcodeext
1906
1944
  @ErrCode = errcode
1907
1945
  @Message = message
1908
1946
  @Input = input
1909
1947
  @Output = output
1948
+ @Progress = progress
1910
1949
  end
1911
1950
 
1912
1951
  def deserialize(params)
@@ -1922,6 +1961,7 @@ module TencentCloud
1922
1961
  @Output = AiRecognitionTaskOcrFullTextResultOutput.new
1923
1962
  @Output.deserialize(params['Output'])
1924
1963
  end
1964
+ @Progress = params['Progress']
1925
1965
  end
1926
1966
  end
1927
1967
 
@@ -2043,16 +2083,19 @@ module TencentCloud
2043
2083
  # @param Output: 文本关键词识别任务输出信息。
2044
2084
  # 注意:此字段可能返回 null,表示取不到有效值。
2045
2085
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiRecognitionTaskOcrWordsResultOutput`
2086
+ # @param Progress: 文本关键词识别任务进度,取值范围 [0-100] 。
2087
+ # @type Progress: Integer
2046
2088
 
2047
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
2089
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
2048
2090
 
2049
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
2091
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
2050
2092
  @Status = status
2051
2093
  @ErrCodeExt = errcodeext
2052
2094
  @ErrCode = errcode
2053
2095
  @Message = message
2054
2096
  @Input = input
2055
2097
  @Output = output
2098
+ @Progress = progress
2056
2099
  end
2057
2100
 
2058
2101
  def deserialize(params)
@@ -2068,6 +2111,7 @@ module TencentCloud
2068
2111
  @Output = AiRecognitionTaskOcrWordsResultOutput.new
2069
2112
  @Output.deserialize(params['Output'])
2070
2113
  end
2114
+ @Progress = params['Progress']
2071
2115
  end
2072
2116
  end
2073
2117
 
@@ -2190,16 +2234,19 @@ module TencentCloud
2190
2234
  # @param Output: 视频拆条任务输出信息。
2191
2235
  # 注意:此字段可能返回 null,表示取不到有效值。
2192
2236
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiRecognitionTaskSegmentResultOutput`
2237
+ # @param Progress: 视频拆条任务进度,取值范围 [0-100] 。
2238
+ # @type Progress: Integer
2193
2239
 
2194
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
2240
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
2195
2241
 
2196
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
2242
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
2197
2243
  @Status = status
2198
2244
  @ErrCodeExt = errcodeext
2199
2245
  @ErrCode = errcode
2200
2246
  @Message = message
2201
2247
  @Input = input
2202
2248
  @Output = output
2249
+ @Progress = progress
2203
2250
  end
2204
2251
 
2205
2252
  def deserialize(params)
@@ -2215,6 +2262,7 @@ module TencentCloud
2215
2262
  @Output = AiRecognitionTaskSegmentResultOutput.new
2216
2263
  @Output.deserialize(params['Output'])
2217
2264
  end
2265
+ @Progress = params['Progress']
2218
2266
  end
2219
2267
  end
2220
2268
 
@@ -2808,16 +2856,19 @@ module TencentCloud
2808
2856
  # @type Input: :class:`Tencentcloud::Vod.v20180717.models.AiReviewPoliticalAsrTaskInput`
2809
2857
  # @param Output: 音视频审核 Asr 文字涉及令人不适宜信息的任务输出。
2810
2858
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiReviewPoliticalAsrTaskOutput`
2859
+ # @param Progress: 音视频审核 Asr 文字涉及令人不适宜信息的任务进度,取值范围 [0-100] 。
2860
+ # @type Progress: Integer
2811
2861
 
2812
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
2862
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
2813
2863
 
2814
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
2864
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
2815
2865
  @Status = status
2816
2866
  @ErrCodeExt = errcodeext
2817
2867
  @ErrCode = errcode
2818
2868
  @Message = message
2819
2869
  @Input = input
2820
2870
  @Output = output
2871
+ @Progress = progress
2821
2872
  end
2822
2873
 
2823
2874
  def deserialize(params)
@@ -2833,6 +2884,7 @@ module TencentCloud
2833
2884
  @Output = AiReviewPoliticalAsrTaskOutput.new
2834
2885
  @Output.deserialize(params['Output'])
2835
2886
  end
2887
+ @Progress = params['Progress']
2836
2888
  end
2837
2889
  end
2838
2890
 
@@ -2894,16 +2946,19 @@ module TencentCloud
2894
2946
  # @param Output: 音视频审核涉及令人不适宜信息的任务输出。
2895
2947
  # 注意:此字段可能返回 null,表示取不到有效值。
2896
2948
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiReviewPoliticalTaskOutput`
2949
+ # @param Progress: 音视频审核涉及令人不适宜信息的任务进度,取值范围 [0-100] 。
2950
+ # @type Progress: Integer
2897
2951
 
2898
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
2952
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
2899
2953
 
2900
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
2954
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
2901
2955
  @Status = status
2902
2956
  @ErrCodeExt = errcodeext
2903
2957
  @ErrCode = errcode
2904
2958
  @Message = message
2905
2959
  @Input = input
2906
2960
  @Output = output
2961
+ @Progress = progress
2907
2962
  end
2908
2963
 
2909
2964
  def deserialize(params)
@@ -2919,6 +2974,7 @@ module TencentCloud
2919
2974
  @Output = AiReviewPoliticalTaskOutput.new
2920
2975
  @Output.deserialize(params['Output'])
2921
2976
  end
2977
+ @Progress = params['Progress']
2922
2978
  end
2923
2979
  end
2924
2980
 
@@ -2937,16 +2993,19 @@ module TencentCloud
2937
2993
  # @param Output: 音视频审核 Asr 文字涉及令人反感的信息的任务输出。
2938
2994
  # 注意:此字段可能返回 null,表示取不到有效值。
2939
2995
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiReviewPornAsrTaskOutput`
2996
+ # @param Progress: 音视频审核 Asr 文字涉及令人反感的信息的任务进度,取值范围 [0-100] 。
2997
+ # @type Progress: Integer
2940
2998
 
2941
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
2999
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
2942
3000
 
2943
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
3001
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
2944
3002
  @Status = status
2945
3003
  @ErrCodeExt = errcodeext
2946
3004
  @ErrCode = errcode
2947
3005
  @Message = message
2948
3006
  @Input = input
2949
3007
  @Output = output
3008
+ @Progress = progress
2950
3009
  end
2951
3010
 
2952
3011
  def deserialize(params)
@@ -2962,6 +3021,7 @@ module TencentCloud
2962
3021
  @Output = AiReviewPornAsrTaskOutput.new
2963
3022
  @Output.deserialize(params['Output'])
2964
3023
  end
3024
+ @Progress = params['Progress']
2965
3025
  end
2966
3026
  end
2967
3027
 
@@ -2980,16 +3040,19 @@ module TencentCloud
2980
3040
  # @param Output: Ocr 文字音视频审核涉及令人反感的信息的任务输出。
2981
3041
  # 注意:此字段可能返回 null,表示取不到有效值。
2982
3042
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiReviewPornOcrTaskOutput`
3043
+ # @param Progress: Ocr 文字音视频审核涉及令人反感的信息的任务进度,取值范围 [0-100] 。
3044
+ # @type Progress: Integer
2983
3045
 
2984
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
3046
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
2985
3047
 
2986
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
3048
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
2987
3049
  @Status = status
2988
3050
  @ErrCodeExt = errcodeext
2989
3051
  @ErrCode = errcode
2990
3052
  @Message = message
2991
3053
  @Input = input
2992
3054
  @Output = output
3055
+ @Progress = progress
2993
3056
  end
2994
3057
 
2995
3058
  def deserialize(params)
@@ -3005,6 +3068,7 @@ module TencentCloud
3005
3068
  @Output = AiReviewPornOcrTaskOutput.new
3006
3069
  @Output.deserialize(params['Output'])
3007
3070
  end
3071
+ @Progress = params['Progress']
3008
3072
  end
3009
3073
  end
3010
3074
 
@@ -3023,16 +3087,19 @@ module TencentCloud
3023
3087
  # @param Output: 音视频审核涉及令人反感的信息的任务输出。
3024
3088
  # 注意:此字段可能返回 null,表示取不到有效值。
3025
3089
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiReviewPornTaskOutput`
3090
+ # @param Progress: 音视频审核涉及令人反感的信息的任务进度,取值范围 [0-100] 。
3091
+ # @type Progress: Integer
3026
3092
 
3027
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
3093
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
3028
3094
 
3029
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
3095
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
3030
3096
  @Status = status
3031
3097
  @ErrCodeExt = errcodeext
3032
3098
  @ErrCode = errcode
3033
3099
  @Message = message
3034
3100
  @Input = input
3035
3101
  @Output = output
3102
+ @Progress = progress
3036
3103
  end
3037
3104
 
3038
3105
  def deserialize(params)
@@ -3048,6 +3115,7 @@ module TencentCloud
3048
3115
  @Output = AiReviewPornTaskOutput.new
3049
3116
  @Output.deserialize(params['Output'])
3050
3117
  end
3118
+ @Progress = params['Progress']
3051
3119
  end
3052
3120
  end
3053
3121
 
@@ -3066,16 +3134,19 @@ module TencentCloud
3066
3134
  # @param Output: 音视频审核 Asr 文字鉴违禁任务输出。
3067
3135
  # 注意:此字段可能返回 null,表示取不到有效值。
3068
3136
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiReviewProhibitedAsrTaskOutput`
3137
+ # @param Progress: 音视频审核 Asr 文字鉴违禁任务进度,取值范围 [0-100] 。
3138
+ # @type Progress: Integer
3069
3139
 
3070
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
3140
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
3071
3141
 
3072
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
3142
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
3073
3143
  @Status = status
3074
3144
  @ErrCodeExt = errcodeext
3075
3145
  @ErrCode = errcode
3076
3146
  @Message = message
3077
3147
  @Input = input
3078
3148
  @Output = output
3149
+ @Progress = progress
3079
3150
  end
3080
3151
 
3081
3152
  def deserialize(params)
@@ -3091,6 +3162,7 @@ module TencentCloud
3091
3162
  @Output = AiReviewProhibitedAsrTaskOutput.new
3092
3163
  @Output.deserialize(params['Output'])
3093
3164
  end
3165
+ @Progress = params['Progress']
3094
3166
  end
3095
3167
  end
3096
3168
 
@@ -3109,16 +3181,19 @@ module TencentCloud
3109
3181
  # @param Output: 音视频审核 Ocr 文字鉴违禁任务输出。
3110
3182
  # 注意:此字段可能返回 null,表示取不到有效值。
3111
3183
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiReviewProhibitedOcrTaskOutput`
3184
+ # @param Progress: 音视频审核 Ocr 文字鉴违禁任务进度,取值范围 [0-100] 。
3185
+ # @type Progress: Integer
3112
3186
 
3113
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
3187
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
3114
3188
 
3115
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
3189
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
3116
3190
  @Status = status
3117
3191
  @ErrCodeExt = errcodeext
3118
3192
  @ErrCode = errcode
3119
3193
  @Message = message
3120
3194
  @Input = input
3121
3195
  @Output = output
3196
+ @Progress = progress
3122
3197
  end
3123
3198
 
3124
3199
  def deserialize(params)
@@ -3134,6 +3209,7 @@ module TencentCloud
3134
3209
  @Output = AiReviewProhibitedOcrTaskOutput.new
3135
3210
  @Output.deserialize(params['Output'])
3136
3211
  end
3212
+ @Progress = params['Progress']
3137
3213
  end
3138
3214
  end
3139
3215
 
@@ -3152,16 +3228,19 @@ module TencentCloud
3152
3228
  # @param Output: 音视频审核 Ocr 文字涉及令人不安全的信息的任务输出。
3153
3229
  # 注意:此字段可能返回 null,表示取不到有效值。
3154
3230
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiReviewTerrorismOcrTaskOutput`
3231
+ # @param Progress: 音视频审核 Ocr 文字涉及令人不安全的信息的任务进度,取值范围 [0-100] 。
3232
+ # @type Progress: Integer
3155
3233
 
3156
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
3234
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
3157
3235
 
3158
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
3236
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
3159
3237
  @Status = status
3160
3238
  @ErrCodeExt = errcodeext
3161
3239
  @ErrCode = errcode
3162
3240
  @Message = message
3163
3241
  @Input = input
3164
3242
  @Output = output
3243
+ @Progress = progress
3165
3244
  end
3166
3245
 
3167
3246
  def deserialize(params)
@@ -3177,6 +3256,7 @@ module TencentCloud
3177
3256
  @Output = AiReviewTerrorismOcrTaskOutput.new
3178
3257
  @Output.deserialize(params['Output'])
3179
3258
  end
3259
+ @Progress = params['Progress']
3180
3260
  end
3181
3261
  end
3182
3262
 
@@ -3195,16 +3275,19 @@ module TencentCloud
3195
3275
  # @param Output: 音视频审核涉及令人不安全的信息的任务输出。
3196
3276
  # 注意:此字段可能返回 null,表示取不到有效值。
3197
3277
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiReviewTerrorismTaskOutput`
3278
+ # @param Progress: 音视频审核涉及令人不安全的信息的任务进度,取值范围 [0-100] 。
3279
+ # @type Progress: Integer
3198
3280
 
3199
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
3281
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
3200
3282
 
3201
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
3283
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
3202
3284
  @Status = status
3203
3285
  @ErrCodeExt = errcodeext
3204
3286
  @ErrCode = errcode
3205
3287
  @Message = message
3206
3288
  @Input = input
3207
3289
  @Output = output
3290
+ @Progress = progress
3208
3291
  end
3209
3292
 
3210
3293
  def deserialize(params)
@@ -3220,6 +3303,7 @@ module TencentCloud
3220
3303
  @Output = AiReviewTerrorismTaskOutput.new
3221
3304
  @Output.deserialize(params['Output'])
3222
3305
  end
3306
+ @Progress = params['Progress']
3223
3307
  end
3224
3308
  end
3225
3309
 
@@ -9504,7 +9588,6 @@ module TencentCloud
9504
9588
  # <li>FastClipMedia:快速剪辑任务;</li>
9505
9589
  # <li>RemoveWatermarkTask:智能去除水印任务;</li>
9506
9590
  # <li> ReviewAudioVideo:音视频审核任务。</li>
9507
- # <li> ReduceMediaBitrate:降码率任务。</li>
9508
9591
  # @type TaskType: String
9509
9592
  # @param Status: 任务状态,取值:
9510
9593
  # <li>WAITING:等待中;</li>
@@ -9562,7 +9645,7 @@ module TencentCloud
9562
9645
  # @param ReviewAudioVideoTask: 音视频审核任务信息,仅当 TaskType 为 ReviewAudioVideo,该字段有值。
9563
9646
  # 注意:此字段可能返回 null,表示取不到有效值。
9564
9647
  # @type ReviewAudioVideoTask: :class:`Tencentcloud::Vod.v20180717.models.ReviewAudioVideoTask`
9565
- # @param ReduceMediaBitrateTask: 降码率任务信息,仅当 TaskType 为 ReduceMediaBitrate,该字段有值。
9648
+ # @param ReduceMediaBitrateTask: 该字段已无效。
9566
9649
  # 注意:此字段可能返回 null,表示取不到有效值。
9567
9650
  # @type ReduceMediaBitrateTask: :class:`Tencentcloud::Vod.v20180717.models.ReduceMediaBitrateTask`
9568
9651
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -10587,8 +10670,8 @@ module TencentCloud
10587
10670
  # <li>ComposeMediaComplete:制作媒体文件完成;</li>
10588
10671
  # <li>WechatMiniProgramPublishComplete:微信小程序发布完成。</li>
10589
10672
  # <li>FastClipMediaComplete:快速剪辑完成;</li>
10590
- # <li>ReviewAudioVideoComplete:音视频审核完成。</li>
10591
- # <li>ExtractTraceWatermarkComplete:提取溯源水印完成。</li>
10673
+ # <li>ReviewAudioVideoComplete:音视频审核完成;</li>
10674
+ # <li>ExtractTraceWatermarkComplete:提取溯源水印完成;</li>
10592
10675
  # <b>兼容 2017 版的事件类型:</b>
10593
10676
  # <li>TranscodeComplete:视频转码完成;</li>
10594
10677
  # <li>ConcatComplete:视频拼接完成;</li>
@@ -10650,7 +10733,7 @@ module TencentCloud
10650
10733
  # @param ReviewAudioVideoCompleteEvent: 音视频审核完成事件,当事件类型为 ReviewAudioVideoComplete 时有效。
10651
10734
  # 注意:此字段可能返回 null,表示取不到有效值。
10652
10735
  # @type ReviewAudioVideoCompleteEvent: :class:`Tencentcloud::Vod.v20180717.models.ReviewAudioVideoTask`
10653
- # @param ReduceMediaBitrateCompleteEvent: 降码率完成事件,当事件类型为 ReduceMediaBitrateComplete 时有效。
10736
+ # @param ReduceMediaBitrateCompleteEvent: 该字段已无效。
10654
10737
  # 注意:此字段可能返回 null,表示取不到有效值。
10655
10738
  # @type ReduceMediaBitrateCompleteEvent: :class:`Tencentcloud::Vod.v20180717.models.ReduceMediaBitrateTask`
10656
10739
 
@@ -13184,16 +13267,19 @@ module TencentCloud
13184
13267
  # @param Output: 转动图任务的输出。
13185
13268
  # 注意:此字段可能返回 null,表示取不到有效值。
13186
13269
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.MediaAnimatedGraphicsItem`
13270
+ # @param Progress: 转动图任务进度,取值范围 [0-100] 。
13271
+ # @type Progress: Integer
13187
13272
 
13188
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
13273
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
13189
13274
 
13190
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
13275
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
13191
13276
  @Status = status
13192
13277
  @ErrCodeExt = errcodeext
13193
13278
  @ErrCode = errcode
13194
13279
  @Message = message
13195
13280
  @Input = input
13196
13281
  @Output = output
13282
+ @Progress = progress
13197
13283
  end
13198
13284
 
13199
13285
  def deserialize(params)
@@ -13209,6 +13295,7 @@ module TencentCloud
13209
13295
  @Output = MediaAnimatedGraphicsItem.new
13210
13296
  @Output.deserialize(params['Output'])
13211
13297
  end
13298
+ @Progress = params['Progress']
13212
13299
  end
13213
13300
  end
13214
13301
 
@@ -13226,16 +13313,19 @@ module TencentCloud
13226
13313
  # @type Input: :class:`Tencentcloud::Vod.v20180717.models.CoverBySnapshotTaskInput`
13227
13314
  # @param Output: 对视频截图做封面任务的输出。
13228
13315
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.CoverBySnapshotTaskOutput`
13316
+ # @param Progress: 对视频截图做封面任务进度,取值范围 [0-100] 。
13317
+ # @type Progress: Integer
13229
13318
 
13230
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
13319
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
13231
13320
 
13232
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
13321
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
13233
13322
  @Status = status
13234
13323
  @ErrCodeExt = errcodeext
13235
13324
  @ErrCode = errcode
13236
13325
  @Message = message
13237
13326
  @Input = input
13238
13327
  @Output = output
13328
+ @Progress = progress
13239
13329
  end
13240
13330
 
13241
13331
  def deserialize(params)
@@ -13251,6 +13341,7 @@ module TencentCloud
13251
13341
  @Output = CoverBySnapshotTaskOutput.new
13252
13342
  @Output.deserialize(params['Output'])
13253
13343
  end
13344
+ @Progress = params['Progress']
13254
13345
  end
13255
13346
  end
13256
13347
 
@@ -13269,16 +13360,19 @@ module TencentCloud
13269
13360
  # @param Output: 对视频截雪碧图任务的输出。
13270
13361
  # 注意:此字段可能返回 null,表示取不到有效值。
13271
13362
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.MediaImageSpriteItem`
13363
+ # @param Progress: 对视频截雪碧图任务进度,取值范围 [0-100] 。
13364
+ # @type Progress: Integer
13272
13365
 
13273
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
13366
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
13274
13367
 
13275
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
13368
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
13276
13369
  @Status = status
13277
13370
  @ErrCodeExt = errcodeext
13278
13371
  @ErrCode = errcode
13279
13372
  @Message = message
13280
13373
  @Input = input
13281
13374
  @Output = output
13375
+ @Progress = progress
13282
13376
  end
13283
13377
 
13284
13378
  def deserialize(params)
@@ -13294,6 +13388,7 @@ module TencentCloud
13294
13388
  @Output = MediaImageSpriteItem.new
13295
13389
  @Output.deserialize(params['Output'])
13296
13390
  end
13391
+ @Progress = params['Progress']
13297
13392
  end
13298
13393
  end
13299
13394
 
@@ -13480,16 +13575,19 @@ module TencentCloud
13480
13575
  # @param Output: 对视频做采样截图任务输出。
13481
13576
  # 注意:此字段可能返回 null,表示取不到有效值。
13482
13577
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.MediaSampleSnapshotItem`
13578
+ # @param Progress: 对视频做采样截图任务进度,取值范围 [0-100] 。
13579
+ # @type Progress: Integer
13483
13580
 
13484
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
13581
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
13485
13582
 
13486
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
13583
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
13487
13584
  @Status = status
13488
13585
  @ErrCodeExt = errcodeext
13489
13586
  @ErrCode = errcode
13490
13587
  @Message = message
13491
13588
  @Input = input
13492
13589
  @Output = output
13590
+ @Progress = progress
13493
13591
  end
13494
13592
 
13495
13593
  def deserialize(params)
@@ -13505,6 +13603,7 @@ module TencentCloud
13505
13603
  @Output = MediaSampleSnapshotItem.new
13506
13604
  @Output.deserialize(params['Output'])
13507
13605
  end
13606
+ @Progress = params['Progress']
13508
13607
  end
13509
13608
  end
13510
13609
 
@@ -13523,16 +13622,19 @@ module TencentCloud
13523
13622
  # @param Output: 对视频按指定时间点截图任务输出。
13524
13623
  # 注意:此字段可能返回 null,表示取不到有效值。
13525
13624
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.MediaSnapshotByTimeOffsetItem`
13625
+ # @param Progress: 对视频按指定时间点截图任务进度,取值范围 [0-100] 。
13626
+ # @type Progress: Integer
13526
13627
 
13527
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
13628
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
13528
13629
 
13529
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
13630
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
13530
13631
  @Status = status
13531
13632
  @ErrCodeExt = errcodeext
13532
13633
  @ErrCode = errcode
13533
13634
  @Message = message
13534
13635
  @Input = input
13535
13636
  @Output = output
13637
+ @Progress = progress
13536
13638
  end
13537
13639
 
13538
13640
  def deserialize(params)
@@ -13548,6 +13650,7 @@ module TencentCloud
13548
13650
  @Output = MediaSnapshotByTimeOffsetItem.new
13549
13651
  @Output.deserialize(params['Output'])
13550
13652
  end
13653
+ @Progress = params['Progress']
13551
13654
  end
13552
13655
  end
13553
13656
 
@@ -16827,10 +16930,16 @@ module TencentCloud
16827
16930
  # @type SessionContext: String
16828
16931
  # @param SessionId: 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
16829
16932
  # @type SessionId: String
16933
+ # @param Operator: 操作者。取值范围:
16934
+ # <li>System: 表示系统触发。</li>
16935
+ # @type Operator: String
16936
+ # @param OperationType: 操作类型。取值范围:
16937
+ # <li>TSC: 表示使用极速高清进行智能降码。</li>
16938
+ # @type OperationType: String
16830
16939
 
16831
- attr_accessor :TaskId, :Status, :ErrCode, :Message, :FileId, :FileName, :FileUrl, :MetaData, :MediaProcessResultSet, :AiContentReviewResultSet, :AiAnalysisResultSet, :AiRecognitionResultSet, :TasksPriority, :TasksNotifyMode, :SessionContext, :SessionId
16940
+ attr_accessor :TaskId, :Status, :ErrCode, :Message, :FileId, :FileName, :FileUrl, :MetaData, :MediaProcessResultSet, :AiContentReviewResultSet, :AiAnalysisResultSet, :AiRecognitionResultSet, :TasksPriority, :TasksNotifyMode, :SessionContext, :SessionId, :Operator, :OperationType
16832
16941
 
16833
- def initialize(taskid=nil, status=nil, errcode=nil, message=nil, fileid=nil, filename=nil, fileurl=nil, metadata=nil, mediaprocessresultset=nil, aicontentreviewresultset=nil, aianalysisresultset=nil, airecognitionresultset=nil, taskspriority=nil, tasksnotifymode=nil, sessioncontext=nil, sessionid=nil)
16942
+ def initialize(taskid=nil, status=nil, errcode=nil, message=nil, fileid=nil, filename=nil, fileurl=nil, metadata=nil, mediaprocessresultset=nil, aicontentreviewresultset=nil, aianalysisresultset=nil, airecognitionresultset=nil, taskspriority=nil, tasksnotifymode=nil, sessioncontext=nil, sessionid=nil, operator=nil, operationtype=nil)
16834
16943
  @TaskId = taskid
16835
16944
  @Status = status
16836
16945
  @ErrCode = errcode
@@ -16847,6 +16956,8 @@ module TencentCloud
16847
16956
  @TasksNotifyMode = tasksnotifymode
16848
16957
  @SessionContext = sessioncontext
16849
16958
  @SessionId = sessionid
16959
+ @Operator = operator
16960
+ @OperationType = operationtype
16850
16961
  end
16851
16962
 
16852
16963
  def deserialize(params)
@@ -16897,6 +17008,8 @@ module TencentCloud
16897
17008
  @TasksNotifyMode = params['TasksNotifyMode']
16898
17009
  @SessionContext = params['SessionContext']
16899
17010
  @SessionId = params['SessionId']
17011
+ @Operator = params['Operator']
17012
+ @OperationType = params['OperationType']
16900
17013
  end
16901
17014
  end
16902
17015
 
@@ -17701,10 +17814,12 @@ module TencentCloud
17701
17814
  # @type SessionContext: String
17702
17815
  # @param SessionId: 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
17703
17816
  # @type SessionId: String
17817
+ # @param Progress: 转拉任务进度,取值范围 [0-100] 。
17818
+ # @type Progress: Integer
17704
17819
 
17705
- attr_accessor :TaskId, :Status, :ErrCode, :Message, :FileId, :MediaBasicInfo, :MetaData, :FileUrl, :ProcedureTaskId, :SessionContext, :SessionId
17820
+ attr_accessor :TaskId, :Status, :ErrCode, :Message, :FileId, :MediaBasicInfo, :MetaData, :FileUrl, :ProcedureTaskId, :SessionContext, :SessionId, :Progress
17706
17821
 
17707
- def initialize(taskid=nil, status=nil, errcode=nil, message=nil, fileid=nil, mediabasicinfo=nil, metadata=nil, fileurl=nil, proceduretaskid=nil, sessioncontext=nil, sessionid=nil)
17822
+ def initialize(taskid=nil, status=nil, errcode=nil, message=nil, fileid=nil, mediabasicinfo=nil, metadata=nil, fileurl=nil, proceduretaskid=nil, sessioncontext=nil, sessionid=nil, progress=nil)
17708
17823
  @TaskId = taskid
17709
17824
  @Status = status
17710
17825
  @ErrCode = errcode
@@ -17716,6 +17831,7 @@ module TencentCloud
17716
17831
  @ProcedureTaskId = proceduretaskid
17717
17832
  @SessionContext = sessioncontext
17718
17833
  @SessionId = sessionid
17834
+ @Progress = progress
17719
17835
  end
17720
17836
 
17721
17837
  def deserialize(params)
@@ -17736,6 +17852,7 @@ module TencentCloud
17736
17852
  @ProcedureTaskId = params['ProcedureTaskId']
17737
17853
  @SessionContext = params['SessionContext']
17738
17854
  @SessionId = params['SessionId']
17855
+ @Progress = params['Progress']
17739
17856
  end
17740
17857
  end
17741
17858
 
@@ -19582,10 +19699,12 @@ module TencentCloud
19582
19699
  # @type SessionContext: String
19583
19700
  # @param SessionId: 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
19584
19701
  # @type SessionId: String
19702
+ # @param Progress: 视频拆条任务进度,取值范围 [0-100] 。
19703
+ # @type Progress: Integer
19585
19704
 
19586
- attr_accessor :TaskId, :Status, :ErrCodeExt, :ErrCode, :Message, :FileInfoSet, :SessionContext, :SessionId
19705
+ attr_accessor :TaskId, :Status, :ErrCodeExt, :ErrCode, :Message, :FileInfoSet, :SessionContext, :SessionId, :Progress
19587
19706
 
19588
- def initialize(taskid=nil, status=nil, errcodeext=nil, errcode=nil, message=nil, fileinfoset=nil, sessioncontext=nil, sessionid=nil)
19707
+ def initialize(taskid=nil, status=nil, errcodeext=nil, errcode=nil, message=nil, fileinfoset=nil, sessioncontext=nil, sessionid=nil, progress=nil)
19589
19708
  @TaskId = taskid
19590
19709
  @Status = status
19591
19710
  @ErrCodeExt = errcodeext
@@ -19594,6 +19713,7 @@ module TencentCloud
19594
19713
  @FileInfoSet = fileinfoset
19595
19714
  @SessionContext = sessioncontext
19596
19715
  @SessionId = sessionid
19716
+ @Progress = progress
19597
19717
  end
19598
19718
 
19599
19719
  def deserialize(params)
@@ -19612,6 +19732,7 @@ module TencentCloud
19612
19732
  end
19613
19733
  @SessionContext = params['SessionContext']
19614
19734
  @SessionId = params['SessionId']
19735
+ @Progress = params['Progress']
19615
19736
  end
19616
19737
  end
19617
19738
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vod
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.459
4
+ version: 3.0.460
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-25 00:00:00.000000000 Z
11
+ date: 2022-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common