tencentcloud-sdk-mps 3.0.589 → 3.0.591
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190612/client.rb +216 -0
- data/lib/v20190612/models.rb +973 -527
- metadata +2 -2
data/lib/v20190612/models.rb
CHANGED
@@ -48,7 +48,7 @@ module TencentCloud
|
|
48
48
|
# @type Type: String
|
49
49
|
|
50
50
|
attr_accessor :Definition, :Name, :Comment, :ClassificationConfigure, :TagConfigure, :CoverConfigure, :FrameTagConfigure, :CreateTime, :UpdateTime, :Type
|
51
|
-
|
51
|
+
|
52
52
|
def initialize(definition=nil, name=nil, comment=nil, classificationconfigure=nil, tagconfigure=nil, coverconfigure=nil, frametagconfigure=nil, createtime=nil, updatetime=nil, type=nil)
|
53
53
|
@Definition = definition
|
54
54
|
@Name = name
|
@@ -117,7 +117,7 @@ module TencentCloud
|
|
117
117
|
# @type Type: String
|
118
118
|
|
119
119
|
attr_accessor :Definition, :Name, :Comment, :FaceConfigure, :OcrFullTextConfigure, :OcrWordsConfigure, :AsrFullTextConfigure, :AsrWordsConfigure, :CreateTime, :UpdateTime, :Type
|
120
|
-
|
120
|
+
|
121
121
|
def initialize(definition=nil, name=nil, comment=nil, faceconfigure=nil, ocrfulltextconfigure=nil, ocrwordsconfigure=nil, asrfulltextconfigure=nil, asrwordsconfigure=nil, createtime=nil, updatetime=nil, type=nil)
|
122
122
|
@Definition = definition
|
123
123
|
@Name = name
|
@@ -170,7 +170,7 @@ module TencentCloud
|
|
170
170
|
# @type Switch: String
|
171
171
|
|
172
172
|
attr_accessor :Switch
|
173
|
-
|
173
|
+
|
174
174
|
def initialize(switch=nil)
|
175
175
|
@Switch = switch
|
176
176
|
end
|
@@ -204,7 +204,7 @@ module TencentCloud
|
|
204
204
|
# @type ActivityPara: :class:`Tencentcloud::Mps.v20190612.models.ActivityPara`
|
205
205
|
|
206
206
|
attr_accessor :ActivityType, :ReardriveIndex, :ActivityPara
|
207
|
-
|
207
|
+
|
208
208
|
def initialize(activitytype=nil, reardriveindex=nil, activitypara=nil)
|
209
209
|
@ActivityType = activitytype
|
210
210
|
@ReardriveIndex = reardriveindex
|
@@ -252,7 +252,7 @@ module TencentCloud
|
|
252
252
|
# @type AiRecognitionTask: :class:`Tencentcloud::Mps.v20190612.models.AiRecognitionTaskInput`
|
253
253
|
|
254
254
|
attr_accessor :TranscodeTask, :AnimatedGraphicTask, :SnapshotByTimeOffsetTask, :SampleSnapshotTask, :ImageSpriteTask, :AdaptiveDynamicStreamingTask, :AiContentReviewTask, :AiAnalysisTask, :AiRecognitionTask
|
255
|
-
|
255
|
+
|
256
256
|
def initialize(transcodetask=nil, animatedgraphictask=nil, snapshotbytimeoffsettask=nil, samplesnapshottask=nil, imagespritetask=nil, adaptivedynamicstreamingtask=nil, aicontentreviewtask=nil, aianalysistask=nil, airecognitiontask=nil)
|
257
257
|
@TranscodeTask = transcodetask
|
258
258
|
@AnimatedGraphicTask = animatedgraphictask
|
@@ -336,7 +336,7 @@ module TencentCloud
|
|
336
336
|
# @type AnalysisTask: :class:`Tencentcloud::Mps.v20190612.models.ScheduleAnalysisTaskResult`
|
337
337
|
|
338
338
|
attr_accessor :TranscodeTask, :AnimatedGraphicTask, :SnapshotByTimeOffsetTask, :SampleSnapshotTask, :ImageSpriteTask, :AdaptiveDynamicStreamingTask, :RecognitionTask, :ReviewTask, :AnalysisTask
|
339
|
-
|
339
|
+
|
340
340
|
def initialize(transcodetask=nil, animatedgraphictask=nil, snapshotbytimeoffsettask=nil, samplesnapshottask=nil, imagespritetask=nil, adaptivedynamicstreamingtask=nil, recognitiontask=nil, reviewtask=nil, analysistask=nil)
|
341
341
|
@TranscodeTask = transcodetask
|
342
342
|
@AnimatedGraphicTask = animatedgraphictask
|
@@ -406,7 +406,7 @@ module TencentCloud
|
|
406
406
|
# @type ActivityResItem: :class:`Tencentcloud::Mps.v20190612.models.ActivityResItem`
|
407
407
|
|
408
408
|
attr_accessor :ActivityType, :ActivityResItem
|
409
|
-
|
409
|
+
|
410
410
|
def initialize(activitytype=nil, activityresitem=nil)
|
411
411
|
@ActivityType = activitytype
|
412
412
|
@ActivityResItem = activityresitem
|
@@ -433,7 +433,7 @@ module TencentCloud
|
|
433
433
|
# @type Storage: :class:`Tencentcloud::Mps.v20190612.models.TaskOutputStorage`
|
434
434
|
|
435
435
|
attr_accessor :Definition, :Package, :Path, :Storage
|
436
|
-
|
436
|
+
|
437
437
|
def initialize(definition=nil, package=nil, path=nil, storage=nil)
|
438
438
|
@Definition = definition
|
439
439
|
@Package = package
|
@@ -469,7 +469,7 @@ module TencentCloud
|
|
469
469
|
# @type SegmentObjectName: String
|
470
470
|
|
471
471
|
attr_accessor :Definition, :WatermarkSet, :OutputStorage, :OutputObjectPath, :SubStreamObjectName, :SegmentObjectName
|
472
|
-
|
472
|
+
|
473
473
|
def initialize(definition=nil, watermarkset=nil, outputstorage=nil, outputobjectpath=nil, substreamobjectname=nil, segmentobjectname=nil)
|
474
474
|
@Definition = definition
|
475
475
|
@WatermarkSet = watermarkset
|
@@ -531,7 +531,7 @@ module TencentCloud
|
|
531
531
|
# @type UpdateTime: String
|
532
532
|
|
533
533
|
attr_accessor :Definition, :Type, :Name, :Comment, :Format, :StreamInfos, :DisableHigherVideoBitrate, :DisableHigherVideoResolution, :CreateTime, :UpdateTime
|
534
|
-
|
534
|
+
|
535
535
|
def initialize(definition=nil, type=nil, name=nil, comment=nil, format=nil, streaminfos=nil, disablehighervideobitrate=nil, disablehighervideoresolution=nil, createtime=nil, updatetime=nil)
|
536
536
|
@Definition = definition
|
537
537
|
@Type = type
|
@@ -582,7 +582,7 @@ module TencentCloud
|
|
582
582
|
# @type RemoveVideo: Integer
|
583
583
|
|
584
584
|
attr_accessor :Video, :Audio, :RemoveAudio, :RemoveVideo
|
585
|
-
|
585
|
+
|
586
586
|
def initialize(video=nil, audio=nil, removeaudio=nil, removevideo=nil)
|
587
587
|
@Video = video
|
588
588
|
@Audio = audio
|
@@ -630,7 +630,7 @@ module TencentCloud
|
|
630
630
|
# @type HighlightTask: :class:`Tencentcloud::Mps.v20190612.models.AiAnalysisTaskHighlightResult`
|
631
631
|
|
632
632
|
attr_accessor :Type, :ClassificationTask, :CoverTask, :TagTask, :FrameTagTask, :HighlightTask
|
633
|
-
|
633
|
+
|
634
634
|
def initialize(type=nil, classificationtask=nil, covertask=nil, tagtask=nil, frametagtask=nil, highlighttask=nil)
|
635
635
|
@Type = type
|
636
636
|
@ClassificationTask = classificationtask
|
@@ -671,7 +671,7 @@ module TencentCloud
|
|
671
671
|
# @type Definition: Integer
|
672
672
|
|
673
673
|
attr_accessor :Definition
|
674
|
-
|
674
|
+
|
675
675
|
def initialize(definition=nil)
|
676
676
|
@Definition = definition
|
677
677
|
end
|
@@ -687,7 +687,7 @@ module TencentCloud
|
|
687
687
|
# @type ClassificationSet: Array
|
688
688
|
|
689
689
|
attr_accessor :ClassificationSet
|
690
|
-
|
690
|
+
|
691
691
|
def initialize(classificationset=nil)
|
692
692
|
@ClassificationSet = classificationset
|
693
693
|
end
|
@@ -721,7 +721,7 @@ module TencentCloud
|
|
721
721
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiAnalysisTaskClassificationOutput`
|
722
722
|
|
723
723
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
724
|
-
|
724
|
+
|
725
725
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
726
726
|
@Status = status
|
727
727
|
@ErrCodeExt = errcodeext
|
@@ -753,7 +753,7 @@ module TencentCloud
|
|
753
753
|
# @type Definition: Integer
|
754
754
|
|
755
755
|
attr_accessor :Definition
|
756
|
-
|
756
|
+
|
757
757
|
def initialize(definition=nil)
|
758
758
|
@Definition = definition
|
759
759
|
end
|
@@ -771,7 +771,7 @@ module TencentCloud
|
|
771
771
|
# @type OutputStorage: :class:`Tencentcloud::Mps.v20190612.models.TaskOutputStorage`
|
772
772
|
|
773
773
|
attr_accessor :CoverSet, :OutputStorage
|
774
|
-
|
774
|
+
|
775
775
|
def initialize(coverset=nil, outputstorage=nil)
|
776
776
|
@CoverSet = coverset
|
777
777
|
@OutputStorage = outputstorage
|
@@ -810,7 +810,7 @@ module TencentCloud
|
|
810
810
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiAnalysisTaskCoverOutput`
|
811
811
|
|
812
812
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
813
|
-
|
813
|
+
|
814
814
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
815
815
|
@Status = status
|
816
816
|
@ErrCodeExt = errcodeext
|
@@ -842,7 +842,7 @@ module TencentCloud
|
|
842
842
|
# @type Definition: Integer
|
843
843
|
|
844
844
|
attr_accessor :Definition
|
845
|
-
|
845
|
+
|
846
846
|
def initialize(definition=nil)
|
847
847
|
@Definition = definition
|
848
848
|
end
|
@@ -858,7 +858,7 @@ module TencentCloud
|
|
858
858
|
# @type SegmentSet: Array
|
859
859
|
|
860
860
|
attr_accessor :SegmentSet
|
861
|
-
|
861
|
+
|
862
862
|
def initialize(segmentset=nil)
|
863
863
|
@SegmentSet = segmentset
|
864
864
|
end
|
@@ -892,7 +892,7 @@ module TencentCloud
|
|
892
892
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiAnalysisTaskFrameTagOutput`
|
893
893
|
|
894
894
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
895
|
-
|
895
|
+
|
896
896
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
897
897
|
@Status = status
|
898
898
|
@ErrCodeExt = errcodeext
|
@@ -924,7 +924,7 @@ module TencentCloud
|
|
924
924
|
# @type Definition: Integer
|
925
925
|
|
926
926
|
attr_accessor :Definition
|
927
|
-
|
927
|
+
|
928
928
|
def initialize(definition=nil)
|
929
929
|
@Definition = definition
|
930
930
|
end
|
@@ -942,7 +942,7 @@ module TencentCloud
|
|
942
942
|
# @type OutputStorage: :class:`Tencentcloud::Mps.v20190612.models.TaskOutputStorage`
|
943
943
|
|
944
944
|
attr_accessor :HighlightSet, :OutputStorage
|
945
|
-
|
945
|
+
|
946
946
|
def initialize(highlightset=nil, outputstorage=nil)
|
947
947
|
@HighlightSet = highlightset
|
948
948
|
@OutputStorage = outputstorage
|
@@ -979,7 +979,7 @@ module TencentCloud
|
|
979
979
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiAnalysisTaskHighlightOutput`
|
980
980
|
|
981
981
|
attr_accessor :Status, :ErrCode, :Message, :Input, :Output
|
982
|
-
|
982
|
+
|
983
983
|
def initialize(status=nil, errcode=nil, message=nil, input=nil, output=nil)
|
984
984
|
@Status = status
|
985
985
|
@ErrCode = errcode
|
@@ -1013,7 +1013,7 @@ module TencentCloud
|
|
1013
1013
|
# @type ExtendedParameter: String
|
1014
1014
|
|
1015
1015
|
attr_accessor :Definition, :ExtendedParameter
|
1016
|
-
|
1016
|
+
|
1017
1017
|
def initialize(definition=nil, extendedparameter=nil)
|
1018
1018
|
@Definition = definition
|
1019
1019
|
@ExtendedParameter = extendedparameter
|
@@ -1031,7 +1031,7 @@ module TencentCloud
|
|
1031
1031
|
# @type Definition: Integer
|
1032
1032
|
|
1033
1033
|
attr_accessor :Definition
|
1034
|
-
|
1034
|
+
|
1035
1035
|
def initialize(definition=nil)
|
1036
1036
|
@Definition = definition
|
1037
1037
|
end
|
@@ -1047,7 +1047,7 @@ module TencentCloud
|
|
1047
1047
|
# @type TagSet: Array
|
1048
1048
|
|
1049
1049
|
attr_accessor :TagSet
|
1050
|
-
|
1050
|
+
|
1051
1051
|
def initialize(tagset=nil)
|
1052
1052
|
@TagSet = tagset
|
1053
1053
|
end
|
@@ -1081,7 +1081,7 @@ module TencentCloud
|
|
1081
1081
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiAnalysisTaskTagOutput`
|
1082
1082
|
|
1083
1083
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
1084
|
-
|
1084
|
+
|
1085
1085
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
1086
1086
|
@Status = status
|
1087
1087
|
@ErrCodeExt = errcodeext
|
@@ -1157,7 +1157,7 @@ module TencentCloud
|
|
1157
1157
|
# @type ProhibitedOcrTask: :class:`Tencentcloud::Mps.v20190612.models.AiReviewTaskProhibitedOcrResult`
|
1158
1158
|
|
1159
1159
|
attr_accessor :Type, :SampleRate, :Duration, :PornTask, :TerrorismTask, :PoliticalTask, :PornAsrTask, :PornOcrTask, :PoliticalAsrTask, :PoliticalOcrTask, :TerrorismOcrTask, :ProhibitedAsrTask, :ProhibitedOcrTask
|
1160
|
-
|
1160
|
+
|
1161
1161
|
def initialize(type=nil, samplerate=nil, duration=nil, porntask=nil, terrorismtask=nil, politicaltask=nil, pornasrtask=nil, pornocrtask=nil, politicalasrtask=nil, politicalocrtask=nil, terrorismocrtask=nil, prohibitedasrtask=nil, prohibitedocrtask=nil)
|
1162
1162
|
@Type = type
|
1163
1163
|
@SampleRate = samplerate
|
@@ -1227,7 +1227,7 @@ module TencentCloud
|
|
1227
1227
|
# @type Definition: Integer
|
1228
1228
|
|
1229
1229
|
attr_accessor :Definition
|
1230
|
-
|
1230
|
+
|
1231
1231
|
def initialize(definition=nil)
|
1232
1232
|
@Definition = definition
|
1233
1233
|
end
|
@@ -1247,7 +1247,7 @@ module TencentCloud
|
|
1247
1247
|
# @type ChannelExtPara: String
|
1248
1248
|
|
1249
1249
|
attr_accessor :Definition, :ChannelExtPara
|
1250
|
-
|
1250
|
+
|
1251
1251
|
def initialize(definition=nil, channelextpara=nil)
|
1252
1252
|
@Definition = definition
|
1253
1253
|
@ChannelExtPara = channelextpara
|
@@ -1296,7 +1296,7 @@ module TencentCloud
|
|
1296
1296
|
# @type TransTextTask: :class:`Tencentcloud::Mps.v20190612.models.AiRecognitionTaskTransTextResult`
|
1297
1297
|
|
1298
1298
|
attr_accessor :Type, :FaceTask, :AsrWordsTask, :AsrFullTextTask, :OcrWordsTask, :OcrFullTextTask, :TransTextTask
|
1299
|
-
|
1299
|
+
|
1300
1300
|
def initialize(type=nil, facetask=nil, asrwordstask=nil, asrfulltexttask=nil, ocrwordstask=nil, ocrfulltexttask=nil, transtexttask=nil)
|
1301
1301
|
@Type = type
|
1302
1302
|
@FaceTask = facetask
|
@@ -1353,7 +1353,7 @@ module TencentCloud
|
|
1353
1353
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiRecognitionTaskAsrFullTextResultOutput`
|
1354
1354
|
|
1355
1355
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
1356
|
-
|
1356
|
+
|
1357
1357
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
1358
1358
|
@Status = status
|
1359
1359
|
@ErrCodeExt = errcodeext
|
@@ -1385,7 +1385,7 @@ module TencentCloud
|
|
1385
1385
|
# @type Definition: Integer
|
1386
1386
|
|
1387
1387
|
attr_accessor :Definition
|
1388
|
-
|
1388
|
+
|
1389
1389
|
def initialize(definition=nil)
|
1390
1390
|
@Definition = definition
|
1391
1391
|
end
|
@@ -1405,7 +1405,7 @@ module TencentCloud
|
|
1405
1405
|
# @type OutputStorage: :class:`Tencentcloud::Mps.v20190612.models.TaskOutputStorage`
|
1406
1406
|
|
1407
1407
|
attr_accessor :SegmentSet, :SubtitlePath, :OutputStorage
|
1408
|
-
|
1408
|
+
|
1409
1409
|
def initialize(segmentset=nil, subtitlepath=nil, outputstorage=nil)
|
1410
1410
|
@SegmentSet = segmentset
|
1411
1411
|
@SubtitlePath = subtitlepath
|
@@ -1441,7 +1441,7 @@ module TencentCloud
|
|
1441
1441
|
# @type Text: String
|
1442
1442
|
|
1443
1443
|
attr_accessor :Confidence, :StartTimeOffset, :EndTimeOffset, :Text
|
1444
|
-
|
1444
|
+
|
1445
1445
|
def initialize(confidence=nil, starttimeoffset=nil, endtimeoffset=nil, text=nil)
|
1446
1446
|
@Confidence = confidence
|
1447
1447
|
@StartTimeOffset = starttimeoffset
|
@@ -1474,7 +1474,7 @@ module TencentCloud
|
|
1474
1474
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiRecognitionTaskAsrWordsResultOutput`
|
1475
1475
|
|
1476
1476
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
1477
|
-
|
1477
|
+
|
1478
1478
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
1479
1479
|
@Status = status
|
1480
1480
|
@ErrCodeExt = errcodeext
|
@@ -1506,7 +1506,7 @@ module TencentCloud
|
|
1506
1506
|
# @type Definition: Integer
|
1507
1507
|
|
1508
1508
|
attr_accessor :Definition
|
1509
|
-
|
1509
|
+
|
1510
1510
|
def initialize(definition=nil)
|
1511
1511
|
@Definition = definition
|
1512
1512
|
end
|
@@ -1524,7 +1524,7 @@ module TencentCloud
|
|
1524
1524
|
# @type SegmentSet: Array
|
1525
1525
|
|
1526
1526
|
attr_accessor :Word, :SegmentSet
|
1527
|
-
|
1527
|
+
|
1528
1528
|
def initialize(word=nil, segmentset=nil)
|
1529
1529
|
@Word = word
|
1530
1530
|
@SegmentSet = segmentset
|
@@ -1549,7 +1549,7 @@ module TencentCloud
|
|
1549
1549
|
# @type ResultSet: Array
|
1550
1550
|
|
1551
1551
|
attr_accessor :ResultSet
|
1552
|
-
|
1552
|
+
|
1553
1553
|
def initialize(resultset=nil)
|
1554
1554
|
@ResultSet = resultset
|
1555
1555
|
end
|
@@ -1576,7 +1576,7 @@ module TencentCloud
|
|
1576
1576
|
# @type Confidence: Float
|
1577
1577
|
|
1578
1578
|
attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence
|
1579
|
-
|
1579
|
+
|
1580
1580
|
def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil)
|
1581
1581
|
@StartTimeOffset = starttimeoffset
|
1582
1582
|
@EndTimeOffset = endtimeoffset
|
@@ -1607,7 +1607,7 @@ module TencentCloud
|
|
1607
1607
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiRecognitionTaskFaceResultOutput`
|
1608
1608
|
|
1609
1609
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
1610
|
-
|
1610
|
+
|
1611
1611
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
1612
1612
|
@Status = status
|
1613
1613
|
@ErrCodeExt = errcodeext
|
@@ -1639,7 +1639,7 @@ module TencentCloud
|
|
1639
1639
|
# @type Definition: Integer
|
1640
1640
|
|
1641
1641
|
attr_accessor :Definition
|
1642
|
-
|
1642
|
+
|
1643
1643
|
def initialize(definition=nil)
|
1644
1644
|
@Definition = definition
|
1645
1645
|
end
|
@@ -1696,7 +1696,7 @@ module TencentCloud
|
|
1696
1696
|
# @type Url: String
|
1697
1697
|
|
1698
1698
|
attr_accessor :Id, :Type, :Name, :SegmentSet, :Gender, :Birthday, :Profession, :SchoolOfGraduation, :Abstract, :PlaceOfBirth, :PersonType, :Remark, :Url
|
1699
|
-
|
1699
|
+
|
1700
1700
|
def initialize(id=nil, type=nil, name=nil, segmentset=nil, gender=nil, birthday=nil, profession=nil, schoolofgraduation=nil, abstract=nil, placeofbirth=nil, persontype=nil, remark=nil, url=nil)
|
1701
1701
|
@Id = id
|
1702
1702
|
@Type = type
|
@@ -1743,7 +1743,7 @@ module TencentCloud
|
|
1743
1743
|
# @type ResultSet: Array
|
1744
1744
|
|
1745
1745
|
attr_accessor :ResultSet
|
1746
|
-
|
1746
|
+
|
1747
1747
|
def initialize(resultset=nil)
|
1748
1748
|
@ResultSet = resultset
|
1749
1749
|
end
|
@@ -1772,7 +1772,7 @@ module TencentCloud
|
|
1772
1772
|
# @type AreaCoordSet: Array
|
1773
1773
|
|
1774
1774
|
attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :AreaCoordSet
|
1775
|
-
|
1775
|
+
|
1776
1776
|
def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, areacoordset=nil)
|
1777
1777
|
@StartTimeOffset = starttimeoffset
|
1778
1778
|
@EndTimeOffset = endtimeoffset
|
@@ -1794,7 +1794,7 @@ module TencentCloud
|
|
1794
1794
|
# @type Definition: Integer
|
1795
1795
|
|
1796
1796
|
attr_accessor :Definition
|
1797
|
-
|
1797
|
+
|
1798
1798
|
def initialize(definition=nil)
|
1799
1799
|
@Definition = definition
|
1800
1800
|
end
|
@@ -1821,7 +1821,7 @@ module TencentCloud
|
|
1821
1821
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiRecognitionTaskOcrFullTextResultOutput`
|
1822
1822
|
|
1823
1823
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
1824
|
-
|
1824
|
+
|
1825
1825
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
1826
1826
|
@Status = status
|
1827
1827
|
@ErrCodeExt = errcodeext
|
@@ -1853,7 +1853,7 @@ module TencentCloud
|
|
1853
1853
|
# @type Definition: Integer
|
1854
1854
|
|
1855
1855
|
attr_accessor :Definition
|
1856
|
-
|
1856
|
+
|
1857
1857
|
def initialize(definition=nil)
|
1858
1858
|
@Definition = definition
|
1859
1859
|
end
|
@@ -1869,7 +1869,7 @@ module TencentCloud
|
|
1869
1869
|
# @type SegmentSet: Array
|
1870
1870
|
|
1871
1871
|
attr_accessor :SegmentSet
|
1872
|
-
|
1872
|
+
|
1873
1873
|
def initialize(segmentset=nil)
|
1874
1874
|
@SegmentSet = segmentset
|
1875
1875
|
end
|
@@ -1896,7 +1896,7 @@ module TencentCloud
|
|
1896
1896
|
# @type TextSet: Array
|
1897
1897
|
|
1898
1898
|
attr_accessor :StartTimeOffset, :EndTimeOffset, :TextSet
|
1899
|
-
|
1899
|
+
|
1900
1900
|
def initialize(starttimeoffset=nil, endtimeoffset=nil, textset=nil)
|
1901
1901
|
@StartTimeOffset = starttimeoffset
|
1902
1902
|
@EndTimeOffset = endtimeoffset
|
@@ -1927,7 +1927,7 @@ module TencentCloud
|
|
1927
1927
|
# @type Text: String
|
1928
1928
|
|
1929
1929
|
attr_accessor :Confidence, :AreaCoordSet, :Text
|
1930
|
-
|
1930
|
+
|
1931
1931
|
def initialize(confidence=nil, areacoordset=nil, text=nil)
|
1932
1932
|
@Confidence = confidence
|
1933
1933
|
@AreaCoordSet = areacoordset
|
@@ -1958,7 +1958,7 @@ module TencentCloud
|
|
1958
1958
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiRecognitionTaskOcrWordsResultOutput`
|
1959
1959
|
|
1960
1960
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
1961
|
-
|
1961
|
+
|
1962
1962
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
1963
1963
|
@Status = status
|
1964
1964
|
@ErrCodeExt = errcodeext
|
@@ -1990,7 +1990,7 @@ module TencentCloud
|
|
1990
1990
|
# @type Definition: Integer
|
1991
1991
|
|
1992
1992
|
attr_accessor :Definition
|
1993
|
-
|
1993
|
+
|
1994
1994
|
def initialize(definition=nil)
|
1995
1995
|
@Definition = definition
|
1996
1996
|
end
|
@@ -2008,7 +2008,7 @@ module TencentCloud
|
|
2008
2008
|
# @type SegmentSet: Array
|
2009
2009
|
|
2010
2010
|
attr_accessor :Word, :SegmentSet
|
2011
|
-
|
2011
|
+
|
2012
2012
|
def initialize(word=nil, segmentset=nil)
|
2013
2013
|
@Word = word
|
2014
2014
|
@SegmentSet = segmentset
|
@@ -2033,7 +2033,7 @@ module TencentCloud
|
|
2033
2033
|
# @type ResultSet: Array
|
2034
2034
|
|
2035
2035
|
attr_accessor :ResultSet
|
2036
|
-
|
2036
|
+
|
2037
2037
|
def initialize(resultset=nil)
|
2038
2038
|
@ResultSet = resultset
|
2039
2039
|
end
|
@@ -2062,7 +2062,7 @@ module TencentCloud
|
|
2062
2062
|
# @type AreaCoordSet: Array
|
2063
2063
|
|
2064
2064
|
attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :AreaCoordSet
|
2065
|
-
|
2065
|
+
|
2066
2066
|
def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, areacoordset=nil)
|
2067
2067
|
@StartTimeOffset = starttimeoffset
|
2068
2068
|
@EndTimeOffset = endtimeoffset
|
@@ -2095,7 +2095,7 @@ module TencentCloud
|
|
2095
2095
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiRecognitionTaskTransTextResultOutput`
|
2096
2096
|
|
2097
2097
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
2098
|
-
|
2098
|
+
|
2099
2099
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
2100
2100
|
@Status = status
|
2101
2101
|
@ErrCodeExt = errcodeext
|
@@ -2127,7 +2127,7 @@ module TencentCloud
|
|
2127
2127
|
# @type Definition: Integer
|
2128
2128
|
|
2129
2129
|
attr_accessor :Definition
|
2130
|
-
|
2130
|
+
|
2131
2131
|
def initialize(definition=nil)
|
2132
2132
|
@Definition = definition
|
2133
2133
|
end
|
@@ -2147,7 +2147,7 @@ module TencentCloud
|
|
2147
2147
|
# @type OutputStorage: :class:`Tencentcloud::Mps.v20190612.models.TaskOutputStorage`
|
2148
2148
|
|
2149
2149
|
attr_accessor :SegmentSet, :SubtitlePath, :OutputStorage
|
2150
|
-
|
2150
|
+
|
2151
2151
|
def initialize(segmentset=nil, subtitlepath=nil, outputstorage=nil)
|
2152
2152
|
@SegmentSet = segmentset
|
2153
2153
|
@SubtitlePath = subtitlepath
|
@@ -2185,7 +2185,7 @@ module TencentCloud
|
|
2185
2185
|
# @type Trans: String
|
2186
2186
|
|
2187
2187
|
attr_accessor :Confidence, :StartTimeOffset, :EndTimeOffset, :Text, :Trans
|
2188
|
-
|
2188
|
+
|
2189
2189
|
def initialize(confidence=nil, starttimeoffset=nil, endtimeoffset=nil, text=nil, trans=nil)
|
2190
2190
|
@Confidence = confidence
|
2191
2191
|
@StartTimeOffset = starttimeoffset
|
@@ -2209,7 +2209,7 @@ module TencentCloud
|
|
2209
2209
|
# @type Definition: Integer
|
2210
2210
|
|
2211
2211
|
attr_accessor :Definition
|
2212
|
-
|
2212
|
+
|
2213
2213
|
def initialize(definition=nil)
|
2214
2214
|
@Definition = definition
|
2215
2215
|
end
|
@@ -2232,7 +2232,7 @@ module TencentCloud
|
|
2232
2232
|
# @type SegmentSet: Array
|
2233
2233
|
|
2234
2234
|
attr_accessor :Confidence, :Suggestion, :SegmentSet
|
2235
|
-
|
2235
|
+
|
2236
2236
|
def initialize(confidence=nil, suggestion=nil, segmentset=nil)
|
2237
2237
|
@Confidence = confidence
|
2238
2238
|
@Suggestion = suggestion
|
@@ -2259,7 +2259,7 @@ module TencentCloud
|
|
2259
2259
|
# @type Definition: Integer
|
2260
2260
|
|
2261
2261
|
attr_accessor :Definition
|
2262
|
-
|
2262
|
+
|
2263
2263
|
def initialize(definition=nil)
|
2264
2264
|
@Definition = definition
|
2265
2265
|
end
|
@@ -2282,7 +2282,7 @@ module TencentCloud
|
|
2282
2282
|
# @type SegmentSet: Array
|
2283
2283
|
|
2284
2284
|
attr_accessor :Confidence, :Suggestion, :SegmentSet
|
2285
|
-
|
2285
|
+
|
2286
2286
|
def initialize(confidence=nil, suggestion=nil, segmentset=nil)
|
2287
2287
|
@Confidence = confidence
|
2288
2288
|
@Suggestion = suggestion
|
@@ -2309,7 +2309,7 @@ module TencentCloud
|
|
2309
2309
|
# @type Definition: Integer
|
2310
2310
|
|
2311
2311
|
attr_accessor :Definition
|
2312
|
-
|
2312
|
+
|
2313
2313
|
def initialize(definition=nil)
|
2314
2314
|
@Definition = definition
|
2315
2315
|
end
|
@@ -2338,7 +2338,7 @@ module TencentCloud
|
|
2338
2338
|
# @type SegmentSet: Array
|
2339
2339
|
|
2340
2340
|
attr_accessor :Confidence, :Suggestion, :Label, :SegmentSet
|
2341
|
-
|
2341
|
+
|
2342
2342
|
def initialize(confidence=nil, suggestion=nil, label=nil, segmentset=nil)
|
2343
2343
|
@Confidence = confidence
|
2344
2344
|
@Suggestion = suggestion
|
@@ -2367,7 +2367,7 @@ module TencentCloud
|
|
2367
2367
|
# @type Definition: Integer
|
2368
2368
|
|
2369
2369
|
attr_accessor :Definition
|
2370
|
-
|
2370
|
+
|
2371
2371
|
def initialize(definition=nil)
|
2372
2372
|
@Definition = definition
|
2373
2373
|
end
|
@@ -2390,7 +2390,7 @@ module TencentCloud
|
|
2390
2390
|
# @type SegmentSet: Array
|
2391
2391
|
|
2392
2392
|
attr_accessor :Confidence, :Suggestion, :SegmentSet
|
2393
|
-
|
2393
|
+
|
2394
2394
|
def initialize(confidence=nil, suggestion=nil, segmentset=nil)
|
2395
2395
|
@Confidence = confidence
|
2396
2396
|
@Suggestion = suggestion
|
@@ -2417,7 +2417,7 @@ module TencentCloud
|
|
2417
2417
|
# @type Definition: Integer
|
2418
2418
|
|
2419
2419
|
attr_accessor :Definition
|
2420
|
-
|
2420
|
+
|
2421
2421
|
def initialize(definition=nil)
|
2422
2422
|
@Definition = definition
|
2423
2423
|
end
|
@@ -2440,7 +2440,7 @@ module TencentCloud
|
|
2440
2440
|
# @type SegmentSet: Array
|
2441
2441
|
|
2442
2442
|
attr_accessor :Confidence, :Suggestion, :SegmentSet
|
2443
|
-
|
2443
|
+
|
2444
2444
|
def initialize(confidence=nil, suggestion=nil, segmentset=nil)
|
2445
2445
|
@Confidence = confidence
|
2446
2446
|
@Suggestion = suggestion
|
@@ -2467,7 +2467,7 @@ module TencentCloud
|
|
2467
2467
|
# @type Definition: Integer
|
2468
2468
|
|
2469
2469
|
attr_accessor :Definition
|
2470
|
-
|
2470
|
+
|
2471
2471
|
def initialize(definition=nil)
|
2472
2472
|
@Definition = definition
|
2473
2473
|
end
|
@@ -2496,7 +2496,7 @@ module TencentCloud
|
|
2496
2496
|
# @type SegmentSet: Array
|
2497
2497
|
|
2498
2498
|
attr_accessor :Confidence, :Suggestion, :Label, :SegmentSet
|
2499
|
-
|
2499
|
+
|
2500
2500
|
def initialize(confidence=nil, suggestion=nil, label=nil, segmentset=nil)
|
2501
2501
|
@Confidence = confidence
|
2502
2502
|
@Suggestion = suggestion
|
@@ -2525,7 +2525,7 @@ module TencentCloud
|
|
2525
2525
|
# @type Definition: Integer
|
2526
2526
|
|
2527
2527
|
attr_accessor :Definition
|
2528
|
-
|
2528
|
+
|
2529
2529
|
def initialize(definition=nil)
|
2530
2530
|
@Definition = definition
|
2531
2531
|
end
|
@@ -2548,7 +2548,7 @@ module TencentCloud
|
|
2548
2548
|
# @type SegmentSet: Array
|
2549
2549
|
|
2550
2550
|
attr_accessor :Confidence, :Suggestion, :SegmentSet
|
2551
|
-
|
2551
|
+
|
2552
2552
|
def initialize(confidence=nil, suggestion=nil, segmentset=nil)
|
2553
2553
|
@Confidence = confidence
|
2554
2554
|
@Suggestion = suggestion
|
@@ -2575,7 +2575,7 @@ module TencentCloud
|
|
2575
2575
|
# @type Definition: Integer
|
2576
2576
|
|
2577
2577
|
attr_accessor :Definition
|
2578
|
-
|
2578
|
+
|
2579
2579
|
def initialize(definition=nil)
|
2580
2580
|
@Definition = definition
|
2581
2581
|
end
|
@@ -2598,7 +2598,7 @@ module TencentCloud
|
|
2598
2598
|
# @type SegmentSet: Array
|
2599
2599
|
|
2600
2600
|
attr_accessor :Confidence, :Suggestion, :SegmentSet
|
2601
|
-
|
2601
|
+
|
2602
2602
|
def initialize(confidence=nil, suggestion=nil, segmentset=nil)
|
2603
2603
|
@Confidence = confidence
|
2604
2604
|
@Suggestion = suggestion
|
@@ -2636,7 +2636,7 @@ module TencentCloud
|
|
2636
2636
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiReviewPoliticalAsrTaskOutput`
|
2637
2637
|
|
2638
2638
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
2639
|
-
|
2639
|
+
|
2640
2640
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
2641
2641
|
@Status = status
|
2642
2642
|
@ErrCodeExt = errcodeext
|
@@ -2679,7 +2679,7 @@ module TencentCloud
|
|
2679
2679
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiReviewPoliticalOcrTaskOutput`
|
2680
2680
|
|
2681
2681
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
2682
|
-
|
2682
|
+
|
2683
2683
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
2684
2684
|
@Status = status
|
2685
2685
|
@ErrCodeExt = errcodeext
|
@@ -2722,7 +2722,7 @@ module TencentCloud
|
|
2722
2722
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiReviewPoliticalTaskOutput`
|
2723
2723
|
|
2724
2724
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
2725
|
-
|
2725
|
+
|
2726
2726
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
2727
2727
|
@Status = status
|
2728
2728
|
@ErrCodeExt = errcodeext
|
@@ -2765,7 +2765,7 @@ module TencentCloud
|
|
2765
2765
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiReviewPornAsrTaskOutput`
|
2766
2766
|
|
2767
2767
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
2768
|
-
|
2768
|
+
|
2769
2769
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
2770
2770
|
@Status = status
|
2771
2771
|
@ErrCodeExt = errcodeext
|
@@ -2808,7 +2808,7 @@ module TencentCloud
|
|
2808
2808
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiReviewPornOcrTaskOutput`
|
2809
2809
|
|
2810
2810
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
2811
|
-
|
2811
|
+
|
2812
2812
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
2813
2813
|
@Status = status
|
2814
2814
|
@ErrCodeExt = errcodeext
|
@@ -2851,7 +2851,7 @@ module TencentCloud
|
|
2851
2851
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiReviewPornTaskOutput`
|
2852
2852
|
|
2853
2853
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
2854
|
-
|
2854
|
+
|
2855
2855
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
2856
2856
|
@Status = status
|
2857
2857
|
@ErrCodeExt = errcodeext
|
@@ -2894,7 +2894,7 @@ module TencentCloud
|
|
2894
2894
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiReviewProhibitedAsrTaskOutput`
|
2895
2895
|
|
2896
2896
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
2897
|
-
|
2897
|
+
|
2898
2898
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
2899
2899
|
@Status = status
|
2900
2900
|
@ErrCodeExt = errcodeext
|
@@ -2937,7 +2937,7 @@ module TencentCloud
|
|
2937
2937
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiReviewProhibitedOcrTaskOutput`
|
2938
2938
|
|
2939
2939
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
2940
|
-
|
2940
|
+
|
2941
2941
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
2942
2942
|
@Status = status
|
2943
2943
|
@ErrCodeExt = errcodeext
|
@@ -2980,7 +2980,7 @@ module TencentCloud
|
|
2980
2980
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiReviewTerrorismOcrTaskOutput`
|
2981
2981
|
|
2982
2982
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
2983
|
-
|
2983
|
+
|
2984
2984
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
2985
2985
|
@Status = status
|
2986
2986
|
@ErrCodeExt = errcodeext
|
@@ -3023,7 +3023,7 @@ module TencentCloud
|
|
3023
3023
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiReviewTerrorismTaskOutput`
|
3024
3024
|
|
3025
3025
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
3026
|
-
|
3026
|
+
|
3027
3027
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
3028
3028
|
@Status = status
|
3029
3029
|
@ErrCodeExt = errcodeext
|
@@ -3055,7 +3055,7 @@ module TencentCloud
|
|
3055
3055
|
# @type Definition: Integer
|
3056
3056
|
|
3057
3057
|
attr_accessor :Definition
|
3058
|
-
|
3058
|
+
|
3059
3059
|
def initialize(definition=nil)
|
3060
3060
|
@Definition = definition
|
3061
3061
|
end
|
@@ -3078,7 +3078,7 @@ module TencentCloud
|
|
3078
3078
|
# @type SegmentSet: Array
|
3079
3079
|
|
3080
3080
|
attr_accessor :Confidence, :Suggestion, :SegmentSet
|
3081
|
-
|
3081
|
+
|
3082
3082
|
def initialize(confidence=nil, suggestion=nil, segmentset=nil)
|
3083
3083
|
@Confidence = confidence
|
3084
3084
|
@Suggestion = suggestion
|
@@ -3105,7 +3105,7 @@ module TencentCloud
|
|
3105
3105
|
# @type Definition: Integer
|
3106
3106
|
|
3107
3107
|
attr_accessor :Definition
|
3108
|
-
|
3108
|
+
|
3109
3109
|
def initialize(definition=nil)
|
3110
3110
|
@Definition = definition
|
3111
3111
|
end
|
@@ -3139,7 +3139,7 @@ module TencentCloud
|
|
3139
3139
|
# @type SegmentSet: Array
|
3140
3140
|
|
3141
3141
|
attr_accessor :Confidence, :Suggestion, :Label, :SegmentSet
|
3142
|
-
|
3142
|
+
|
3143
3143
|
def initialize(confidence=nil, suggestion=nil, label=nil, segmentset=nil)
|
3144
3144
|
@Confidence = confidence
|
3145
3145
|
@Suggestion = suggestion
|
@@ -3170,7 +3170,7 @@ module TencentCloud
|
|
3170
3170
|
# @type Url: String
|
3171
3171
|
|
3172
3172
|
attr_accessor :FaceId, :Url
|
3173
|
-
|
3173
|
+
|
3174
3174
|
def initialize(faceid=nil, url=nil)
|
3175
3175
|
@FaceId = faceid
|
3176
3176
|
@Url = url
|
@@ -3195,7 +3195,7 @@ module TencentCloud
|
|
3195
3195
|
# @type FaceContents: Array
|
3196
3196
|
|
3197
3197
|
attr_accessor :Type, :FaceIds, :FaceContents
|
3198
|
-
|
3198
|
+
|
3199
3199
|
def initialize(type=nil, faceids=nil, facecontents=nil)
|
3200
3200
|
@Type = type
|
3201
3201
|
@FaceIds = faceids
|
@@ -3221,7 +3221,7 @@ module TencentCloud
|
|
3221
3221
|
# @type Message: String
|
3222
3222
|
|
3223
3223
|
attr_accessor :Index, :ErrCode, :Message
|
3224
|
-
|
3224
|
+
|
3225
3225
|
def initialize(index=nil, errcode=nil, message=nil)
|
3226
3226
|
@Index = index
|
3227
3227
|
@ErrCode = errcode
|
@@ -3255,7 +3255,7 @@ module TencentCloud
|
|
3255
3255
|
# @type UpdateTime: String
|
3256
3256
|
|
3257
3257
|
attr_accessor :PersonId, :Name, :Description, :FaceInfoSet, :TagSet, :UsageSet, :CreateTime, :UpdateTime
|
3258
|
-
|
3258
|
+
|
3259
3259
|
def initialize(personid=nil, name=nil, description=nil, faceinfoset=nil, tagset=nil, usageset=nil, createtime=nil, updatetime=nil)
|
3260
3260
|
@PersonId = personid
|
3261
3261
|
@Name = name
|
@@ -3294,7 +3294,7 @@ module TencentCloud
|
|
3294
3294
|
# @type Tags: Array
|
3295
3295
|
|
3296
3296
|
attr_accessor :Type, :Tags
|
3297
|
-
|
3297
|
+
|
3298
3298
|
def initialize(type=nil, tags=nil)
|
3299
3299
|
@Type = type
|
3300
3300
|
@Tags = tags
|
@@ -3320,7 +3320,7 @@ module TencentCloud
|
|
3320
3320
|
# @type UpdateTime: String
|
3321
3321
|
|
3322
3322
|
attr_accessor :Keyword, :TagSet, :UsageSet, :CreateTime, :UpdateTime
|
3323
|
-
|
3323
|
+
|
3324
3324
|
def initialize(keyword=nil, tagset=nil, usageset=nil, createtime=nil, updatetime=nil)
|
3325
3325
|
@Keyword = keyword
|
3326
3326
|
@TagSet = tagset
|
@@ -3348,7 +3348,7 @@ module TencentCloud
|
|
3348
3348
|
# @type Tags: Array
|
3349
3349
|
|
3350
3350
|
attr_accessor :Keyword, :Tags
|
3351
|
-
|
3351
|
+
|
3352
3352
|
def initialize(keyword=nil, tags=nil)
|
3353
3353
|
@Keyword = keyword
|
3354
3354
|
@Tags = tags
|
@@ -3375,7 +3375,7 @@ module TencentCloud
|
|
3375
3375
|
# @type OutputObjectPath: String
|
3376
3376
|
|
3377
3377
|
attr_accessor :Definition, :StartTimeOffset, :EndTimeOffset, :OutputStorage, :OutputObjectPath
|
3378
|
-
|
3378
|
+
|
3379
3379
|
def initialize(definition=nil, starttimeoffset=nil, endtimeoffset=nil, outputstorage=nil, outputobjectpath=nil)
|
3380
3380
|
@Definition = definition
|
3381
3381
|
@StartTimeOffset = starttimeoffset
|
@@ -3439,7 +3439,7 @@ module TencentCloud
|
|
3439
3439
|
# @type UpdateTime: String
|
3440
3440
|
|
3441
3441
|
attr_accessor :Definition, :Type, :Name, :Comment, :Width, :Height, :ResolutionAdaptive, :Format, :Fps, :Quality, :CreateTime, :UpdateTime
|
3442
|
-
|
3442
|
+
|
3443
3443
|
def initialize(definition=nil, type=nil, name=nil, comment=nil, width=nil, height=nil, resolutionadaptive=nil, format=nil, fps=nil, quality=nil, createtime=nil, updatetime=nil)
|
3444
3444
|
@Definition = definition
|
3445
3445
|
@Type = type
|
@@ -3486,7 +3486,7 @@ module TencentCloud
|
|
3486
3486
|
# @type Type: String
|
3487
3487
|
|
3488
3488
|
attr_accessor :Switch, :Type
|
3489
|
-
|
3489
|
+
|
3490
3490
|
def initialize(switch=nil, type=nil)
|
3491
3491
|
@Switch = switch
|
3492
3492
|
@Type = type
|
@@ -3511,7 +3511,7 @@ module TencentCloud
|
|
3511
3511
|
# @type SourceLanguage: String
|
3512
3512
|
|
3513
3513
|
attr_accessor :Switch, :SubtitleFormat, :SourceLanguage
|
3514
|
-
|
3514
|
+
|
3515
3515
|
def initialize(switch=nil, subtitleformat=nil, sourcelanguage=nil)
|
3516
3516
|
@Switch = switch
|
3517
3517
|
@SubtitleFormat = subtitleformat
|
@@ -3538,7 +3538,7 @@ module TencentCloud
|
|
3538
3538
|
# @type SourceLanguage: String
|
3539
3539
|
|
3540
3540
|
attr_accessor :Switch, :SubtitleFormat, :SourceLanguage
|
3541
|
-
|
3541
|
+
|
3542
3542
|
def initialize(switch=nil, subtitleformat=nil, sourcelanguage=nil)
|
3543
3543
|
@Switch = switch
|
3544
3544
|
@SubtitleFormat = subtitleformat
|
@@ -3563,7 +3563,7 @@ module TencentCloud
|
|
3563
3563
|
# @type LabelSet: Array
|
3564
3564
|
|
3565
3565
|
attr_accessor :Switch, :LabelSet
|
3566
|
-
|
3566
|
+
|
3567
3567
|
def initialize(switch=nil, labelset=nil)
|
3568
3568
|
@Switch = switch
|
3569
3569
|
@LabelSet = labelset
|
@@ -3586,7 +3586,7 @@ module TencentCloud
|
|
3586
3586
|
# @type LabelSet: Array
|
3587
3587
|
|
3588
3588
|
attr_accessor :Switch, :LabelSet
|
3589
|
-
|
3589
|
+
|
3590
3590
|
def initialize(switch=nil, labelset=nil)
|
3591
3591
|
@Switch = switch
|
3592
3592
|
@LabelSet = labelset
|
@@ -3634,7 +3634,7 @@ module TencentCloud
|
|
3634
3634
|
# @type AudioChannel: Integer
|
3635
3635
|
|
3636
3636
|
attr_accessor :Codec, :Bitrate, :SampleRate, :AudioChannel
|
3637
|
-
|
3637
|
+
|
3638
3638
|
def initialize(codec=nil, bitrate=nil, samplerate=nil, audiochannel=nil)
|
3639
3639
|
@Codec = codec
|
3640
3640
|
@Bitrate = bitrate
|
@@ -3687,7 +3687,7 @@ module TencentCloud
|
|
3687
3687
|
# @type StreamSelects: Array
|
3688
3688
|
|
3689
3689
|
attr_accessor :Codec, :Bitrate, :SampleRate, :AudioChannel, :StreamSelects
|
3690
|
-
|
3690
|
+
|
3691
3691
|
def initialize(codec=nil, bitrate=nil, samplerate=nil, audiochannel=nil, streamselects=nil)
|
3692
3692
|
@Codec = codec
|
3693
3693
|
@Bitrate = bitrate
|
@@ -3729,7 +3729,7 @@ module TencentCloud
|
|
3729
3729
|
# @type AwsSQS: :class:`Tencentcloud::Mps.v20190612.models.AwsSQS`
|
3730
3730
|
|
3731
3731
|
attr_accessor :S3Bucket, :S3Region, :Dir, :Formats, :S3SecretId, :S3SecretKey, :AwsSQS
|
3732
|
-
|
3732
|
+
|
3733
3733
|
def initialize(s3bucket=nil, s3region=nil, dir=nil, formats=nil, s3secretid=nil, s3secretkey=nil, awssqs=nil)
|
3734
3734
|
@S3Bucket = s3bucket
|
3735
3735
|
@S3Region = s3region
|
@@ -3766,7 +3766,7 @@ module TencentCloud
|
|
3766
3766
|
# @type S3SecretKey: String
|
3767
3767
|
|
3768
3768
|
attr_accessor :SQSRegion, :SQSQueueName, :S3SecretId, :S3SecretKey
|
3769
|
-
|
3769
|
+
|
3770
3770
|
def initialize(sqsregion=nil, sqsqueuename=nil, s3secretid=nil, s3secretkey=nil)
|
3771
3771
|
@SQSRegion = sqsregion
|
3772
3772
|
@SQSQueueName = sqsqueuename
|
@@ -3782,6 +3782,114 @@ module TencentCloud
|
|
3782
3782
|
end
|
3783
3783
|
end
|
3784
3784
|
|
3785
|
+
# BatchDeleteStreamLinkFlow请求参数结构体
|
3786
|
+
class BatchDeleteStreamLinkFlowRequest < TencentCloud::Common::AbstractModel
|
3787
|
+
# @param EventId: EventId。
|
3788
|
+
# @type EventId: String
|
3789
|
+
# @param FlowIds: Event关联的流Id数组,如果不传默认删除Event下面的所有媒体传输流。
|
3790
|
+
# @type FlowIds: Array
|
3791
|
+
|
3792
|
+
attr_accessor :EventId, :FlowIds
|
3793
|
+
|
3794
|
+
def initialize(eventid=nil, flowids=nil)
|
3795
|
+
@EventId = eventid
|
3796
|
+
@FlowIds = flowids
|
3797
|
+
end
|
3798
|
+
|
3799
|
+
def deserialize(params)
|
3800
|
+
@EventId = params['EventId']
|
3801
|
+
@FlowIds = params['FlowIds']
|
3802
|
+
end
|
3803
|
+
end
|
3804
|
+
|
3805
|
+
# BatchDeleteStreamLinkFlow返回参数结构体
|
3806
|
+
class BatchDeleteStreamLinkFlowResponse < TencentCloud::Common::AbstractModel
|
3807
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
3808
|
+
# @type RequestId: String
|
3809
|
+
|
3810
|
+
attr_accessor :RequestId
|
3811
|
+
|
3812
|
+
def initialize(requestid=nil)
|
3813
|
+
@RequestId = requestid
|
3814
|
+
end
|
3815
|
+
|
3816
|
+
def deserialize(params)
|
3817
|
+
@RequestId = params['RequestId']
|
3818
|
+
end
|
3819
|
+
end
|
3820
|
+
|
3821
|
+
# BatchStartStreamLinkFlow请求参数结构体
|
3822
|
+
class BatchStartStreamLinkFlowRequest < TencentCloud::Common::AbstractModel
|
3823
|
+
# @param EventId: EventId。
|
3824
|
+
# @type EventId: String
|
3825
|
+
# @param FlowIds: Event关联的流Id数组,如果不传默认启动Event下面的所有媒体传输流。
|
3826
|
+
# @type FlowIds: Array
|
3827
|
+
|
3828
|
+
attr_accessor :EventId, :FlowIds
|
3829
|
+
|
3830
|
+
def initialize(eventid=nil, flowids=nil)
|
3831
|
+
@EventId = eventid
|
3832
|
+
@FlowIds = flowids
|
3833
|
+
end
|
3834
|
+
|
3835
|
+
def deserialize(params)
|
3836
|
+
@EventId = params['EventId']
|
3837
|
+
@FlowIds = params['FlowIds']
|
3838
|
+
end
|
3839
|
+
end
|
3840
|
+
|
3841
|
+
# BatchStartStreamLinkFlow返回参数结构体
|
3842
|
+
class BatchStartStreamLinkFlowResponse < TencentCloud::Common::AbstractModel
|
3843
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
3844
|
+
# @type RequestId: String
|
3845
|
+
|
3846
|
+
attr_accessor :RequestId
|
3847
|
+
|
3848
|
+
def initialize(requestid=nil)
|
3849
|
+
@RequestId = requestid
|
3850
|
+
end
|
3851
|
+
|
3852
|
+
def deserialize(params)
|
3853
|
+
@RequestId = params['RequestId']
|
3854
|
+
end
|
3855
|
+
end
|
3856
|
+
|
3857
|
+
# BatchStopStreamLinkFlow请求参数结构体
|
3858
|
+
class BatchStopStreamLinkFlowRequest < TencentCloud::Common::AbstractModel
|
3859
|
+
# @param EventId: EventId。
|
3860
|
+
# @type EventId: String
|
3861
|
+
# @param FlowIds: 流Id,如果不传默认停止Event下所有的媒体传输流。
|
3862
|
+
# @type FlowIds: Array
|
3863
|
+
|
3864
|
+
attr_accessor :EventId, :FlowIds
|
3865
|
+
|
3866
|
+
def initialize(eventid=nil, flowids=nil)
|
3867
|
+
@EventId = eventid
|
3868
|
+
@FlowIds = flowids
|
3869
|
+
end
|
3870
|
+
|
3871
|
+
def deserialize(params)
|
3872
|
+
@EventId = params['EventId']
|
3873
|
+
@FlowIds = params['FlowIds']
|
3874
|
+
end
|
3875
|
+
end
|
3876
|
+
|
3877
|
+
# BatchStopStreamLinkFlow返回参数结构体
|
3878
|
+
class BatchStopStreamLinkFlowResponse < TencentCloud::Common::AbstractModel
|
3879
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
3880
|
+
# @type RequestId: String
|
3881
|
+
|
3882
|
+
attr_accessor :RequestId
|
3883
|
+
|
3884
|
+
def initialize(requestid=nil)
|
3885
|
+
@RequestId = requestid
|
3886
|
+
end
|
3887
|
+
|
3888
|
+
def deserialize(params)
|
3889
|
+
@RequestId = params['RequestId']
|
3890
|
+
end
|
3891
|
+
end
|
3892
|
+
|
3785
3893
|
# 智能分类任务控制参数
|
3786
3894
|
class ClassificationConfigureInfo < TencentCloud::Common::AbstractModel
|
3787
3895
|
# @param Switch: 智能分类任务开关,可选值:
|
@@ -3790,7 +3898,7 @@ module TencentCloud
|
|
3790
3898
|
# @type Switch: String
|
3791
3899
|
|
3792
3900
|
attr_accessor :Switch
|
3793
|
-
|
3901
|
+
|
3794
3902
|
def initialize(switch=nil)
|
3795
3903
|
@Switch = switch
|
3796
3904
|
end
|
@@ -3808,7 +3916,7 @@ module TencentCloud
|
|
3808
3916
|
# @type Switch: String
|
3809
3917
|
|
3810
3918
|
attr_accessor :Switch
|
3811
|
-
|
3919
|
+
|
3812
3920
|
def initialize(switch=nil)
|
3813
3921
|
@Switch = switch
|
3814
3922
|
end
|
@@ -3834,7 +3942,7 @@ module TencentCloud
|
|
3834
3942
|
# @type Type: String
|
3835
3943
|
|
3836
3944
|
attr_accessor :Switch, :Type
|
3837
|
-
|
3945
|
+
|
3838
3946
|
def initialize(switch=nil, type=nil)
|
3839
3947
|
@Switch = switch
|
3840
3948
|
@Type = type
|
@@ -3882,7 +3990,7 @@ module TencentCloud
|
|
3882
3990
|
# @type Type: String
|
3883
3991
|
|
3884
3992
|
attr_accessor :Definition, :Name, :Comment, :PornConfigure, :TerrorismConfigure, :PoliticalConfigure, :ProhibitedConfigure, :UserDefineConfigure, :CreateTime, :UpdateTime, :Type
|
3885
|
-
|
3993
|
+
|
3886
3994
|
def initialize(definition=nil, name=nil, comment=nil, pornconfigure=nil, terrorismconfigure=nil, politicalconfigure=nil, prohibitedconfigure=nil, userdefineconfigure=nil, createtime=nil, updatetime=nil, type=nil)
|
3887
3995
|
@Definition = definition
|
3888
3996
|
@Name = name
|
@@ -3939,7 +4047,7 @@ module TencentCloud
|
|
3939
4047
|
# @type Formats: Array
|
3940
4048
|
|
3941
4049
|
attr_accessor :Bucket, :Region, :Dir, :Formats
|
3942
|
-
|
4050
|
+
|
3943
4051
|
def initialize(bucket=nil, region=nil, dir=nil, formats=nil)
|
3944
4052
|
@Bucket = bucket
|
3945
4053
|
@Region = region
|
@@ -3965,7 +4073,7 @@ module TencentCloud
|
|
3965
4073
|
# @type Object: String
|
3966
4074
|
|
3967
4075
|
attr_accessor :Bucket, :Region, :Object
|
3968
|
-
|
4076
|
+
|
3969
4077
|
def initialize(bucket=nil, region=nil, object=nil)
|
3970
4078
|
@Bucket = bucket
|
3971
4079
|
@Region = region
|
@@ -3987,7 +4095,7 @@ module TencentCloud
|
|
3987
4095
|
# @type Region: String
|
3988
4096
|
|
3989
4097
|
attr_accessor :Bucket, :Region
|
3990
|
-
|
4098
|
+
|
3991
4099
|
def initialize(bucket=nil, region=nil)
|
3992
4100
|
@Bucket = bucket
|
3993
4101
|
@Region = region
|
@@ -4007,7 +4115,7 @@ module TencentCloud
|
|
4007
4115
|
# @type Switch: String
|
4008
4116
|
|
4009
4117
|
attr_accessor :Switch
|
4010
|
-
|
4118
|
+
|
4011
4119
|
def initialize(switch=nil)
|
4012
4120
|
@Switch = switch
|
4013
4121
|
end
|
@@ -4025,7 +4133,7 @@ module TencentCloud
|
|
4025
4133
|
# @type Switch: String
|
4026
4134
|
|
4027
4135
|
attr_accessor :Switch
|
4028
|
-
|
4136
|
+
|
4029
4137
|
def initialize(switch=nil)
|
4030
4138
|
@Switch = switch
|
4031
4139
|
end
|
@@ -4051,7 +4159,7 @@ module TencentCloud
|
|
4051
4159
|
# @type FrameTagConfigure: :class:`Tencentcloud::Mps.v20190612.models.FrameTagConfigureInfo`
|
4052
4160
|
|
4053
4161
|
attr_accessor :Name, :Comment, :ClassificationConfigure, :TagConfigure, :CoverConfigure, :FrameTagConfigure
|
4054
|
-
|
4162
|
+
|
4055
4163
|
def initialize(name=nil, comment=nil, classificationconfigure=nil, tagconfigure=nil, coverconfigure=nil, frametagconfigure=nil)
|
4056
4164
|
@Name = name
|
4057
4165
|
@Comment = comment
|
@@ -4091,7 +4199,7 @@ module TencentCloud
|
|
4091
4199
|
# @type RequestId: String
|
4092
4200
|
|
4093
4201
|
attr_accessor :Definition, :RequestId
|
4094
|
-
|
4202
|
+
|
4095
4203
|
def initialize(definition=nil, requestid=nil)
|
4096
4204
|
@Definition = definition
|
4097
4205
|
@RequestId = requestid
|
@@ -4123,7 +4231,7 @@ module TencentCloud
|
|
4123
4231
|
# @type TranslateConfigure: :class:`Tencentcloud::Mps.v20190612.models.TranslateConfigureInfo`
|
4124
4232
|
|
4125
4233
|
attr_accessor :Name, :Comment, :FaceConfigure, :OcrFullTextConfigure, :OcrWordsConfigure, :AsrFullTextConfigure, :AsrWordsConfigure, :TranslateConfigure
|
4126
|
-
|
4234
|
+
|
4127
4235
|
def initialize(name=nil, comment=nil, faceconfigure=nil, ocrfulltextconfigure=nil, ocrwordsconfigure=nil, asrfulltextconfigure=nil, asrwordsconfigure=nil, translateconfigure=nil)
|
4128
4236
|
@Name = name
|
4129
4237
|
@Comment = comment
|
@@ -4173,7 +4281,7 @@ module TencentCloud
|
|
4173
4281
|
# @type RequestId: String
|
4174
4282
|
|
4175
4283
|
attr_accessor :Definition, :RequestId
|
4176
|
-
|
4284
|
+
|
4177
4285
|
def initialize(definition=nil, requestid=nil)
|
4178
4286
|
@Definition = definition
|
4179
4287
|
@RequestId = requestid
|
@@ -4210,7 +4318,7 @@ module TencentCloud
|
|
4210
4318
|
# @type Comment: String
|
4211
4319
|
|
4212
4320
|
attr_accessor :Format, :StreamInfos, :Name, :DisableHigherVideoBitrate, :DisableHigherVideoResolution, :Comment
|
4213
|
-
|
4321
|
+
|
4214
4322
|
def initialize(format=nil, streaminfos=nil, name=nil, disablehighervideobitrate=nil, disablehighervideoresolution=nil, comment=nil)
|
4215
4323
|
@Format = format
|
4216
4324
|
@StreamInfos = streaminfos
|
@@ -4245,7 +4353,7 @@ module TencentCloud
|
|
4245
4353
|
# @type RequestId: String
|
4246
4354
|
|
4247
4355
|
attr_accessor :Definition, :RequestId
|
4248
|
-
|
4356
|
+
|
4249
4357
|
def initialize(definition=nil, requestid=nil)
|
4250
4358
|
@Definition = definition
|
4251
4359
|
@RequestId = requestid
|
@@ -4290,7 +4398,7 @@ module TencentCloud
|
|
4290
4398
|
# @type Comment: String
|
4291
4399
|
|
4292
4400
|
attr_accessor :Fps, :Width, :Height, :ResolutionAdaptive, :Format, :Quality, :Name, :Comment
|
4293
|
-
|
4401
|
+
|
4294
4402
|
def initialize(fps=nil, width=nil, height=nil, resolutionadaptive=nil, format=nil, quality=nil, name=nil, comment=nil)
|
4295
4403
|
@Fps = fps
|
4296
4404
|
@Width = width
|
@@ -4322,7 +4430,7 @@ module TencentCloud
|
|
4322
4430
|
# @type RequestId: String
|
4323
4431
|
|
4324
4432
|
attr_accessor :Definition, :RequestId
|
4325
|
-
|
4433
|
+
|
4326
4434
|
def initialize(definition=nil, requestid=nil)
|
4327
4435
|
@Definition = definition
|
4328
4436
|
@RequestId = requestid
|
@@ -4355,7 +4463,7 @@ module TencentCloud
|
|
4355
4463
|
# @type UserDefineConfigure: :class:`Tencentcloud::Mps.v20190612.models.UserDefineConfigureInfo`
|
4356
4464
|
|
4357
4465
|
attr_accessor :Name, :Comment, :PornConfigure, :TerrorismConfigure, :PoliticalConfigure, :ProhibitedConfigure, :UserDefineConfigure
|
4358
|
-
|
4466
|
+
|
4359
4467
|
def initialize(name=nil, comment=nil, pornconfigure=nil, terrorismconfigure=nil, politicalconfigure=nil, prohibitedconfigure=nil, userdefineconfigure=nil)
|
4360
4468
|
@Name = name
|
4361
4469
|
@Comment = comment
|
@@ -4400,7 +4508,7 @@ module TencentCloud
|
|
4400
4508
|
# @type RequestId: String
|
4401
4509
|
|
4402
4510
|
attr_accessor :Definition, :RequestId
|
4403
|
-
|
4511
|
+
|
4404
4512
|
def initialize(definition=nil, requestid=nil)
|
4405
4513
|
@Definition = definition
|
4406
4514
|
@RequestId = requestid
|
@@ -4458,7 +4566,7 @@ module TencentCloud
|
|
4458
4566
|
# @type Format: String
|
4459
4567
|
|
4460
4568
|
attr_accessor :SampleType, :SampleInterval, :RowCount, :ColumnCount, :Name, :Width, :Height, :ResolutionAdaptive, :FillType, :Comment, :Format
|
4461
|
-
|
4569
|
+
|
4462
4570
|
def initialize(sampletype=nil, sampleinterval=nil, rowcount=nil, columncount=nil, name=nil, width=nil, height=nil, resolutionadaptive=nil, filltype=nil, comment=nil, format=nil)
|
4463
4571
|
@SampleType = sampletype
|
4464
4572
|
@SampleInterval = sampleinterval
|
@@ -4496,7 +4604,7 @@ module TencentCloud
|
|
4496
4604
|
# @type RequestId: String
|
4497
4605
|
|
4498
4606
|
attr_accessor :Definition, :RequestId
|
4499
|
-
|
4607
|
+
|
4500
4608
|
def initialize(definition=nil, requestid=nil)
|
4501
4609
|
@Definition = definition
|
4502
4610
|
@RequestId = requestid
|
@@ -4534,7 +4642,7 @@ module TencentCloud
|
|
4534
4642
|
# @type ResilientStream: :class:`Tencentcloud::Mps.v20190612.models.ResilientStreamConf`
|
4535
4643
|
|
4536
4644
|
attr_accessor :InputName, :Protocol, :Description, :AllowIpList, :SRTSettings, :RTPSettings, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream
|
4537
|
-
|
4645
|
+
|
4538
4646
|
def initialize(inputname=nil, protocol=nil, description=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil, resilientstream=nil)
|
4539
4647
|
@InputName = inputname
|
4540
4648
|
@Protocol = protocol
|
@@ -4588,7 +4696,7 @@ module TencentCloud
|
|
4588
4696
|
# @type SourceAddresses: Array
|
4589
4697
|
|
4590
4698
|
attr_accessor :SourceAddresses
|
4591
|
-
|
4699
|
+
|
4592
4700
|
def initialize(sourceaddresses=nil)
|
4593
4701
|
@SourceAddresses = sourceaddresses
|
4594
4702
|
end
|
@@ -4611,7 +4719,7 @@ module TencentCloud
|
|
4611
4719
|
# @type SourceAddresses: Array
|
4612
4720
|
|
4613
4721
|
attr_accessor :SourceAddresses
|
4614
|
-
|
4722
|
+
|
4615
4723
|
def initialize(sourceaddresses=nil)
|
4616
4724
|
@SourceAddresses = sourceaddresses
|
4617
4725
|
end
|
@@ -4636,7 +4744,7 @@ module TencentCloud
|
|
4636
4744
|
# @type IdleTimeout: Integer
|
4637
4745
|
|
4638
4746
|
attr_accessor :FEC, :IdleTimeout
|
4639
|
-
|
4747
|
+
|
4640
4748
|
def initialize(fec=nil, idletimeout=nil)
|
4641
4749
|
@FEC = fec
|
4642
4750
|
@IdleTimeout = idletimeout
|
@@ -4654,7 +4762,7 @@ module TencentCloud
|
|
4654
4762
|
# @type SourceAddresses: Array
|
4655
4763
|
|
4656
4764
|
attr_accessor :SourceAddresses
|
4657
|
-
|
4765
|
+
|
4658
4766
|
def initialize(sourceaddresses=nil)
|
4659
4767
|
@SourceAddresses = sourceaddresses
|
4660
4768
|
end
|
@@ -4693,7 +4801,7 @@ module TencentCloud
|
|
4693
4801
|
# @type SourceAddresses: Array
|
4694
4802
|
|
4695
4803
|
attr_accessor :Mode, :StreamId, :Latency, :RecvLatency, :PeerLatency, :PeerIdleTimeout, :Passphrase, :PbKeyLen, :SourceAddresses
|
4696
|
-
|
4804
|
+
|
4697
4805
|
def initialize(mode=nil, streamid=nil, latency=nil, recvlatency=nil, peerlatency=nil, peeridletimeout=nil, passphrase=nil, pbkeylen=nil, sourceaddresses=nil)
|
4698
4806
|
@Mode = mode
|
4699
4807
|
@StreamId = streamid
|
@@ -4749,7 +4857,7 @@ module TencentCloud
|
|
4749
4857
|
# @type MaxConcurrent: Integer
|
4750
4858
|
|
4751
4859
|
attr_accessor :OutputName, :Description, :Protocol, :OutputRegion, :SRTSettings, :RTMPSettings, :RTPSettings, :AllowIpList, :MaxConcurrent
|
4752
|
-
|
4860
|
+
|
4753
4861
|
def initialize(outputname=nil, description=nil, protocol=nil, outputregion=nil, srtsettings=nil, rtmpsettings=nil, rtpsettings=nil, allowiplist=nil, maxconcurrent=nil)
|
4754
4862
|
@OutputName = outputname
|
4755
4863
|
@Description = description
|
@@ -4794,7 +4902,7 @@ module TencentCloud
|
|
4794
4902
|
# @type IdleTimeout: Integer
|
4795
4903
|
|
4796
4904
|
attr_accessor :Destinations, :FEC, :IdleTimeout
|
4797
|
-
|
4905
|
+
|
4798
4906
|
def initialize(destinations=nil, fec=nil, idletimeout=nil)
|
4799
4907
|
@Destinations = destinations
|
4800
4908
|
@FEC = fec
|
@@ -4823,7 +4931,7 @@ module TencentCloud
|
|
4823
4931
|
# @type ChunkSize: Integer
|
4824
4932
|
|
4825
4933
|
attr_accessor :Destinations, :ChunkSize
|
4826
|
-
|
4934
|
+
|
4827
4935
|
def initialize(destinations=nil, chunksize=nil)
|
4828
4936
|
@Destinations = destinations
|
4829
4937
|
@ChunkSize = chunksize
|
@@ -4850,7 +4958,7 @@ module TencentCloud
|
|
4850
4958
|
# @type Port: Integer
|
4851
4959
|
|
4852
4960
|
attr_accessor :Ip, :Port
|
4853
|
-
|
4961
|
+
|
4854
4962
|
def initialize(ip=nil, port=nil)
|
4855
4963
|
@Ip = ip
|
4856
4964
|
@Port = port
|
@@ -4870,7 +4978,7 @@ module TencentCloud
|
|
4870
4978
|
# @type StreamKey: String
|
4871
4979
|
|
4872
4980
|
attr_accessor :Url, :StreamKey
|
4873
|
-
|
4981
|
+
|
4874
4982
|
def initialize(url=nil, streamkey=nil)
|
4875
4983
|
@Url = url
|
4876
4984
|
@StreamKey = streamkey
|
@@ -4904,7 +5012,7 @@ module TencentCloud
|
|
4904
5012
|
# @type Mode: String
|
4905
5013
|
|
4906
5014
|
attr_accessor :Destinations, :StreamId, :Latency, :RecvLatency, :PeerLatency, :PeerIdleTimeout, :Passphrase, :PbKeyLen, :Mode
|
4907
|
-
|
5015
|
+
|
4908
5016
|
def initialize(destinations=nil, streamid=nil, latency=nil, recvlatency=nil, peerlatency=nil, peeridletimeout=nil, passphrase=nil, pbkeylen=nil, mode=nil)
|
4909
5017
|
@Destinations = destinations
|
4910
5018
|
@StreamId = streamid
|
@@ -4945,7 +5053,7 @@ module TencentCloud
|
|
4945
5053
|
# @type Port: Integer
|
4946
5054
|
|
4947
5055
|
attr_accessor :Ip, :Port
|
4948
|
-
|
5056
|
+
|
4949
5057
|
def initialize(ip=nil, port=nil)
|
4950
5058
|
@Ip = ip
|
4951
5059
|
@Port = port
|
@@ -4977,7 +5085,7 @@ module TencentCloud
|
|
4977
5085
|
# @type Tags: Array
|
4978
5086
|
|
4979
5087
|
attr_accessor :Name, :Usages, :Description, :FaceContents, :Tags
|
4980
|
-
|
5088
|
+
|
4981
5089
|
def initialize(name=nil, usages=nil, description=nil, facecontents=nil, tags=nil)
|
4982
5090
|
@Name = name
|
4983
5091
|
@Usages = usages
|
@@ -5005,7 +5113,7 @@ module TencentCloud
|
|
5005
5113
|
# @type RequestId: String
|
5006
5114
|
|
5007
5115
|
attr_accessor :Person, :FailFaceInfoSet, :RequestId
|
5008
|
-
|
5116
|
+
|
5009
5117
|
def initialize(person=nil, failfaceinfoset=nil, requestid=nil)
|
5010
5118
|
@Person = person
|
5011
5119
|
@FailFaceInfoSet = failfaceinfoset
|
@@ -5073,7 +5181,7 @@ module TencentCloud
|
|
5073
5181
|
# @type FillType: String
|
5074
5182
|
|
5075
5183
|
attr_accessor :SampleType, :SampleInterval, :Name, :Width, :Height, :ResolutionAdaptive, :Format, :Comment, :FillType
|
5076
|
-
|
5184
|
+
|
5077
5185
|
def initialize(sampletype=nil, sampleinterval=nil, name=nil, width=nil, height=nil, resolutionadaptive=nil, format=nil, comment=nil, filltype=nil)
|
5078
5186
|
@SampleType = sampletype
|
5079
5187
|
@SampleInterval = sampleinterval
|
@@ -5107,7 +5215,7 @@ module TencentCloud
|
|
5107
5215
|
# @type RequestId: String
|
5108
5216
|
|
5109
5217
|
attr_accessor :Definition, :RequestId
|
5110
|
-
|
5218
|
+
|
5111
5219
|
def initialize(definition=nil, requestid=nil)
|
5112
5220
|
@Definition = definition
|
5113
5221
|
@RequestId = requestid
|
@@ -5136,7 +5244,7 @@ module TencentCloud
|
|
5136
5244
|
# @type TaskNotifyConfig: :class:`Tencentcloud::Mps.v20190612.models.TaskNotifyConfig`
|
5137
5245
|
|
5138
5246
|
attr_accessor :ScheduleName, :Trigger, :Activities, :OutputStorage, :OutputDir, :TaskNotifyConfig
|
5139
|
-
|
5247
|
+
|
5140
5248
|
def initialize(schedulename=nil, trigger=nil, activities=nil, outputstorage=nil, outputdir=nil, tasknotifyconfig=nil)
|
5141
5249
|
@ScheduleName = schedulename
|
5142
5250
|
@Trigger = trigger
|
@@ -5180,7 +5288,7 @@ module TencentCloud
|
|
5180
5288
|
# @type RequestId: String
|
5181
5289
|
|
5182
5290
|
attr_accessor :ScheduleId, :RequestId
|
5183
|
-
|
5291
|
+
|
5184
5292
|
def initialize(scheduleid=nil, requestid=nil)
|
5185
5293
|
@ScheduleId = scheduleid
|
5186
5294
|
@RequestId = requestid
|
@@ -5228,7 +5336,7 @@ module TencentCloud
|
|
5228
5336
|
# @type FillType: String
|
5229
5337
|
|
5230
5338
|
attr_accessor :Name, :Width, :Height, :ResolutionAdaptive, :Format, :Comment, :FillType
|
5231
|
-
|
5339
|
+
|
5232
5340
|
def initialize(name=nil, width=nil, height=nil, resolutionadaptive=nil, format=nil, comment=nil, filltype=nil)
|
5233
5341
|
@Name = name
|
5234
5342
|
@Width = width
|
@@ -5258,7 +5366,7 @@ module TencentCloud
|
|
5258
5366
|
# @type RequestId: String
|
5259
5367
|
|
5260
5368
|
attr_accessor :Definition, :RequestId
|
5261
|
-
|
5369
|
+
|
5262
5370
|
def initialize(definition=nil, requestid=nil)
|
5263
5371
|
@Definition = definition
|
5264
5372
|
@RequestId = requestid
|
@@ -5270,6 +5378,49 @@ module TencentCloud
|
|
5270
5378
|
end
|
5271
5379
|
end
|
5272
5380
|
|
5381
|
+
# CreateStreamLinkEvent请求参数结构体
|
5382
|
+
class CreateStreamLinkEventRequest < TencentCloud::Common::AbstractModel
|
5383
|
+
# @param EventName: 事件名称。
|
5384
|
+
# @type EventName: String
|
5385
|
+
# @param Description: 事件描述。
|
5386
|
+
# @type Description: String
|
5387
|
+
|
5388
|
+
attr_accessor :EventName, :Description
|
5389
|
+
|
5390
|
+
def initialize(eventname=nil, description=nil)
|
5391
|
+
@EventName = eventname
|
5392
|
+
@Description = description
|
5393
|
+
end
|
5394
|
+
|
5395
|
+
def deserialize(params)
|
5396
|
+
@EventName = params['EventName']
|
5397
|
+
@Description = params['Description']
|
5398
|
+
end
|
5399
|
+
end
|
5400
|
+
|
5401
|
+
# CreateStreamLinkEvent返回参数结构体
|
5402
|
+
class CreateStreamLinkEventResponse < TencentCloud::Common::AbstractModel
|
5403
|
+
# @param Info: 创建的Event信息。
|
5404
|
+
# @type Info: :class:`Tencentcloud::Mps.v20190612.models.DescribeEvent`
|
5405
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
5406
|
+
# @type RequestId: String
|
5407
|
+
|
5408
|
+
attr_accessor :Info, :RequestId
|
5409
|
+
|
5410
|
+
def initialize(info=nil, requestid=nil)
|
5411
|
+
@Info = info
|
5412
|
+
@RequestId = requestid
|
5413
|
+
end
|
5414
|
+
|
5415
|
+
def deserialize(params)
|
5416
|
+
unless params['Info'].nil?
|
5417
|
+
@Info = DescribeEvent.new
|
5418
|
+
@Info.deserialize(params['Info'])
|
5419
|
+
end
|
5420
|
+
@RequestId = params['RequestId']
|
5421
|
+
end
|
5422
|
+
end
|
5423
|
+
|
5273
5424
|
# CreateStreamLinkFlow请求参数结构体
|
5274
5425
|
class CreateStreamLinkFlowRequest < TencentCloud::Common::AbstractModel
|
5275
5426
|
# @param FlowName: 流名称。
|
@@ -5282,7 +5433,7 @@ module TencentCloud
|
|
5282
5433
|
# @type EventId: String
|
5283
5434
|
|
5284
5435
|
attr_accessor :FlowName, :MaxBandwidth, :InputGroup, :EventId
|
5285
|
-
|
5436
|
+
|
5286
5437
|
def initialize(flowname=nil, maxbandwidth=nil, inputgroup=nil, eventid=nil)
|
5287
5438
|
@FlowName = flowname
|
5288
5439
|
@MaxBandwidth = maxbandwidth
|
@@ -5313,7 +5464,7 @@ module TencentCloud
|
|
5313
5464
|
# @type RequestId: String
|
5314
5465
|
|
5315
5466
|
attr_accessor :Info, :RequestId
|
5316
|
-
|
5467
|
+
|
5317
5468
|
def initialize(info=nil, requestid=nil)
|
5318
5469
|
@Info = info
|
5319
5470
|
@RequestId = requestid
|
@@ -5336,7 +5487,7 @@ module TencentCloud
|
|
5336
5487
|
# @type InputGroup: Array
|
5337
5488
|
|
5338
5489
|
attr_accessor :FlowId, :InputGroup
|
5339
|
-
|
5490
|
+
|
5340
5491
|
def initialize(flowid=nil, inputgroup=nil)
|
5341
5492
|
@FlowId = flowid
|
5342
5493
|
@InputGroup = inputgroup
|
@@ -5363,7 +5514,7 @@ module TencentCloud
|
|
5363
5514
|
# @type RequestId: String
|
5364
5515
|
|
5365
5516
|
attr_accessor :Info, :RequestId
|
5366
|
-
|
5517
|
+
|
5367
5518
|
def initialize(info=nil, requestid=nil)
|
5368
5519
|
@Info = info
|
5369
5520
|
@RequestId = requestid
|
@@ -5386,7 +5537,7 @@ module TencentCloud
|
|
5386
5537
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.CreateOutputInfo`
|
5387
5538
|
|
5388
5539
|
attr_accessor :FlowId, :Output
|
5389
|
-
|
5540
|
+
|
5390
5541
|
def initialize(flowid=nil, output=nil)
|
5391
5542
|
@FlowId = flowid
|
5392
5543
|
@Output = output
|
@@ -5409,7 +5560,7 @@ module TencentCloud
|
|
5409
5560
|
# @type RequestId: String
|
5410
5561
|
|
5411
5562
|
attr_accessor :Info, :RequestId
|
5412
|
-
|
5563
|
+
|
5413
5564
|
def initialize(info=nil, requestid=nil)
|
5414
5565
|
@Info = info
|
5415
5566
|
@RequestId = requestid
|
@@ -5452,7 +5603,7 @@ module TencentCloud
|
|
5452
5603
|
# @type EnhanceConfig: :class:`Tencentcloud::Mps.v20190612.models.EnhanceConfig`
|
5453
5604
|
|
5454
5605
|
attr_accessor :Container, :Name, :Comment, :RemoveVideo, :RemoveAudio, :VideoTemplate, :AudioTemplate, :TEHDConfig, :EnhanceConfig
|
5455
|
-
|
5606
|
+
|
5456
5607
|
def initialize(container=nil, name=nil, comment=nil, removevideo=nil, removeaudio=nil, videotemplate=nil, audiotemplate=nil, tehdconfig=nil, enhanceconfig=nil)
|
5457
5608
|
@Container = container
|
5458
5609
|
@Name = name
|
@@ -5498,7 +5649,7 @@ module TencentCloud
|
|
5498
5649
|
# @type RequestId: String
|
5499
5650
|
|
5500
5651
|
attr_accessor :Definition, :RequestId
|
5501
|
-
|
5652
|
+
|
5502
5653
|
def initialize(definition=nil, requestid=nil)
|
5503
5654
|
@Definition = definition
|
5504
5655
|
@RequestId = requestid
|
@@ -5546,7 +5697,7 @@ module TencentCloud
|
|
5546
5697
|
# @type SvgTemplate: :class:`Tencentcloud::Mps.v20190612.models.SvgWatermarkInput`
|
5547
5698
|
|
5548
5699
|
attr_accessor :Type, :Name, :Comment, :CoordinateOrigin, :XPos, :YPos, :ImageTemplate, :TextTemplate, :SvgTemplate
|
5549
|
-
|
5700
|
+
|
5550
5701
|
def initialize(type=nil, name=nil, comment=nil, coordinateorigin=nil, xpos=nil, ypos=nil, imagetemplate=nil, texttemplate=nil, svgtemplate=nil)
|
5551
5702
|
@Type = type
|
5552
5703
|
@Name = name
|
@@ -5591,7 +5742,7 @@ module TencentCloud
|
|
5591
5742
|
# @type RequestId: String
|
5592
5743
|
|
5593
5744
|
attr_accessor :Definition, :ImageUrl, :RequestId
|
5594
|
-
|
5745
|
+
|
5595
5746
|
def initialize(definition=nil, imageurl=nil, requestid=nil)
|
5596
5747
|
@Definition = definition
|
5597
5748
|
@ImageUrl = imageurl
|
@@ -5621,7 +5772,7 @@ module TencentCloud
|
|
5621
5772
|
# @type Words: Array
|
5622
5773
|
|
5623
5774
|
attr_accessor :Usages, :Words
|
5624
|
-
|
5775
|
+
|
5625
5776
|
def initialize(usages=nil, words=nil)
|
5626
5777
|
@Usages = usages
|
5627
5778
|
@Words = words
|
@@ -5646,7 +5797,7 @@ module TencentCloud
|
|
5646
5797
|
# @type RequestId: String
|
5647
5798
|
|
5648
5799
|
attr_accessor :RequestId
|
5649
|
-
|
5800
|
+
|
5650
5801
|
def initialize(requestid=nil)
|
5651
5802
|
@RequestId = requestid
|
5652
5803
|
end
|
@@ -5681,7 +5832,7 @@ module TencentCloud
|
|
5681
5832
|
# @type TaskPriority: Integer
|
5682
5833
|
|
5683
5834
|
attr_accessor :WorkflowName, :Trigger, :OutputStorage, :OutputDir, :MediaProcessTask, :AiContentReviewTask, :AiAnalysisTask, :AiRecognitionTask, :TaskNotifyConfig, :TaskPriority
|
5684
|
-
|
5835
|
+
|
5685
5836
|
def initialize(workflowname=nil, trigger=nil, outputstorage=nil, outputdir=nil, mediaprocesstask=nil, aicontentreviewtask=nil, aianalysistask=nil, airecognitiontask=nil, tasknotifyconfig=nil, taskpriority=nil)
|
5686
5837
|
@WorkflowName = workflowname
|
5687
5838
|
@Trigger = trigger
|
@@ -5738,7 +5889,7 @@ module TencentCloud
|
|
5738
5889
|
# @type RequestId: String
|
5739
5890
|
|
5740
5891
|
attr_accessor :WorkflowId, :RequestId
|
5741
|
-
|
5892
|
+
|
5742
5893
|
def initialize(workflowid=nil, requestid=nil)
|
5743
5894
|
@WorkflowId = workflowid
|
5744
5895
|
@RequestId = requestid
|
@@ -5756,7 +5907,7 @@ module TencentCloud
|
|
5756
5907
|
# @type Definition: Integer
|
5757
5908
|
|
5758
5909
|
attr_accessor :Definition
|
5759
|
-
|
5910
|
+
|
5760
5911
|
def initialize(definition=nil)
|
5761
5912
|
@Definition = definition
|
5762
5913
|
end
|
@@ -5772,7 +5923,7 @@ module TencentCloud
|
|
5772
5923
|
# @type RequestId: String
|
5773
5924
|
|
5774
5925
|
attr_accessor :RequestId
|
5775
|
-
|
5926
|
+
|
5776
5927
|
def initialize(requestid=nil)
|
5777
5928
|
@RequestId = requestid
|
5778
5929
|
end
|
@@ -5788,7 +5939,7 @@ module TencentCloud
|
|
5788
5939
|
# @type Definition: Integer
|
5789
5940
|
|
5790
5941
|
attr_accessor :Definition
|
5791
|
-
|
5942
|
+
|
5792
5943
|
def initialize(definition=nil)
|
5793
5944
|
@Definition = definition
|
5794
5945
|
end
|
@@ -5804,7 +5955,7 @@ module TencentCloud
|
|
5804
5955
|
# @type RequestId: String
|
5805
5956
|
|
5806
5957
|
attr_accessor :RequestId
|
5807
|
-
|
5958
|
+
|
5808
5959
|
def initialize(requestid=nil)
|
5809
5960
|
@RequestId = requestid
|
5810
5961
|
end
|
@@ -5820,7 +5971,7 @@ module TencentCloud
|
|
5820
5971
|
# @type Definition: Integer
|
5821
5972
|
|
5822
5973
|
attr_accessor :Definition
|
5823
|
-
|
5974
|
+
|
5824
5975
|
def initialize(definition=nil)
|
5825
5976
|
@Definition = definition
|
5826
5977
|
end
|
@@ -5836,7 +5987,7 @@ module TencentCloud
|
|
5836
5987
|
# @type RequestId: String
|
5837
5988
|
|
5838
5989
|
attr_accessor :RequestId
|
5839
|
-
|
5990
|
+
|
5840
5991
|
def initialize(requestid=nil)
|
5841
5992
|
@RequestId = requestid
|
5842
5993
|
end
|
@@ -5852,7 +6003,7 @@ module TencentCloud
|
|
5852
6003
|
# @type Definition: Integer
|
5853
6004
|
|
5854
6005
|
attr_accessor :Definition
|
5855
|
-
|
6006
|
+
|
5856
6007
|
def initialize(definition=nil)
|
5857
6008
|
@Definition = definition
|
5858
6009
|
end
|
@@ -5868,7 +6019,7 @@ module TencentCloud
|
|
5868
6019
|
# @type RequestId: String
|
5869
6020
|
|
5870
6021
|
attr_accessor :RequestId
|
5871
|
-
|
6022
|
+
|
5872
6023
|
def initialize(requestid=nil)
|
5873
6024
|
@RequestId = requestid
|
5874
6025
|
end
|
@@ -5884,7 +6035,7 @@ module TencentCloud
|
|
5884
6035
|
# @type Definition: Integer
|
5885
6036
|
|
5886
6037
|
attr_accessor :Definition
|
5887
|
-
|
6038
|
+
|
5888
6039
|
def initialize(definition=nil)
|
5889
6040
|
@Definition = definition
|
5890
6041
|
end
|
@@ -5900,7 +6051,7 @@ module TencentCloud
|
|
5900
6051
|
# @type RequestId: String
|
5901
6052
|
|
5902
6053
|
attr_accessor :RequestId
|
5903
|
-
|
6054
|
+
|
5904
6055
|
def initialize(requestid=nil)
|
5905
6056
|
@RequestId = requestid
|
5906
6057
|
end
|
@@ -5916,7 +6067,7 @@ module TencentCloud
|
|
5916
6067
|
# @type Definition: Integer
|
5917
6068
|
|
5918
6069
|
attr_accessor :Definition
|
5919
|
-
|
6070
|
+
|
5920
6071
|
def initialize(definition=nil)
|
5921
6072
|
@Definition = definition
|
5922
6073
|
end
|
@@ -5932,7 +6083,7 @@ module TencentCloud
|
|
5932
6083
|
# @type RequestId: String
|
5933
6084
|
|
5934
6085
|
attr_accessor :RequestId
|
5935
|
-
|
6086
|
+
|
5936
6087
|
def initialize(requestid=nil)
|
5937
6088
|
@RequestId = requestid
|
5938
6089
|
end
|
@@ -5948,7 +6099,7 @@ module TencentCloud
|
|
5948
6099
|
# @type PersonId: String
|
5949
6100
|
|
5950
6101
|
attr_accessor :PersonId
|
5951
|
-
|
6102
|
+
|
5952
6103
|
def initialize(personid=nil)
|
5953
6104
|
@PersonId = personid
|
5954
6105
|
end
|
@@ -5964,7 +6115,7 @@ module TencentCloud
|
|
5964
6115
|
# @type RequestId: String
|
5965
6116
|
|
5966
6117
|
attr_accessor :RequestId
|
5967
|
-
|
6118
|
+
|
5968
6119
|
def initialize(requestid=nil)
|
5969
6120
|
@RequestId = requestid
|
5970
6121
|
end
|
@@ -5980,7 +6131,7 @@ module TencentCloud
|
|
5980
6131
|
# @type Definition: Integer
|
5981
6132
|
|
5982
6133
|
attr_accessor :Definition
|
5983
|
-
|
6134
|
+
|
5984
6135
|
def initialize(definition=nil)
|
5985
6136
|
@Definition = definition
|
5986
6137
|
end
|
@@ -5996,7 +6147,7 @@ module TencentCloud
|
|
5996
6147
|
# @type RequestId: String
|
5997
6148
|
|
5998
6149
|
attr_accessor :RequestId
|
5999
|
-
|
6150
|
+
|
6000
6151
|
def initialize(requestid=nil)
|
6001
6152
|
@RequestId = requestid
|
6002
6153
|
end
|
@@ -6012,7 +6163,7 @@ module TencentCloud
|
|
6012
6163
|
# @type ScheduleId: Integer
|
6013
6164
|
|
6014
6165
|
attr_accessor :ScheduleId
|
6015
|
-
|
6166
|
+
|
6016
6167
|
def initialize(scheduleid=nil)
|
6017
6168
|
@ScheduleId = scheduleid
|
6018
6169
|
end
|
@@ -6028,7 +6179,7 @@ module TencentCloud
|
|
6028
6179
|
# @type RequestId: String
|
6029
6180
|
|
6030
6181
|
attr_accessor :RequestId
|
6031
|
-
|
6182
|
+
|
6032
6183
|
def initialize(requestid=nil)
|
6033
6184
|
@RequestId = requestid
|
6034
6185
|
end
|
@@ -6044,7 +6195,7 @@ module TencentCloud
|
|
6044
6195
|
# @type Definition: Integer
|
6045
6196
|
|
6046
6197
|
attr_accessor :Definition
|
6047
|
-
|
6198
|
+
|
6048
6199
|
def initialize(definition=nil)
|
6049
6200
|
@Definition = definition
|
6050
6201
|
end
|
@@ -6060,7 +6211,39 @@ module TencentCloud
|
|
6060
6211
|
# @type RequestId: String
|
6061
6212
|
|
6062
6213
|
attr_accessor :RequestId
|
6063
|
-
|
6214
|
+
|
6215
|
+
def initialize(requestid=nil)
|
6216
|
+
@RequestId = requestid
|
6217
|
+
end
|
6218
|
+
|
6219
|
+
def deserialize(params)
|
6220
|
+
@RequestId = params['RequestId']
|
6221
|
+
end
|
6222
|
+
end
|
6223
|
+
|
6224
|
+
# DeleteStreamLinkEvent请求参数结构体
|
6225
|
+
class DeleteStreamLinkEventRequest < TencentCloud::Common::AbstractModel
|
6226
|
+
# @param EventId: 媒体传输事件Id,删除前需要保证该Event关联的所有Flow都已经删除。
|
6227
|
+
# @type EventId: String
|
6228
|
+
|
6229
|
+
attr_accessor :EventId
|
6230
|
+
|
6231
|
+
def initialize(eventid=nil)
|
6232
|
+
@EventId = eventid
|
6233
|
+
end
|
6234
|
+
|
6235
|
+
def deserialize(params)
|
6236
|
+
@EventId = params['EventId']
|
6237
|
+
end
|
6238
|
+
end
|
6239
|
+
|
6240
|
+
# DeleteStreamLinkEvent返回参数结构体
|
6241
|
+
class DeleteStreamLinkEventResponse < TencentCloud::Common::AbstractModel
|
6242
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
6243
|
+
# @type RequestId: String
|
6244
|
+
|
6245
|
+
attr_accessor :RequestId
|
6246
|
+
|
6064
6247
|
def initialize(requestid=nil)
|
6065
6248
|
@RequestId = requestid
|
6066
6249
|
end
|
@@ -6076,7 +6259,7 @@ module TencentCloud
|
|
6076
6259
|
# @type FlowId: String
|
6077
6260
|
|
6078
6261
|
attr_accessor :FlowId
|
6079
|
-
|
6262
|
+
|
6080
6263
|
def initialize(flowid=nil)
|
6081
6264
|
@FlowId = flowid
|
6082
6265
|
end
|
@@ -6092,7 +6275,7 @@ module TencentCloud
|
|
6092
6275
|
# @type RequestId: String
|
6093
6276
|
|
6094
6277
|
attr_accessor :RequestId
|
6095
|
-
|
6278
|
+
|
6096
6279
|
def initialize(requestid=nil)
|
6097
6280
|
@RequestId = requestid
|
6098
6281
|
end
|
@@ -6110,7 +6293,7 @@ module TencentCloud
|
|
6110
6293
|
# @type OutputId: String
|
6111
6294
|
|
6112
6295
|
attr_accessor :FlowId, :OutputId
|
6113
|
-
|
6296
|
+
|
6114
6297
|
def initialize(flowid=nil, outputid=nil)
|
6115
6298
|
@FlowId = flowid
|
6116
6299
|
@OutputId = outputid
|
@@ -6128,7 +6311,7 @@ module TencentCloud
|
|
6128
6311
|
# @type RequestId: String
|
6129
6312
|
|
6130
6313
|
attr_accessor :RequestId
|
6131
|
-
|
6314
|
+
|
6132
6315
|
def initialize(requestid=nil)
|
6133
6316
|
@RequestId = requestid
|
6134
6317
|
end
|
@@ -6144,7 +6327,7 @@ module TencentCloud
|
|
6144
6327
|
# @type Definition: Integer
|
6145
6328
|
|
6146
6329
|
attr_accessor :Definition
|
6147
|
-
|
6330
|
+
|
6148
6331
|
def initialize(definition=nil)
|
6149
6332
|
@Definition = definition
|
6150
6333
|
end
|
@@ -6160,7 +6343,7 @@ module TencentCloud
|
|
6160
6343
|
# @type RequestId: String
|
6161
6344
|
|
6162
6345
|
attr_accessor :RequestId
|
6163
|
-
|
6346
|
+
|
6164
6347
|
def initialize(requestid=nil)
|
6165
6348
|
@RequestId = requestid
|
6166
6349
|
end
|
@@ -6176,7 +6359,7 @@ module TencentCloud
|
|
6176
6359
|
# @type Definition: Integer
|
6177
6360
|
|
6178
6361
|
attr_accessor :Definition
|
6179
|
-
|
6362
|
+
|
6180
6363
|
def initialize(definition=nil)
|
6181
6364
|
@Definition = definition
|
6182
6365
|
end
|
@@ -6192,7 +6375,7 @@ module TencentCloud
|
|
6192
6375
|
# @type RequestId: String
|
6193
6376
|
|
6194
6377
|
attr_accessor :RequestId
|
6195
|
-
|
6378
|
+
|
6196
6379
|
def initialize(requestid=nil)
|
6197
6380
|
@RequestId = requestid
|
6198
6381
|
end
|
@@ -6208,7 +6391,7 @@ module TencentCloud
|
|
6208
6391
|
# @type Keywords: Array
|
6209
6392
|
|
6210
6393
|
attr_accessor :Keywords
|
6211
|
-
|
6394
|
+
|
6212
6395
|
def initialize(keywords=nil)
|
6213
6396
|
@Keywords = keywords
|
6214
6397
|
end
|
@@ -6224,7 +6407,7 @@ module TencentCloud
|
|
6224
6407
|
# @type RequestId: String
|
6225
6408
|
|
6226
6409
|
attr_accessor :RequestId
|
6227
|
-
|
6410
|
+
|
6228
6411
|
def initialize(requestid=nil)
|
6229
6412
|
@RequestId = requestid
|
6230
6413
|
end
|
@@ -6240,7 +6423,7 @@ module TencentCloud
|
|
6240
6423
|
# @type WorkflowId: Integer
|
6241
6424
|
|
6242
6425
|
attr_accessor :WorkflowId
|
6243
|
-
|
6426
|
+
|
6244
6427
|
def initialize(workflowid=nil)
|
6245
6428
|
@WorkflowId = workflowid
|
6246
6429
|
end
|
@@ -6256,7 +6439,7 @@ module TencentCloud
|
|
6256
6439
|
# @type RequestId: String
|
6257
6440
|
|
6258
6441
|
attr_accessor :RequestId
|
6259
|
-
|
6442
|
+
|
6260
6443
|
def initialize(requestid=nil)
|
6261
6444
|
@RequestId = requestid
|
6262
6445
|
end
|
@@ -6280,7 +6463,7 @@ module TencentCloud
|
|
6280
6463
|
# @type Type: String
|
6281
6464
|
|
6282
6465
|
attr_accessor :Definitions, :Offset, :Limit, :Type
|
6283
|
-
|
6466
|
+
|
6284
6467
|
def initialize(definitions=nil, offset=nil, limit=nil, type=nil)
|
6285
6468
|
@Definitions = definitions
|
6286
6469
|
@Offset = offset
|
@@ -6306,7 +6489,7 @@ module TencentCloud
|
|
6306
6489
|
# @type RequestId: String
|
6307
6490
|
|
6308
6491
|
attr_accessor :TotalCount, :AIAnalysisTemplateSet, :RequestId
|
6309
|
-
|
6492
|
+
|
6310
6493
|
def initialize(totalcount=nil, aianalysistemplateset=nil, requestid=nil)
|
6311
6494
|
@TotalCount = totalcount
|
6312
6495
|
@AIAnalysisTemplateSet = aianalysistemplateset
|
@@ -6341,7 +6524,7 @@ module TencentCloud
|
|
6341
6524
|
# @type Type: String
|
6342
6525
|
|
6343
6526
|
attr_accessor :Definitions, :Offset, :Limit, :Type
|
6344
|
-
|
6527
|
+
|
6345
6528
|
def initialize(definitions=nil, offset=nil, limit=nil, type=nil)
|
6346
6529
|
@Definitions = definitions
|
6347
6530
|
@Offset = offset
|
@@ -6367,7 +6550,7 @@ module TencentCloud
|
|
6367
6550
|
# @type RequestId: String
|
6368
6551
|
|
6369
6552
|
attr_accessor :TotalCount, :AIRecognitionTemplateSet, :RequestId
|
6370
|
-
|
6553
|
+
|
6371
6554
|
def initialize(totalcount=nil, airecognitiontemplateset=nil, requestid=nil)
|
6372
6555
|
@TotalCount = totalcount
|
6373
6556
|
@AIRecognitionTemplateSet = airecognitiontemplateset
|
@@ -6402,7 +6585,7 @@ module TencentCloud
|
|
6402
6585
|
# @type Type: String
|
6403
6586
|
|
6404
6587
|
attr_accessor :Definitions, :Offset, :Limit, :Type
|
6405
|
-
|
6588
|
+
|
6406
6589
|
def initialize(definitions=nil, offset=nil, limit=nil, type=nil)
|
6407
6590
|
@Definitions = definitions
|
6408
6591
|
@Offset = offset
|
@@ -6428,7 +6611,7 @@ module TencentCloud
|
|
6428
6611
|
# @type RequestId: String
|
6429
6612
|
|
6430
6613
|
attr_accessor :TotalCount, :AdaptiveDynamicStreamingTemplateSet, :RequestId
|
6431
|
-
|
6614
|
+
|
6432
6615
|
def initialize(totalcount=nil, adaptivedynamicstreamingtemplateset=nil, requestid=nil)
|
6433
6616
|
@TotalCount = totalcount
|
6434
6617
|
@AdaptiveDynamicStreamingTemplateSet = adaptivedynamicstreamingtemplateset
|
@@ -6463,7 +6646,7 @@ module TencentCloud
|
|
6463
6646
|
# @type Type: String
|
6464
6647
|
|
6465
6648
|
attr_accessor :Definitions, :Offset, :Limit, :Type
|
6466
|
-
|
6649
|
+
|
6467
6650
|
def initialize(definitions=nil, offset=nil, limit=nil, type=nil)
|
6468
6651
|
@Definitions = definitions
|
6469
6652
|
@Offset = offset
|
@@ -6489,7 +6672,7 @@ module TencentCloud
|
|
6489
6672
|
# @type RequestId: String
|
6490
6673
|
|
6491
6674
|
attr_accessor :TotalCount, :AnimatedGraphicsTemplateSet, :RequestId
|
6492
|
-
|
6675
|
+
|
6493
6676
|
def initialize(totalcount=nil, animatedgraphicstemplateset=nil, requestid=nil)
|
6494
6677
|
@TotalCount = totalcount
|
6495
6678
|
@AnimatedGraphicsTemplateSet = animatedgraphicstemplateset
|
@@ -6524,7 +6707,7 @@ module TencentCloud
|
|
6524
6707
|
# @type Type: String
|
6525
6708
|
|
6526
6709
|
attr_accessor :Definitions, :Offset, :Limit, :Type
|
6527
|
-
|
6710
|
+
|
6528
6711
|
def initialize(definitions=nil, offset=nil, limit=nil, type=nil)
|
6529
6712
|
@Definitions = definitions
|
6530
6713
|
@Offset = offset
|
@@ -6550,7 +6733,7 @@ module TencentCloud
|
|
6550
6733
|
# @type RequestId: String
|
6551
6734
|
|
6552
6735
|
attr_accessor :TotalCount, :ContentReviewTemplateSet, :RequestId
|
6553
|
-
|
6736
|
+
|
6554
6737
|
def initialize(totalcount=nil, contentreviewtemplateset=nil, requestid=nil)
|
6555
6738
|
@TotalCount = totalcount
|
6556
6739
|
@ContentReviewTemplateSet = contentreviewtemplateset
|
@@ -6571,6 +6754,52 @@ module TencentCloud
|
|
6571
6754
|
end
|
6572
6755
|
end
|
6573
6756
|
|
6757
|
+
# 查询Event的配置信息。
|
6758
|
+
class DescribeEvent < TencentCloud::Common::AbstractModel
|
6759
|
+
# @param EventName: Event的名称。
|
6760
|
+
# @type EventName: String
|
6761
|
+
# @param EventId: Event的Id,唯一标识一个event。
|
6762
|
+
# @type EventId: String
|
6763
|
+
# @param CreateTime: Event创建时间,格式为yyyy-MM-ddTHH:mm:ssZ。
|
6764
|
+
# @type CreateTime: String
|
6765
|
+
# @param Description: Event的描述。
|
6766
|
+
# @type Description: String
|
6767
|
+
# @param Status: Event的状态信息
|
6768
|
+
# 0:未运行
|
6769
|
+
# 1:运行中
|
6770
|
+
# @type Status: Integer
|
6771
|
+
# @param AttachedFlowGroup: Event关联的Flow列表。
|
6772
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6773
|
+
# @type AttachedFlowGroup: Array
|
6774
|
+
|
6775
|
+
attr_accessor :EventName, :EventId, :CreateTime, :Description, :Status, :AttachedFlowGroup
|
6776
|
+
|
6777
|
+
def initialize(eventname=nil, eventid=nil, createtime=nil, description=nil, status=nil, attachedflowgroup=nil)
|
6778
|
+
@EventName = eventname
|
6779
|
+
@EventId = eventid
|
6780
|
+
@CreateTime = createtime
|
6781
|
+
@Description = description
|
6782
|
+
@Status = status
|
6783
|
+
@AttachedFlowGroup = attachedflowgroup
|
6784
|
+
end
|
6785
|
+
|
6786
|
+
def deserialize(params)
|
6787
|
+
@EventName = params['EventName']
|
6788
|
+
@EventId = params['EventId']
|
6789
|
+
@CreateTime = params['CreateTime']
|
6790
|
+
@Description = params['Description']
|
6791
|
+
@Status = params['Status']
|
6792
|
+
unless params['AttachedFlowGroup'].nil?
|
6793
|
+
@AttachedFlowGroup = []
|
6794
|
+
params['AttachedFlowGroup'].each do |i|
|
6795
|
+
describeflowid_tmp = DescribeFlowId.new
|
6796
|
+
describeflowid_tmp.deserialize(i)
|
6797
|
+
@AttachedFlowGroup << describeflowid_tmp
|
6798
|
+
end
|
6799
|
+
end
|
6800
|
+
end
|
6801
|
+
end
|
6802
|
+
|
6574
6803
|
# 查询Flow的配置信息。
|
6575
6804
|
class DescribeFlow < TencentCloud::Common::AbstractModel
|
6576
6805
|
# @param FlowId: 流Id。
|
@@ -6592,7 +6821,7 @@ module TencentCloud
|
|
6592
6821
|
# @type Region: String
|
6593
6822
|
|
6594
6823
|
attr_accessor :FlowId, :FlowName, :State, :MaxBandwidth, :InputGroup, :OutputGroup, :EventId, :Region
|
6595
|
-
|
6824
|
+
|
6596
6825
|
def initialize(flowid=nil, flowname=nil, state=nil, maxbandwidth=nil, inputgroup=nil, outputgroup=nil, eventid=nil, region=nil)
|
6597
6826
|
@FlowId = flowid
|
6598
6827
|
@FlowName = flowname
|
@@ -6630,6 +6859,26 @@ module TencentCloud
|
|
6630
6859
|
end
|
6631
6860
|
end
|
6632
6861
|
|
6862
|
+
# Event管理的Flow列表
|
6863
|
+
class DescribeFlowId < TencentCloud::Common::AbstractModel
|
6864
|
+
# @param FlowId: FlowId,唯一标识一个flow。
|
6865
|
+
# @type FlowId: String
|
6866
|
+
# @param Region: flow所在的区域名称。
|
6867
|
+
# @type Region: String
|
6868
|
+
|
6869
|
+
attr_accessor :FlowId, :Region
|
6870
|
+
|
6871
|
+
def initialize(flowid=nil, region=nil)
|
6872
|
+
@FlowId = flowid
|
6873
|
+
@Region = region
|
6874
|
+
end
|
6875
|
+
|
6876
|
+
def deserialize(params)
|
6877
|
+
@FlowId = params['FlowId']
|
6878
|
+
@Region = params['Region']
|
6879
|
+
end
|
6880
|
+
end
|
6881
|
+
|
6633
6882
|
# 查询输入的HLS配置信息。
|
6634
6883
|
class DescribeHLSPullSourceAddress < TencentCloud::Common::AbstractModel
|
6635
6884
|
# @param Url: HLS源站的Url地址。
|
@@ -6637,7 +6886,7 @@ module TencentCloud
|
|
6637
6886
|
# @type Url: String
|
6638
6887
|
|
6639
6888
|
attr_accessor :Url
|
6640
|
-
|
6889
|
+
|
6641
6890
|
def initialize(url=nil)
|
6642
6891
|
@Url = url
|
6643
6892
|
end
|
@@ -6661,7 +6910,7 @@ module TencentCloud
|
|
6661
6910
|
# @type Type: String
|
6662
6911
|
|
6663
6912
|
attr_accessor :Definitions, :Offset, :Limit, :Type
|
6664
|
-
|
6913
|
+
|
6665
6914
|
def initialize(definitions=nil, offset=nil, limit=nil, type=nil)
|
6666
6915
|
@Definitions = definitions
|
6667
6916
|
@Offset = offset
|
@@ -6687,7 +6936,7 @@ module TencentCloud
|
|
6687
6936
|
# @type RequestId: String
|
6688
6937
|
|
6689
6938
|
attr_accessor :TotalCount, :ImageSpriteTemplateSet, :RequestId
|
6690
|
-
|
6939
|
+
|
6691
6940
|
def initialize(totalcount=nil, imagespritetemplateset=nil, requestid=nil)
|
6692
6941
|
@TotalCount = totalcount
|
6693
6942
|
@ImageSpriteTemplateSet = imagespritetemplateset
|
@@ -6750,7 +6999,7 @@ module TencentCloud
|
|
6750
6999
|
# @type ResilientStream: :class:`Tencentcloud::Mps.v20190612.models.ResilientStreamConf`
|
6751
7000
|
|
6752
7001
|
attr_accessor :InputId, :InputName, :Description, :Protocol, :InputAddressList, :AllowIpList, :SRTSettings, :RTPSettings, :InputRegion, :RTMPSettings, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream
|
6753
|
-
|
7002
|
+
|
6754
7003
|
def initialize(inputid=nil, inputname=nil, description=nil, protocol=nil, inputaddresslist=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, inputregion=nil, rtmpsettings=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil, resilientstream=nil)
|
6755
7004
|
@InputId = inputid
|
6756
7005
|
@InputName = inputname
|
@@ -6822,7 +7071,7 @@ module TencentCloud
|
|
6822
7071
|
# @type SourceAddresses: Array
|
6823
7072
|
|
6824
7073
|
attr_accessor :SourceAddresses
|
6825
|
-
|
7074
|
+
|
6826
7075
|
def initialize(sourceaddresses=nil)
|
6827
7076
|
@SourceAddresses = sourceaddresses
|
6828
7077
|
end
|
@@ -6845,7 +7094,7 @@ module TencentCloud
|
|
6845
7094
|
# @type SourceAddresses: Array
|
6846
7095
|
|
6847
7096
|
attr_accessor :SourceAddresses
|
6848
|
-
|
7097
|
+
|
6849
7098
|
def initialize(sourceaddresses=nil)
|
6850
7099
|
@SourceAddresses = sourceaddresses
|
6851
7100
|
end
|
@@ -6872,7 +7121,7 @@ module TencentCloud
|
|
6872
7121
|
# @type StreamKey: String
|
6873
7122
|
|
6874
7123
|
attr_accessor :AppName, :StreamKey
|
6875
|
-
|
7124
|
+
|
6876
7125
|
def initialize(appname=nil, streamkey=nil)
|
6877
7126
|
@AppName = appname
|
6878
7127
|
@StreamKey = streamkey
|
@@ -6892,7 +7141,7 @@ module TencentCloud
|
|
6892
7141
|
# @type IdleTimeout: Integer
|
6893
7142
|
|
6894
7143
|
attr_accessor :FEC, :IdleTimeout
|
6895
|
-
|
7144
|
+
|
6896
7145
|
def initialize(fec=nil, idletimeout=nil)
|
6897
7146
|
@FEC = fec
|
6898
7147
|
@IdleTimeout = idletimeout
|
@@ -6910,7 +7159,7 @@ module TencentCloud
|
|
6910
7159
|
# @type SourceAddresses: Array
|
6911
7160
|
|
6912
7161
|
attr_accessor :SourceAddresses
|
6913
|
-
|
7162
|
+
|
6914
7163
|
def initialize(sourceaddresses=nil)
|
6915
7164
|
@SourceAddresses = sourceaddresses
|
6916
7165
|
end
|
@@ -6951,7 +7200,7 @@ module TencentCloud
|
|
6951
7200
|
# @type SourceAddresses: Array
|
6952
7201
|
|
6953
7202
|
attr_accessor :Mode, :StreamId, :Latency, :RecvLatency, :PeerLatency, :PeerIdleTimeout, :Passphrase, :PbKeyLen, :SourceAddresses
|
6954
|
-
|
7203
|
+
|
6955
7204
|
def initialize(mode=nil, streamid=nil, latency=nil, recvlatency=nil, peerlatency=nil, peeridletimeout=nil, passphrase=nil, pbkeylen=nil, sourceaddresses=nil)
|
6956
7205
|
@Mode = mode
|
6957
7206
|
@StreamId = streamid
|
@@ -6990,7 +7239,7 @@ module TencentCloud
|
|
6990
7239
|
# @type InputInfo: :class:`Tencentcloud::Mps.v20190612.models.MediaInputInfo`
|
6991
7240
|
|
6992
7241
|
attr_accessor :InputInfo
|
6993
|
-
|
7242
|
+
|
6994
7243
|
def initialize(inputinfo=nil)
|
6995
7244
|
@InputInfo = inputinfo
|
6996
7245
|
end
|
@@ -7011,7 +7260,7 @@ module TencentCloud
|
|
7011
7260
|
# @type RequestId: String
|
7012
7261
|
|
7013
7262
|
attr_accessor :MetaData, :RequestId
|
7014
|
-
|
7263
|
+
|
7015
7264
|
def initialize(metadata=nil, requestid=nil)
|
7016
7265
|
@MetaData = metadata
|
7017
7266
|
@RequestId = requestid
|
@@ -7070,7 +7319,7 @@ module TencentCloud
|
|
7070
7319
|
# @type MaxConcurrent: Integer
|
7071
7320
|
|
7072
7321
|
attr_accessor :OutputId, :OutputName, :OutputType, :Description, :Protocol, :OutputAddressList, :OutputRegion, :SRTSettings, :RTPSettings, :RTMPSettings, :RTMPPullSettings, :AllowIpList, :RTSPPullSettings, :HLSPullSettings, :MaxConcurrent
|
7073
|
-
|
7322
|
+
|
7074
7323
|
def initialize(outputid=nil, outputname=nil, outputtype=nil, description=nil, protocol=nil, outputaddresslist=nil, outputregion=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, rtmppullsettings=nil, allowiplist=nil, rtsppullsettings=nil, hlspullsettings=nil, maxconcurrent=nil)
|
7075
7324
|
@OutputId = outputid
|
7076
7325
|
@OutputName = outputname
|
@@ -7139,7 +7388,7 @@ module TencentCloud
|
|
7139
7388
|
# @type Url: String
|
7140
7389
|
|
7141
7390
|
attr_accessor :Url
|
7142
|
-
|
7391
|
+
|
7143
7392
|
def initialize(url=nil)
|
7144
7393
|
@Url = url
|
7145
7394
|
end
|
@@ -7156,7 +7405,7 @@ module TencentCloud
|
|
7156
7405
|
# @type ServerUrls: Array
|
7157
7406
|
|
7158
7407
|
attr_accessor :ServerUrls
|
7159
|
-
|
7408
|
+
|
7160
7409
|
def initialize(serverurls=nil)
|
7161
7410
|
@ServerUrls = serverurls
|
7162
7411
|
end
|
@@ -7181,7 +7430,7 @@ module TencentCloud
|
|
7181
7430
|
# @type StreamKey: String
|
7182
7431
|
|
7183
7432
|
attr_accessor :TcUrl, :StreamKey
|
7184
|
-
|
7433
|
+
|
7185
7434
|
def initialize(tcurl=nil, streamkey=nil)
|
7186
7435
|
@TcUrl = tcurl
|
7187
7436
|
@StreamKey = streamkey
|
@@ -7200,7 +7449,7 @@ module TencentCloud
|
|
7200
7449
|
# @type ServerUrls: Array
|
7201
7450
|
|
7202
7451
|
attr_accessor :ServerUrls
|
7203
|
-
|
7452
|
+
|
7204
7453
|
def initialize(serverurls=nil)
|
7205
7454
|
@ServerUrls = serverurls
|
7206
7455
|
end
|
@@ -7230,7 +7479,7 @@ module TencentCloud
|
|
7230
7479
|
# @type Destinations: Array
|
7231
7480
|
|
7232
7481
|
attr_accessor :IdleTimeout, :ChunkSize, :Destinations
|
7233
|
-
|
7482
|
+
|
7234
7483
|
def initialize(idletimeout=nil, chunksize=nil, destinations=nil)
|
7235
7484
|
@IdleTimeout = idletimeout
|
7236
7485
|
@ChunkSize = chunksize
|
@@ -7264,7 +7513,7 @@ module TencentCloud
|
|
7264
7513
|
# @type IdleTimeout: Integer
|
7265
7514
|
|
7266
7515
|
attr_accessor :Destinations, :FEC, :IdleTimeout
|
7267
|
-
|
7516
|
+
|
7268
7517
|
def initialize(destinations=nil, fec=nil, idletimeout=nil)
|
7269
7518
|
@Destinations = destinations
|
7270
7519
|
@FEC = fec
|
@@ -7291,7 +7540,7 @@ module TencentCloud
|
|
7291
7540
|
# @type Url: String
|
7292
7541
|
|
7293
7542
|
attr_accessor :Url
|
7294
|
-
|
7543
|
+
|
7295
7544
|
def initialize(url=nil)
|
7296
7545
|
@Url = url
|
7297
7546
|
end
|
@@ -7308,7 +7557,7 @@ module TencentCloud
|
|
7308
7557
|
# @type ServerUrls: Array
|
7309
7558
|
|
7310
7559
|
attr_accessor :ServerUrls
|
7311
|
-
|
7560
|
+
|
7312
7561
|
def initialize(serverurls=nil)
|
7313
7562
|
@ServerUrls = serverurls
|
7314
7563
|
end
|
@@ -7359,7 +7608,7 @@ module TencentCloud
|
|
7359
7608
|
# @type SourceAddresses: Array
|
7360
7609
|
|
7361
7610
|
attr_accessor :Destinations, :StreamId, :Latency, :RecvLatency, :PeerLatency, :PeerIdleTimeout, :Passphrase, :PbKeyLen, :Mode, :SourceAddresses
|
7362
|
-
|
7611
|
+
|
7363
7612
|
def initialize(destinations=nil, streamid=nil, latency=nil, recvlatency=nil, peerlatency=nil, peeridletimeout=nil, passphrase=nil, pbkeylen=nil, mode=nil, sourceaddresses=nil)
|
7364
7613
|
@Destinations = destinations
|
7365
7614
|
@StreamId = streamid
|
@@ -7422,7 +7671,7 @@ module TencentCloud
|
|
7422
7671
|
# @type Limit: Integer
|
7423
7672
|
|
7424
7673
|
attr_accessor :Type, :PersonIds, :Names, :Tags, :Offset, :Limit
|
7425
|
-
|
7674
|
+
|
7426
7675
|
def initialize(type=nil, personids=nil, names=nil, tags=nil, offset=nil, limit=nil)
|
7427
7676
|
@Type = type
|
7428
7677
|
@PersonIds = personids
|
@@ -7452,7 +7701,7 @@ module TencentCloud
|
|
7452
7701
|
# @type RequestId: String
|
7453
7702
|
|
7454
7703
|
attr_accessor :TotalCount, :PersonSet, :RequestId
|
7455
|
-
|
7704
|
+
|
7456
7705
|
def initialize(totalcount=nil, personset=nil, requestid=nil)
|
7457
7706
|
@TotalCount = totalcount
|
7458
7707
|
@PersonSet = personset
|
@@ -7483,7 +7732,7 @@ module TencentCloud
|
|
7483
7732
|
# @type StreamKey: String
|
7484
7733
|
|
7485
7734
|
attr_accessor :TcUrl, :StreamKey
|
7486
|
-
|
7735
|
+
|
7487
7736
|
def initialize(tcurl=nil, streamkey=nil)
|
7488
7737
|
@TcUrl = tcurl
|
7489
7738
|
@StreamKey = streamkey
|
@@ -7502,7 +7751,7 @@ module TencentCloud
|
|
7502
7751
|
# @type Url: String
|
7503
7752
|
|
7504
7753
|
attr_accessor :Url
|
7505
|
-
|
7754
|
+
|
7506
7755
|
def initialize(url=nil)
|
7507
7756
|
@Url = url
|
7508
7757
|
end
|
@@ -7526,7 +7775,7 @@ module TencentCloud
|
|
7526
7775
|
# @type Type: String
|
7527
7776
|
|
7528
7777
|
attr_accessor :Definitions, :Offset, :Limit, :Type
|
7529
|
-
|
7778
|
+
|
7530
7779
|
def initialize(definitions=nil, offset=nil, limit=nil, type=nil)
|
7531
7780
|
@Definitions = definitions
|
7532
7781
|
@Offset = offset
|
@@ -7552,7 +7801,7 @@ module TencentCloud
|
|
7552
7801
|
# @type RequestId: String
|
7553
7802
|
|
7554
7803
|
attr_accessor :TotalCount, :SampleSnapshotTemplateSet, :RequestId
|
7555
|
-
|
7804
|
+
|
7556
7805
|
def initialize(totalcount=nil, samplesnapshottemplateset=nil, requestid=nil)
|
7557
7806
|
@TotalCount = totalcount
|
7558
7807
|
@SampleSnapshotTemplateSet = samplesnapshottemplateset
|
@@ -7593,7 +7842,7 @@ module TencentCloud
|
|
7593
7842
|
# @type Limit: Integer
|
7594
7843
|
|
7595
7844
|
attr_accessor :ScheduleIds, :TriggerType, :Status, :Offset, :Limit
|
7596
|
-
|
7845
|
+
|
7597
7846
|
def initialize(scheduleids=nil, triggertype=nil, status=nil, offset=nil, limit=nil)
|
7598
7847
|
@ScheduleIds = scheduleids
|
7599
7848
|
@TriggerType = triggertype
|
@@ -7621,7 +7870,7 @@ module TencentCloud
|
|
7621
7870
|
# @type RequestId: String
|
7622
7871
|
|
7623
7872
|
attr_accessor :TotalCount, :ScheduleInfoSet, :RequestId
|
7624
|
-
|
7873
|
+
|
7625
7874
|
def initialize(totalcount=nil, scheduleinfoset=nil, requestid=nil)
|
7626
7875
|
@TotalCount = totalcount
|
7627
7876
|
@ScheduleInfoSet = scheduleinfoset
|
@@ -7656,7 +7905,7 @@ module TencentCloud
|
|
7656
7905
|
# @type Type: String
|
7657
7906
|
|
7658
7907
|
attr_accessor :Definitions, :Offset, :Limit, :Type
|
7659
|
-
|
7908
|
+
|
7660
7909
|
def initialize(definitions=nil, offset=nil, limit=nil, type=nil)
|
7661
7910
|
@Definitions = definitions
|
7662
7911
|
@Offset = offset
|
@@ -7682,7 +7931,7 @@ module TencentCloud
|
|
7682
7931
|
# @type RequestId: String
|
7683
7932
|
|
7684
7933
|
attr_accessor :TotalCount, :SnapshotByTimeOffsetTemplateSet, :RequestId
|
7685
|
-
|
7934
|
+
|
7686
7935
|
def initialize(totalcount=nil, snapshotbytimeoffsettemplateset=nil, requestid=nil)
|
7687
7936
|
@TotalCount = totalcount
|
7688
7937
|
@SnapshotByTimeOffsetTemplateSet = snapshotbytimeoffsettemplateset
|
@@ -7706,7 +7955,7 @@ module TencentCloud
|
|
7706
7955
|
# DescribeStreamLinkActivateState请求参数结构体
|
7707
7956
|
class DescribeStreamLinkActivateStateRequest < TencentCloud::Common::AbstractModel
|
7708
7957
|
|
7709
|
-
|
7958
|
+
|
7710
7959
|
def initialize()
|
7711
7960
|
end
|
7712
7961
|
|
@@ -7722,7 +7971,7 @@ module TencentCloud
|
|
7722
7971
|
# @type RequestId: String
|
7723
7972
|
|
7724
7973
|
attr_accessor :Status, :RequestId
|
7725
|
-
|
7974
|
+
|
7726
7975
|
def initialize(status=nil, requestid=nil)
|
7727
7976
|
@Status = status
|
7728
7977
|
@RequestId = requestid
|
@@ -7734,6 +7983,163 @@ module TencentCloud
|
|
7734
7983
|
end
|
7735
7984
|
end
|
7736
7985
|
|
7986
|
+
# DescribeStreamLinkEventAttachedFlows请求参数结构体
|
7987
|
+
class DescribeStreamLinkEventAttachedFlowsRequest < TencentCloud::Common::AbstractModel
|
7988
|
+
# @param EventId: EventId。
|
7989
|
+
# @type EventId: String
|
7990
|
+
# @param PageNum: 当前页数,默认1。
|
7991
|
+
# @type PageNum: Integer
|
7992
|
+
# @param PageSize: 每页大小,默认1000。
|
7993
|
+
# @type PageSize: Integer
|
7994
|
+
|
7995
|
+
attr_accessor :EventId, :PageNum, :PageSize
|
7996
|
+
|
7997
|
+
def initialize(eventid=nil, pagenum=nil, pagesize=nil)
|
7998
|
+
@EventId = eventid
|
7999
|
+
@PageNum = pagenum
|
8000
|
+
@PageSize = pagesize
|
8001
|
+
end
|
8002
|
+
|
8003
|
+
def deserialize(params)
|
8004
|
+
@EventId = params['EventId']
|
8005
|
+
@PageNum = params['PageNum']
|
8006
|
+
@PageSize = params['PageSize']
|
8007
|
+
end
|
8008
|
+
end
|
8009
|
+
|
8010
|
+
# DescribeStreamLinkEventAttachedFlows返回参数结构体
|
8011
|
+
class DescribeStreamLinkEventAttachedFlowsResponse < TencentCloud::Common::AbstractModel
|
8012
|
+
# @param Infos: 流的配置信息列表。
|
8013
|
+
# @type Infos: Array
|
8014
|
+
# @param TotalNum: 总数量。
|
8015
|
+
# @type TotalNum: Integer
|
8016
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
8017
|
+
# @type RequestId: String
|
8018
|
+
|
8019
|
+
attr_accessor :Infos, :TotalNum, :RequestId
|
8020
|
+
|
8021
|
+
def initialize(infos=nil, totalnum=nil, requestid=nil)
|
8022
|
+
@Infos = infos
|
8023
|
+
@TotalNum = totalnum
|
8024
|
+
@RequestId = requestid
|
8025
|
+
end
|
8026
|
+
|
8027
|
+
def deserialize(params)
|
8028
|
+
unless params['Infos'].nil?
|
8029
|
+
@Infos = []
|
8030
|
+
params['Infos'].each do |i|
|
8031
|
+
describeflow_tmp = DescribeFlow.new
|
8032
|
+
describeflow_tmp.deserialize(i)
|
8033
|
+
@Infos << describeflow_tmp
|
8034
|
+
end
|
8035
|
+
end
|
8036
|
+
@TotalNum = params['TotalNum']
|
8037
|
+
@RequestId = params['RequestId']
|
8038
|
+
end
|
8039
|
+
end
|
8040
|
+
|
8041
|
+
# DescribeStreamLinkEvent请求参数结构体
|
8042
|
+
class DescribeStreamLinkEventRequest < TencentCloud::Common::AbstractModel
|
8043
|
+
# @param EventId: 媒体传输事件ID。
|
8044
|
+
# @type EventId: String
|
8045
|
+
|
8046
|
+
attr_accessor :EventId
|
8047
|
+
|
8048
|
+
def initialize(eventid=nil)
|
8049
|
+
@EventId = eventid
|
8050
|
+
end
|
8051
|
+
|
8052
|
+
def deserialize(params)
|
8053
|
+
@EventId = params['EventId']
|
8054
|
+
end
|
8055
|
+
end
|
8056
|
+
|
8057
|
+
# DescribeStreamLinkEvent返回参数结构体
|
8058
|
+
class DescribeStreamLinkEventResponse < TencentCloud::Common::AbstractModel
|
8059
|
+
# @param Info: 媒体传输事件的配置信息。
|
8060
|
+
# @type Info: :class:`Tencentcloud::Mps.v20190612.models.DescribeEvent`
|
8061
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
8062
|
+
# @type RequestId: String
|
8063
|
+
|
8064
|
+
attr_accessor :Info, :RequestId
|
8065
|
+
|
8066
|
+
def initialize(info=nil, requestid=nil)
|
8067
|
+
@Info = info
|
8068
|
+
@RequestId = requestid
|
8069
|
+
end
|
8070
|
+
|
8071
|
+
def deserialize(params)
|
8072
|
+
unless params['Info'].nil?
|
8073
|
+
@Info = DescribeEvent.new
|
8074
|
+
@Info.deserialize(params['Info'])
|
8075
|
+
end
|
8076
|
+
@RequestId = params['RequestId']
|
8077
|
+
end
|
8078
|
+
end
|
8079
|
+
|
8080
|
+
# DescribeStreamLinkEvents请求参数结构体
|
8081
|
+
class DescribeStreamLinkEventsRequest < TencentCloud::Common::AbstractModel
|
8082
|
+
# @param PageNum: 当前页数,默认1。
|
8083
|
+
# @type PageNum: Integer
|
8084
|
+
# @param PageSize: 每页大小,默认10。
|
8085
|
+
# @type PageSize: Integer
|
8086
|
+
|
8087
|
+
attr_accessor :PageNum, :PageSize
|
8088
|
+
|
8089
|
+
def initialize(pagenum=nil, pagesize=nil)
|
8090
|
+
@PageNum = pagenum
|
8091
|
+
@PageSize = pagesize
|
8092
|
+
end
|
8093
|
+
|
8094
|
+
def deserialize(params)
|
8095
|
+
@PageNum = params['PageNum']
|
8096
|
+
@PageSize = params['PageSize']
|
8097
|
+
end
|
8098
|
+
end
|
8099
|
+
|
8100
|
+
# DescribeStreamLinkEvents返回参数结构体
|
8101
|
+
class DescribeStreamLinkEventsResponse < TencentCloud::Common::AbstractModel
|
8102
|
+
# @param Infos: 媒体传输事件的配置信息列表。
|
8103
|
+
# @type Infos: Array
|
8104
|
+
# @param PageNum: 当前页数。
|
8105
|
+
# @type PageNum: Integer
|
8106
|
+
# @param PageSize: 每页大小。
|
8107
|
+
# @type PageSize: Integer
|
8108
|
+
# @param TotalNum: 总数量。
|
8109
|
+
# @type TotalNum: Integer
|
8110
|
+
# @param TotalPage: 总页数。
|
8111
|
+
# @type TotalPage: Integer
|
8112
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
8113
|
+
# @type RequestId: String
|
8114
|
+
|
8115
|
+
attr_accessor :Infos, :PageNum, :PageSize, :TotalNum, :TotalPage, :RequestId
|
8116
|
+
|
8117
|
+
def initialize(infos=nil, pagenum=nil, pagesize=nil, totalnum=nil, totalpage=nil, requestid=nil)
|
8118
|
+
@Infos = infos
|
8119
|
+
@PageNum = pagenum
|
8120
|
+
@PageSize = pagesize
|
8121
|
+
@TotalNum = totalnum
|
8122
|
+
@TotalPage = totalpage
|
8123
|
+
@RequestId = requestid
|
8124
|
+
end
|
8125
|
+
|
8126
|
+
def deserialize(params)
|
8127
|
+
unless params['Infos'].nil?
|
8128
|
+
@Infos = []
|
8129
|
+
params['Infos'].each do |i|
|
8130
|
+
describeevent_tmp = DescribeEvent.new
|
8131
|
+
describeevent_tmp.deserialize(i)
|
8132
|
+
@Infos << describeevent_tmp
|
8133
|
+
end
|
8134
|
+
end
|
8135
|
+
@PageNum = params['PageNum']
|
8136
|
+
@PageSize = params['PageSize']
|
8137
|
+
@TotalNum = params['TotalNum']
|
8138
|
+
@TotalPage = params['TotalPage']
|
8139
|
+
@RequestId = params['RequestId']
|
8140
|
+
end
|
8141
|
+
end
|
8142
|
+
|
7737
8143
|
# DescribeStreamLinkFlowLogs请求参数结构体
|
7738
8144
|
class DescribeStreamLinkFlowLogsRequest < TencentCloud::Common::AbstractModel
|
7739
8145
|
# @param FlowId: 传输流Id。
|
@@ -7756,7 +8162,7 @@ module TencentCloud
|
|
7756
8162
|
# @type PageNum: Integer
|
7757
8163
|
|
7758
8164
|
attr_accessor :FlowId, :StartTime, :EndTime, :Type, :Pipeline, :PageSize, :SortType, :PageNum
|
7759
|
-
|
8165
|
+
|
7760
8166
|
def initialize(flowid=nil, starttime=nil, endtime=nil, type=nil, pipeline=nil, pagesize=nil, sorttype=nil, pagenum=nil)
|
7761
8167
|
@FlowId = flowid
|
7762
8168
|
@StartTime = starttime
|
@@ -7796,7 +8202,7 @@ module TencentCloud
|
|
7796
8202
|
# @type RequestId: String
|
7797
8203
|
|
7798
8204
|
attr_accessor :Infos, :PageNum, :PageSize, :TotalNum, :TotalPage, :RequestId
|
7799
|
-
|
8205
|
+
|
7800
8206
|
def initialize(infos=nil, pagenum=nil, pagesize=nil, totalnum=nil, totalpage=nil, requestid=nil)
|
7801
8207
|
@Infos = infos
|
7802
8208
|
@PageNum = pagenum
|
@@ -7843,7 +8249,7 @@ module TencentCloud
|
|
7843
8249
|
# @type EndTime: String
|
7844
8250
|
|
7845
8251
|
attr_accessor :FlowId, :Type, :InputOutputId, :Pipeline, :Period, :StartTime, :EndTime
|
7846
|
-
|
8252
|
+
|
7847
8253
|
def initialize(flowid=nil, type=nil, inputoutputid=nil, pipeline=nil, period=nil, starttime=nil, endtime=nil)
|
7848
8254
|
@FlowId = flowid
|
7849
8255
|
@Type = type
|
@@ -7873,7 +8279,7 @@ module TencentCloud
|
|
7873
8279
|
# @type RequestId: String
|
7874
8280
|
|
7875
8281
|
attr_accessor :Infos, :RequestId
|
7876
|
-
|
8282
|
+
|
7877
8283
|
def initialize(infos=nil, requestid=nil)
|
7878
8284
|
@Infos = infos
|
7879
8285
|
@RequestId = requestid
|
@@ -7902,7 +8308,7 @@ module TencentCloud
|
|
7902
8308
|
# @type OutputIds: Array
|
7903
8309
|
|
7904
8310
|
attr_accessor :FlowId, :InputIds, :OutputIds
|
7905
|
-
|
8311
|
+
|
7906
8312
|
def initialize(flowid=nil, inputids=nil, outputids=nil)
|
7907
8313
|
@FlowId = flowid
|
7908
8314
|
@InputIds = inputids
|
@@ -7926,7 +8332,7 @@ module TencentCloud
|
|
7926
8332
|
# @type RequestId: String
|
7927
8333
|
|
7928
8334
|
attr_accessor :Timestamp, :Datas, :RequestId
|
7929
|
-
|
8335
|
+
|
7930
8336
|
def initialize(timestamp=nil, datas=nil, requestid=nil)
|
7931
8337
|
@Timestamp = timestamp
|
7932
8338
|
@Datas = datas
|
@@ -7953,7 +8359,7 @@ module TencentCloud
|
|
7953
8359
|
# @type FlowId: String
|
7954
8360
|
|
7955
8361
|
attr_accessor :FlowId
|
7956
|
-
|
8362
|
+
|
7957
8363
|
def initialize(flowid=nil)
|
7958
8364
|
@FlowId = flowid
|
7959
8365
|
end
|
@@ -7971,7 +8377,7 @@ module TencentCloud
|
|
7971
8377
|
# @type RequestId: String
|
7972
8378
|
|
7973
8379
|
attr_accessor :Info, :RequestId
|
7974
|
-
|
8380
|
+
|
7975
8381
|
def initialize(info=nil, requestid=nil)
|
7976
8382
|
@Info = info
|
7977
8383
|
@RequestId = requestid
|
@@ -8006,7 +8412,7 @@ module TencentCloud
|
|
8006
8412
|
# @type Period: String
|
8007
8413
|
|
8008
8414
|
attr_accessor :FlowId, :Type, :InputOutputId, :Pipeline, :StartTime, :EndTime, :Period
|
8009
|
-
|
8415
|
+
|
8010
8416
|
def initialize(flowid=nil, type=nil, inputoutputid=nil, pipeline=nil, starttime=nil, endtime=nil, period=nil)
|
8011
8417
|
@FlowId = flowid
|
8012
8418
|
@Type = type
|
@@ -8036,7 +8442,7 @@ module TencentCloud
|
|
8036
8442
|
# @type RequestId: String
|
8037
8443
|
|
8038
8444
|
attr_accessor :Infos, :RequestId
|
8039
|
-
|
8445
|
+
|
8040
8446
|
def initialize(infos=nil, requestid=nil)
|
8041
8447
|
@Infos = infos
|
8042
8448
|
@RequestId = requestid
|
@@ -8075,7 +8481,7 @@ module TencentCloud
|
|
8075
8481
|
# @type EndTime: String
|
8076
8482
|
|
8077
8483
|
attr_accessor :FlowId, :Type, :InputOutputId, :Pipeline, :Period, :StartTime, :EndTime
|
8078
|
-
|
8484
|
+
|
8079
8485
|
def initialize(flowid=nil, type=nil, inputoutputid=nil, pipeline=nil, period=nil, starttime=nil, endtime=nil)
|
8080
8486
|
@FlowId = flowid
|
8081
8487
|
@Type = type
|
@@ -8105,7 +8511,7 @@ module TencentCloud
|
|
8105
8511
|
# @type RequestId: String
|
8106
8512
|
|
8107
8513
|
attr_accessor :Infos, :RequestId
|
8108
|
-
|
8514
|
+
|
8109
8515
|
def initialize(infos=nil, requestid=nil)
|
8110
8516
|
@Infos = infos
|
8111
8517
|
@RequestId = requestid
|
@@ -8132,7 +8538,7 @@ module TencentCloud
|
|
8132
8538
|
# @type PageSize: Integer
|
8133
8539
|
|
8134
8540
|
attr_accessor :PageNum, :PageSize
|
8135
|
-
|
8541
|
+
|
8136
8542
|
def initialize(pagenum=nil, pagesize=nil)
|
8137
8543
|
@PageNum = pagenum
|
8138
8544
|
@PageSize = pagesize
|
@@ -8160,7 +8566,7 @@ module TencentCloud
|
|
8160
8566
|
# @type RequestId: String
|
8161
8567
|
|
8162
8568
|
attr_accessor :Infos, :PageNum, :PageSize, :TotalNum, :TotalPage, :RequestId
|
8163
|
-
|
8569
|
+
|
8164
8570
|
def initialize(infos=nil, pagenum=nil, pagesize=nil, totalnum=nil, totalpage=nil, requestid=nil)
|
8165
8571
|
@Infos = infos
|
8166
8572
|
@PageNum = pagenum
|
@@ -8190,7 +8596,7 @@ module TencentCloud
|
|
8190
8596
|
# DescribeStreamLinkRegions请求参数结构体
|
8191
8597
|
class DescribeStreamLinkRegionsRequest < TencentCloud::Common::AbstractModel
|
8192
8598
|
|
8193
|
-
|
8599
|
+
|
8194
8600
|
def initialize()
|
8195
8601
|
end
|
8196
8602
|
|
@@ -8206,7 +8612,7 @@ module TencentCloud
|
|
8206
8612
|
# @type RequestId: String
|
8207
8613
|
|
8208
8614
|
attr_accessor :Info, :RequestId
|
8209
|
-
|
8615
|
+
|
8210
8616
|
def initialize(info=nil, requestid=nil)
|
8211
8617
|
@Info = info
|
8212
8618
|
@RequestId = requestid
|
@@ -8227,7 +8633,7 @@ module TencentCloud
|
|
8227
8633
|
# @type TaskId: String
|
8228
8634
|
|
8229
8635
|
attr_accessor :TaskId
|
8230
|
-
|
8636
|
+
|
8231
8637
|
def initialize(taskid=nil)
|
8232
8638
|
@TaskId = taskid
|
8233
8639
|
end
|
@@ -8283,7 +8689,7 @@ module TencentCloud
|
|
8283
8689
|
# @type RequestId: String
|
8284
8690
|
|
8285
8691
|
attr_accessor :TaskType, :Status, :CreateTime, :BeginProcessTime, :FinishTime, :EditMediaTask, :WorkflowTask, :LiveStreamProcessTask, :TaskNotifyConfig, :TasksPriority, :SessionId, :SessionContext, :ExtInfo, :ScheduleTask, :RequestId
|
8286
|
-
|
8692
|
+
|
8287
8693
|
def initialize(tasktype=nil, status=nil, createtime=nil, beginprocesstime=nil, finishtime=nil, editmediatask=nil, workflowtask=nil, livestreamprocesstask=nil, tasknotifyconfig=nil, taskspriority=nil, sessionid=nil, sessioncontext=nil, extinfo=nil, scheduletask=nil, requestid=nil)
|
8288
8694
|
@TaskType = tasktype
|
8289
8695
|
@Status = status
|
@@ -8346,7 +8752,7 @@ module TencentCloud
|
|
8346
8752
|
# @type ScrollToken: String
|
8347
8753
|
|
8348
8754
|
attr_accessor :Status, :Limit, :ScrollToken
|
8349
|
-
|
8755
|
+
|
8350
8756
|
def initialize(status=nil, limit=nil, scrolltoken=nil)
|
8351
8757
|
@Status = status
|
8352
8758
|
@Limit = limit
|
@@ -8372,7 +8778,7 @@ module TencentCloud
|
|
8372
8778
|
# @type RequestId: String
|
8373
8779
|
|
8374
8780
|
attr_accessor :TaskSet, :ScrollToken, :TotalCount, :RequestId
|
8375
|
-
|
8781
|
+
|
8376
8782
|
def initialize(taskset=nil, scrolltoken=nil, totalcount=nil, requestid=nil)
|
8377
8783
|
@TaskSet = taskset
|
8378
8784
|
@ScrollToken = scrolltoken
|
@@ -8425,7 +8831,7 @@ module TencentCloud
|
|
8425
8831
|
# @type TranscodeType: String
|
8426
8832
|
|
8427
8833
|
attr_accessor :Definitions, :Type, :ContainerType, :TEHDType, :Offset, :Limit, :TranscodeType
|
8428
|
-
|
8834
|
+
|
8429
8835
|
def initialize(definitions=nil, type=nil, containertype=nil, tehdtype=nil, offset=nil, limit=nil, transcodetype=nil)
|
8430
8836
|
@Definitions = definitions
|
8431
8837
|
@Type = type
|
@@ -8457,7 +8863,7 @@ module TencentCloud
|
|
8457
8863
|
# @type RequestId: String
|
8458
8864
|
|
8459
8865
|
attr_accessor :TotalCount, :TranscodeTemplateSet, :RequestId
|
8460
|
-
|
8866
|
+
|
8461
8867
|
def initialize(totalcount=nil, transcodetemplateset=nil, requestid=nil)
|
8462
8868
|
@TotalCount = totalcount
|
8463
8869
|
@TranscodeTemplateSet = transcodetemplateset
|
@@ -8494,7 +8900,7 @@ module TencentCloud
|
|
8494
8900
|
# @type Limit: Integer
|
8495
8901
|
|
8496
8902
|
attr_accessor :Definitions, :Type, :Offset, :Limit
|
8497
|
-
|
8903
|
+
|
8498
8904
|
def initialize(definitions=nil, type=nil, offset=nil, limit=nil)
|
8499
8905
|
@Definitions = definitions
|
8500
8906
|
@Type = type
|
@@ -8520,7 +8926,7 @@ module TencentCloud
|
|
8520
8926
|
# @type RequestId: String
|
8521
8927
|
|
8522
8928
|
attr_accessor :TotalCount, :WatermarkTemplateSet, :RequestId
|
8523
|
-
|
8929
|
+
|
8524
8930
|
def initialize(totalcount=nil, watermarktemplateset=nil, requestid=nil)
|
8525
8931
|
@TotalCount = totalcount
|
8526
8932
|
@WatermarkTemplateSet = watermarktemplateset
|
@@ -8563,7 +8969,7 @@ module TencentCloud
|
|
8563
8969
|
# @type Limit: Integer
|
8564
8970
|
|
8565
8971
|
attr_accessor :Keywords, :Usages, :Tags, :Offset, :Limit
|
8566
|
-
|
8972
|
+
|
8567
8973
|
def initialize(keywords=nil, usages=nil, tags=nil, offset=nil, limit=nil)
|
8568
8974
|
@Keywords = keywords
|
8569
8975
|
@Usages = usages
|
@@ -8593,7 +8999,7 @@ module TencentCloud
|
|
8593
8999
|
# @type RequestId: String
|
8594
9000
|
|
8595
9001
|
attr_accessor :TotalCount, :WordSet, :RequestId
|
8596
|
-
|
9002
|
+
|
8597
9003
|
def initialize(totalcount=nil, wordset=nil, requestid=nil)
|
8598
9004
|
@TotalCount = totalcount
|
8599
9005
|
@WordSet = wordset
|
@@ -8629,7 +9035,7 @@ module TencentCloud
|
|
8629
9035
|
# @type Limit: Integer
|
8630
9036
|
|
8631
9037
|
attr_accessor :WorkflowIds, :Status, :Offset, :Limit
|
8632
|
-
|
9038
|
+
|
8633
9039
|
def initialize(workflowids=nil, status=nil, offset=nil, limit=nil)
|
8634
9040
|
@WorkflowIds = workflowids
|
8635
9041
|
@Status = status
|
@@ -8655,7 +9061,7 @@ module TencentCloud
|
|
8655
9061
|
# @type RequestId: String
|
8656
9062
|
|
8657
9063
|
attr_accessor :TotalCount, :WorkflowInfoSet, :RequestId
|
8658
|
-
|
9064
|
+
|
8659
9065
|
def initialize(totalcount=nil, workflowinfoset=nil, requestid=nil)
|
8660
9066
|
@TotalCount = totalcount
|
8661
9067
|
@WorkflowInfoSet = workflowinfoset
|
@@ -8698,7 +9104,7 @@ module TencentCloud
|
|
8698
9104
|
# @type SeverityLevel: String
|
8699
9105
|
|
8700
9106
|
attr_accessor :Category, :Type, :Timestamp, :Description, :DateTime, :SeverityLevel
|
8701
|
-
|
9107
|
+
|
8702
9108
|
def initialize(category=nil, type=nil, timestamp=nil, description=nil, datetime=nil, severitylevel=nil)
|
8703
9109
|
@Category = category
|
8704
9110
|
@Type = type
|
@@ -8724,7 +9130,7 @@ module TencentCloud
|
|
8724
9130
|
# @type ScheduleId: Integer
|
8725
9131
|
|
8726
9132
|
attr_accessor :ScheduleId
|
8727
|
-
|
9133
|
+
|
8728
9134
|
def initialize(scheduleid=nil)
|
8729
9135
|
@ScheduleId = scheduleid
|
8730
9136
|
end
|
@@ -8740,7 +9146,7 @@ module TencentCloud
|
|
8740
9146
|
# @type RequestId: String
|
8741
9147
|
|
8742
9148
|
attr_accessor :RequestId
|
8743
|
-
|
9149
|
+
|
8744
9150
|
def initialize(requestid=nil)
|
8745
9151
|
@RequestId = requestid
|
8746
9152
|
end
|
@@ -8756,7 +9162,7 @@ module TencentCloud
|
|
8756
9162
|
# @type WorkflowId: Integer
|
8757
9163
|
|
8758
9164
|
attr_accessor :WorkflowId
|
8759
|
-
|
9165
|
+
|
8760
9166
|
def initialize(workflowid=nil)
|
8761
9167
|
@WorkflowId = workflowid
|
8762
9168
|
end
|
@@ -8772,7 +9178,7 @@ module TencentCloud
|
|
8772
9178
|
# @type RequestId: String
|
8773
9179
|
|
8774
9180
|
attr_accessor :RequestId
|
8775
|
-
|
9181
|
+
|
8776
9182
|
def initialize(requestid=nil)
|
8777
9183
|
@RequestId = requestid
|
8778
9184
|
end
|
@@ -8792,7 +9198,7 @@ module TencentCloud
|
|
8792
9198
|
# @type EndTimeOffset: Float
|
8793
9199
|
|
8794
9200
|
attr_accessor :InputInfo, :StartTimeOffset, :EndTimeOffset
|
8795
|
-
|
9201
|
+
|
8796
9202
|
def initialize(inputinfo=nil, starttimeoffset=nil, endtimeoffset=nil)
|
8797
9203
|
@InputInfo = inputinfo
|
8798
9204
|
@StartTimeOffset = starttimeoffset
|
@@ -8817,7 +9223,7 @@ module TencentCloud
|
|
8817
9223
|
# @type Type: String
|
8818
9224
|
|
8819
9225
|
attr_accessor :Container, :Type
|
8820
|
-
|
9226
|
+
|
8821
9227
|
def initialize(container=nil, type=nil)
|
8822
9228
|
@Container = container
|
8823
9229
|
@Type = type
|
@@ -8849,7 +9255,7 @@ module TencentCloud
|
|
8849
9255
|
# @type SessionContext: String
|
8850
9256
|
|
8851
9257
|
attr_accessor :FileInfos, :OutputStorage, :OutputObjectPath, :OutputConfig, :TaskNotifyConfig, :TasksPriority, :SessionId, :SessionContext
|
8852
|
-
|
9258
|
+
|
8853
9259
|
def initialize(fileinfos=nil, outputstorage=nil, outputobjectpath=nil, outputconfig=nil, tasknotifyconfig=nil, taskspriority=nil, sessionid=nil, sessioncontext=nil)
|
8854
9260
|
@FileInfos = fileinfos
|
8855
9261
|
@OutputStorage = outputstorage
|
@@ -8897,7 +9303,7 @@ module TencentCloud
|
|
8897
9303
|
# @type RequestId: String
|
8898
9304
|
|
8899
9305
|
attr_accessor :TaskId, :RequestId
|
8900
|
-
|
9306
|
+
|
8901
9307
|
def initialize(taskid=nil, requestid=nil)
|
8902
9308
|
@TaskId = taskid
|
8903
9309
|
@RequestId = requestid
|
@@ -8930,7 +9336,7 @@ module TencentCloud
|
|
8930
9336
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.EditMediaTaskOutput`
|
8931
9337
|
|
8932
9338
|
attr_accessor :TaskId, :Status, :ErrCode, :Message, :Input, :Output
|
8933
|
-
|
9339
|
+
|
8934
9340
|
def initialize(taskid=nil, status=nil, errcode=nil, message=nil, input=nil, output=nil)
|
8935
9341
|
@TaskId = taskid
|
8936
9342
|
@Status = status
|
@@ -8962,7 +9368,7 @@ module TencentCloud
|
|
8962
9368
|
# @type FileInfoSet: Array
|
8963
9369
|
|
8964
9370
|
attr_accessor :FileInfoSet
|
8965
|
-
|
9371
|
+
|
8966
9372
|
def initialize(fileinfoset=nil)
|
8967
9373
|
@FileInfoSet = fileinfoset
|
8968
9374
|
end
|
@@ -8990,7 +9396,7 @@ module TencentCloud
|
|
8990
9396
|
# @type MetaData: :class:`Tencentcloud::Mps.v20190612.models.MediaMetaData`
|
8991
9397
|
|
8992
9398
|
attr_accessor :OutputStorage, :Path, :MetaData
|
8993
|
-
|
9399
|
+
|
8994
9400
|
def initialize(outputstorage=nil, path=nil, metadata=nil)
|
8995
9401
|
@OutputStorage = outputstorage
|
8996
9402
|
@Path = path
|
@@ -9016,7 +9422,7 @@ module TencentCloud
|
|
9016
9422
|
# @type ScheduleId: Integer
|
9017
9423
|
|
9018
9424
|
attr_accessor :ScheduleId
|
9019
|
-
|
9425
|
+
|
9020
9426
|
def initialize(scheduleid=nil)
|
9021
9427
|
@ScheduleId = scheduleid
|
9022
9428
|
end
|
@@ -9032,7 +9438,7 @@ module TencentCloud
|
|
9032
9438
|
# @type RequestId: String
|
9033
9439
|
|
9034
9440
|
attr_accessor :RequestId
|
9035
|
-
|
9441
|
+
|
9036
9442
|
def initialize(requestid=nil)
|
9037
9443
|
@RequestId = requestid
|
9038
9444
|
end
|
@@ -9048,7 +9454,7 @@ module TencentCloud
|
|
9048
9454
|
# @type WorkflowId: Integer
|
9049
9455
|
|
9050
9456
|
attr_accessor :WorkflowId
|
9051
|
-
|
9457
|
+
|
9052
9458
|
def initialize(workflowid=nil)
|
9053
9459
|
@WorkflowId = workflowid
|
9054
9460
|
end
|
@@ -9064,7 +9470,7 @@ module TencentCloud
|
|
9064
9470
|
# @type RequestId: String
|
9065
9471
|
|
9066
9472
|
attr_accessor :RequestId
|
9067
|
-
|
9473
|
+
|
9068
9474
|
def initialize(requestid=nil)
|
9069
9475
|
@RequestId = requestid
|
9070
9476
|
end
|
@@ -9081,7 +9487,7 @@ module TencentCloud
|
|
9081
9487
|
# @type VideoEnhance: :class:`Tencentcloud::Mps.v20190612.models.VideoEnhanceConfig`
|
9082
9488
|
|
9083
9489
|
attr_accessor :VideoEnhance
|
9084
|
-
|
9490
|
+
|
9085
9491
|
def initialize(videoenhance=nil)
|
9086
9492
|
@VideoEnhance = videoenhance
|
9087
9493
|
end
|
@@ -9102,7 +9508,7 @@ module TencentCloud
|
|
9102
9508
|
# @type FunctionArg: String
|
9103
9509
|
|
9104
9510
|
attr_accessor :FunctionName, :FunctionArg
|
9105
|
-
|
9511
|
+
|
9106
9512
|
def initialize(functionname=nil, functionarg=nil)
|
9107
9513
|
@FunctionName = functionname
|
9108
9514
|
@FunctionArg = functionarg
|
@@ -9122,7 +9528,7 @@ module TencentCloud
|
|
9122
9528
|
# @type RequestId: String
|
9123
9529
|
|
9124
9530
|
attr_accessor :Result, :RequestId
|
9125
|
-
|
9531
|
+
|
9126
9532
|
def initialize(result=nil, requestid=nil)
|
9127
9533
|
@Result = result
|
9128
9534
|
@RequestId = requestid
|
@@ -9142,7 +9548,7 @@ module TencentCloud
|
|
9142
9548
|
# @type Switch: String
|
9143
9549
|
|
9144
9550
|
attr_accessor :Switch
|
9145
|
-
|
9551
|
+
|
9146
9552
|
def initialize(switch=nil)
|
9147
9553
|
@Switch = switch
|
9148
9554
|
end
|
@@ -9176,7 +9582,7 @@ module TencentCloud
|
|
9176
9582
|
# @type FaceLibrary: String
|
9177
9583
|
|
9178
9584
|
attr_accessor :Switch, :Score, :DefaultLibraryLabelSet, :UserDefineLibraryLabelSet, :FaceLibrary
|
9179
|
-
|
9585
|
+
|
9180
9586
|
def initialize(switch=nil, score=nil, defaultlibrarylabelset=nil, userdefinelibrarylabelset=nil, facelibrary=nil)
|
9181
9587
|
@Switch = switch
|
9182
9588
|
@Score = score
|
@@ -9217,7 +9623,7 @@ module TencentCloud
|
|
9217
9623
|
# @type FaceLibrary: String
|
9218
9624
|
|
9219
9625
|
attr_accessor :Switch, :Score, :DefaultLibraryLabelSet, :UserDefineLibraryLabelSet, :FaceLibrary
|
9220
|
-
|
9626
|
+
|
9221
9627
|
def initialize(switch=nil, score=nil, defaultlibrarylabelset=nil, userdefinelibrarylabelset=nil, facelibrary=nil)
|
9222
9628
|
@Switch = switch
|
9223
9629
|
@Score = score
|
@@ -9248,7 +9654,7 @@ module TencentCloud
|
|
9248
9654
|
# @type Intensity: Float
|
9249
9655
|
|
9250
9656
|
attr_accessor :Switch, :Intensity
|
9251
|
-
|
9657
|
+
|
9252
9658
|
def initialize(switch=nil, intensity=nil)
|
9253
9659
|
@Switch = switch
|
9254
9660
|
@Intensity = intensity
|
@@ -9270,7 +9676,7 @@ module TencentCloud
|
|
9270
9676
|
# @type Pid: Integer
|
9271
9677
|
|
9272
9678
|
attr_accessor :Fps, :Rate, :Pid
|
9273
|
-
|
9679
|
+
|
9274
9680
|
def initialize(fps=nil, rate=nil, pid=nil)
|
9275
9681
|
@Fps = fps
|
9276
9682
|
@Rate = rate
|
@@ -9308,7 +9714,7 @@ module TencentCloud
|
|
9308
9714
|
# @type InputOutputName: String
|
9309
9715
|
|
9310
9716
|
attr_accessor :Timestamp, :Type, :InputOutputId, :Protocol, :EventCode, :EventMessage, :RemoteIp, :RemotePort, :Pipeline, :InputOutputName
|
9311
|
-
|
9717
|
+
|
9312
9718
|
def initialize(timestamp=nil, type=nil, inputoutputid=nil, protocol=nil, eventcode=nil, eventmessage=nil, remoteip=nil, remoteport=nil, pipeline=nil, inputoutputname=nil)
|
9313
9719
|
@Timestamp = timestamp
|
9314
9720
|
@Type = type
|
@@ -9348,7 +9754,7 @@ module TencentCloud
|
|
9348
9754
|
# @type SessionId: String
|
9349
9755
|
|
9350
9756
|
attr_accessor :Fps, :Rate, :Pid, :SessionId
|
9351
|
-
|
9757
|
+
|
9352
9758
|
def initialize(fps=nil, rate=nil, pid=nil, sessionid=nil)
|
9353
9759
|
@Fps = fps
|
9354
9760
|
@Rate = rate
|
@@ -9380,7 +9786,7 @@ module TencentCloud
|
|
9380
9786
|
# @type ClientIp: String
|
9381
9787
|
|
9382
9788
|
attr_accessor :Timestamp, :Network, :Video, :Audio, :SessionId, :ClientIp
|
9383
|
-
|
9789
|
+
|
9384
9790
|
def initialize(timestamp=nil, network=nil, video=nil, audio=nil, sessionid=nil, clientip=nil)
|
9385
9791
|
@Timestamp = timestamp
|
9386
9792
|
@Network = network
|
@@ -9426,7 +9832,7 @@ module TencentCloud
|
|
9426
9832
|
# @type SessionId: String
|
9427
9833
|
|
9428
9834
|
attr_accessor :Fps, :Rate, :Pid, :SessionId
|
9429
|
-
|
9835
|
+
|
9430
9836
|
def initialize(fps=nil, rate=nil, pid=nil, sessionid=nil)
|
9431
9837
|
@Fps = fps
|
9432
9838
|
@Rate = rate
|
@@ -9456,7 +9862,7 @@ module TencentCloud
|
|
9456
9862
|
# @type Reconnections: Integer
|
9457
9863
|
|
9458
9864
|
attr_accessor :State, :Mode, :ConnectedTime, :Bitrate, :Reconnections
|
9459
|
-
|
9865
|
+
|
9460
9866
|
def initialize(state=nil, mode=nil, connectedtime=nil, bitrate=nil, reconnections=nil)
|
9461
9867
|
@State = state
|
9462
9868
|
@Mode = mode
|
@@ -9501,7 +9907,7 @@ module TencentCloud
|
|
9501
9907
|
# @type RTPStatus: :class:`Tencentcloud::Mps.v20190612.models.FlowRealtimeStatusRTP`
|
9502
9908
|
|
9503
9909
|
attr_accessor :Type, :InputId, :OutputId, :FlowId, :Protocol, :CommonStatus, :SRTStatus, :RTMPStatus, :ConnectServerIP, :RTPStatus
|
9504
|
-
|
9910
|
+
|
9505
9911
|
def initialize(type=nil, inputid=nil, outputid=nil, flowid=nil, protocol=nil, commonstatus=nil, srtstatus=nil, rtmpstatus=nil, connectserverip=nil, rtpstatus=nil)
|
9506
9912
|
@Type = type
|
9507
9913
|
@InputId = inputid
|
@@ -9549,7 +9955,7 @@ module TencentCloud
|
|
9549
9955
|
# @type AudioFPS: Integer
|
9550
9956
|
|
9551
9957
|
attr_accessor :VideoFPS, :AudioFPS
|
9552
|
-
|
9958
|
+
|
9553
9959
|
def initialize(videofps=nil, audiofps=nil)
|
9554
9960
|
@VideoFPS = videofps
|
9555
9961
|
@AudioFPS = audiofps
|
@@ -9567,7 +9973,7 @@ module TencentCloud
|
|
9567
9973
|
# @type Packets: Integer
|
9568
9974
|
|
9569
9975
|
attr_accessor :Packets
|
9570
|
-
|
9976
|
+
|
9571
9977
|
def initialize(packets=nil)
|
9572
9978
|
@Packets = packets
|
9573
9979
|
end
|
@@ -9595,7 +10001,7 @@ module TencentCloud
|
|
9595
10001
|
# @type Encryption: String
|
9596
10002
|
|
9597
10003
|
attr_accessor :Latency, :RTT, :Packets, :PacketLossRate, :RetransmitRate, :DroppedPackets, :Encryption
|
9598
|
-
|
10004
|
+
|
9599
10005
|
def initialize(latency=nil, rtt=nil, packets=nil, packetlossrate=nil, retransmitrate=nil, droppedpackets=nil, encryption=nil)
|
9600
10006
|
@Latency = latency
|
9601
10007
|
@RTT = rtt
|
@@ -9639,7 +10045,7 @@ module TencentCloud
|
|
9639
10045
|
# @type RecvPacketDropNumber: Integer
|
9640
10046
|
|
9641
10047
|
attr_accessor :Timestamp, :SendPacketLossRate, :SendRetransmissionRate, :RecvPacketLossRate, :RecvRetransmissionRate, :RTT, :SessionId, :SendPacketDropNumber, :RecvPacketDropNumber
|
9642
|
-
|
10048
|
+
|
9643
10049
|
def initialize(timestamp=nil, sendpacketlossrate=nil, sendretransmissionrate=nil, recvpacketlossrate=nil, recvretransmissionrate=nil, rtt=nil, sessionid=nil, sendpacketdropnumber=nil, recvpacketdropnumber=nil)
|
9644
10050
|
@Timestamp = timestamp
|
9645
10051
|
@SendPacketLossRate = sendpacketlossrate
|
@@ -9679,7 +10085,7 @@ module TencentCloud
|
|
9679
10085
|
# @type Audio: Array
|
9680
10086
|
|
9681
10087
|
attr_accessor :SessionId, :ClientIp, :Network, :Video, :Audio
|
9682
|
-
|
10088
|
+
|
9683
10089
|
def initialize(sessionid=nil, clientip=nil, network=nil, video=nil, audio=nil)
|
9684
10090
|
@SessionId = sessionid
|
9685
10091
|
@ClientIp = clientip
|
@@ -9719,7 +10125,7 @@ module TencentCloud
|
|
9719
10125
|
# @type FlowStatistics: Array
|
9720
10126
|
|
9721
10127
|
attr_accessor :Timestamp, :FlowStatistics
|
9722
|
-
|
10128
|
+
|
9723
10129
|
def initialize(timestamp=nil, flowstatistics=nil)
|
9724
10130
|
@Timestamp = timestamp
|
9725
10131
|
@FlowStatistics = flowstatistics
|
@@ -9748,7 +10154,7 @@ module TencentCloud
|
|
9748
10154
|
# @type Pid: Integer
|
9749
10155
|
|
9750
10156
|
attr_accessor :Fps, :Rate, :Pid
|
9751
|
-
|
10157
|
+
|
9752
10158
|
def initialize(fps=nil, rate=nil, pid=nil)
|
9753
10159
|
@Fps = fps
|
9754
10160
|
@Rate = rate
|
@@ -9776,7 +10182,7 @@ module TencentCloud
|
|
9776
10182
|
# @type Fps: Integer
|
9777
10183
|
|
9778
10184
|
attr_accessor :Switch, :Fps
|
9779
|
-
|
10185
|
+
|
9780
10186
|
def initialize(switch=nil, fps=nil)
|
9781
10187
|
@Switch = switch
|
9782
10188
|
@Fps = fps
|
@@ -9796,7 +10202,7 @@ module TencentCloud
|
|
9796
10202
|
# @type Switch: String
|
9797
10203
|
|
9798
10204
|
attr_accessor :Switch
|
9799
|
-
|
10205
|
+
|
9800
10206
|
def initialize(switch=nil)
|
9801
10207
|
@Switch = switch
|
9802
10208
|
end
|
@@ -9814,7 +10220,7 @@ module TencentCloud
|
|
9814
10220
|
# @type Switch: String
|
9815
10221
|
|
9816
10222
|
attr_accessor :Switch
|
9817
|
-
|
10223
|
+
|
9818
10224
|
def initialize(switch=nil)
|
9819
10225
|
@Switch = switch
|
9820
10226
|
end
|
@@ -9830,7 +10236,7 @@ module TencentCloud
|
|
9830
10236
|
# @type Url: String
|
9831
10237
|
|
9832
10238
|
attr_accessor :Url
|
9833
|
-
|
10239
|
+
|
9834
10240
|
def initialize(url=nil)
|
9835
10241
|
@Url = url
|
9836
10242
|
end
|
@@ -9857,7 +10263,7 @@ module TencentCloud
|
|
9857
10263
|
# @type Type: String
|
9858
10264
|
|
9859
10265
|
attr_accessor :Switch, :Type
|
9860
|
-
|
10266
|
+
|
9861
10267
|
def initialize(switch=nil, type=nil)
|
9862
10268
|
@Switch = switch
|
9863
10269
|
@Type = type
|
@@ -9877,7 +10283,7 @@ module TencentCloud
|
|
9877
10283
|
# @type TailSet: Array
|
9878
10284
|
|
9879
10285
|
attr_accessor :HeadSet, :TailSet
|
9880
|
-
|
10286
|
+
|
9881
10287
|
def initialize(headset=nil, tailset=nil)
|
9882
10288
|
@HeadSet = headset
|
9883
10289
|
@TailSet = tailset
|
@@ -9913,7 +10319,7 @@ module TencentCloud
|
|
9913
10319
|
# @type EndTimeOffset: Float
|
9914
10320
|
|
9915
10321
|
attr_accessor :Confidence, :StartTimeOffset, :EndTimeOffset
|
9916
|
-
|
10322
|
+
|
9917
10323
|
def initialize(confidence=nil, starttimeoffset=nil, endtimeoffset=nil)
|
9918
10324
|
@Confidence = confidence
|
9919
10325
|
@StartTimeOffset = starttimeoffset
|
@@ -9943,7 +10349,7 @@ module TencentCloud
|
|
9943
10349
|
# @type Type: String
|
9944
10350
|
|
9945
10351
|
attr_accessor :Switch, :Type
|
9946
|
-
|
10352
|
+
|
9947
10353
|
def initialize(switch=nil, type=nil)
|
9948
10354
|
@Switch = switch
|
9949
10355
|
@Type = type
|
@@ -9971,7 +10377,7 @@ module TencentCloud
|
|
9971
10377
|
# @type ObjectNumberFormat: :class:`Tencentcloud::Mps.v20190612.models.NumberFormat`
|
9972
10378
|
|
9973
10379
|
attr_accessor :Definition, :OutputStorage, :OutputObjectPath, :WebVttObjectName, :ObjectNumberFormat
|
9974
|
-
|
10380
|
+
|
9975
10381
|
def initialize(definition=nil, outputstorage=nil, outputobjectpath=nil, webvttobjectname=nil, objectnumberformat=nil)
|
9976
10382
|
@Definition = definition
|
9977
10383
|
@OutputStorage = outputstorage
|
@@ -10047,7 +10453,7 @@ module TencentCloud
|
|
10047
10453
|
# @type Format: String
|
10048
10454
|
|
10049
10455
|
attr_accessor :Definition, :Type, :Name, :Width, :Height, :ResolutionAdaptive, :SampleType, :SampleInterval, :RowCount, :ColumnCount, :CreateTime, :UpdateTime, :FillType, :Comment, :Format
|
10050
|
-
|
10456
|
+
|
10051
10457
|
def initialize(definition=nil, type=nil, name=nil, width=nil, height=nil, resolutionadaptive=nil, sampletype=nil, sampleinterval=nil, rowcount=nil, columncount=nil, createtime=nil, updatetime=nil, filltype=nil, comment=nil, format=nil)
|
10052
10458
|
@Definition = definition
|
10053
10459
|
@Type = type
|
@@ -10106,7 +10512,7 @@ module TencentCloud
|
|
10106
10512
|
# @type RepeatType: String
|
10107
10513
|
|
10108
10514
|
attr_accessor :ImageContent, :Width, :Height, :RepeatType
|
10109
|
-
|
10515
|
+
|
10110
10516
|
def initialize(imagecontent=nil, width=nil, height=nil, repeattype=nil)
|
10111
10517
|
@ImageContent = imagecontent
|
10112
10518
|
@Width = width
|
@@ -10142,7 +10548,7 @@ module TencentCloud
|
|
10142
10548
|
# @type RepeatType: String
|
10143
10549
|
|
10144
10550
|
attr_accessor :ImageContent, :Width, :Height, :RepeatType
|
10145
|
-
|
10551
|
+
|
10146
10552
|
def initialize(imagecontent=nil, width=nil, height=nil, repeattype=nil)
|
10147
10553
|
@ImageContent = imagecontent
|
10148
10554
|
@Width = width
|
@@ -10178,7 +10584,7 @@ module TencentCloud
|
|
10178
10584
|
# @type RepeatType: String
|
10179
10585
|
|
10180
10586
|
attr_accessor :ImageUrl, :Width, :Height, :RepeatType
|
10181
|
-
|
10587
|
+
|
10182
10588
|
def initialize(imageurl=nil, width=nil, height=nil, repeattype=nil)
|
10183
10589
|
@ImageUrl = imageurl
|
10184
10590
|
@Width = width
|
@@ -10202,7 +10608,7 @@ module TencentCloud
|
|
10202
10608
|
# @type Port: Integer
|
10203
10609
|
|
10204
10610
|
attr_accessor :Ip, :Port
|
10205
|
-
|
10611
|
+
|
10206
10612
|
def initialize(ip=nil, port=nil)
|
10207
10613
|
@Ip = ip
|
10208
10614
|
@Port = port
|
@@ -10221,7 +10627,7 @@ module TencentCloud
|
|
10221
10627
|
# @type ResultSet: Array
|
10222
10628
|
|
10223
10629
|
attr_accessor :ResultSet
|
10224
|
-
|
10630
|
+
|
10225
10631
|
def initialize(resultset=nil)
|
10226
10632
|
@ResultSet = resultset
|
10227
10633
|
end
|
@@ -10249,7 +10655,7 @@ module TencentCloud
|
|
10249
10655
|
# @type SegmentResultSet: Array
|
10250
10656
|
|
10251
10657
|
attr_accessor :Type, :SegmentResultSet
|
10252
|
-
|
10658
|
+
|
10253
10659
|
def initialize(type=nil, segmentresultset=nil)
|
10254
10660
|
@Type = type
|
10255
10661
|
@SegmentResultSet = segmentresultset
|
@@ -10278,7 +10684,7 @@ module TencentCloud
|
|
10278
10684
|
# @type DiagnoseResults: Array
|
10279
10685
|
|
10280
10686
|
attr_accessor :QualityControlResults, :DiagnoseResults
|
10281
|
-
|
10687
|
+
|
10282
10688
|
def initialize(qualitycontrolresults=nil, diagnoseresults=nil)
|
10283
10689
|
@QualityControlResults = qualitycontrolresults
|
10284
10690
|
@DiagnoseResults = diagnoseresults
|
@@ -10310,7 +10716,7 @@ module TencentCloud
|
|
10310
10716
|
# @type ResultSet: Array
|
10311
10717
|
|
10312
10718
|
attr_accessor :ResultSet
|
10313
|
-
|
10719
|
+
|
10314
10720
|
def initialize(resultset=nil)
|
10315
10721
|
@ResultSet = resultset
|
10316
10722
|
end
|
@@ -10356,7 +10762,7 @@ module TencentCloud
|
|
10356
10762
|
# @type TransTextRecognitionResultSet: Array
|
10357
10763
|
|
10358
10764
|
attr_accessor :Type, :FaceRecognitionResultSet, :AsrWordsRecognitionResultSet, :OcrWordsRecognitionResultSet, :AsrFullTextRecognitionResultSet, :OcrFullTextRecognitionResultSet, :TransTextRecognitionResultSet
|
10359
|
-
|
10765
|
+
|
10360
10766
|
def initialize(type=nil, facerecognitionresultset=nil, asrwordsrecognitionresultset=nil, ocrwordsrecognitionresultset=nil, asrfulltextrecognitionresultset=nil, ocrfulltextrecognitionresultset=nil, transtextrecognitionresultset=nil)
|
10361
10767
|
@Type = type
|
10362
10768
|
@FaceRecognitionResultSet = facerecognitionresultset
|
@@ -10448,7 +10854,7 @@ module TencentCloud
|
|
10448
10854
|
# @type PicUrlExpireTime: String
|
10449
10855
|
|
10450
10856
|
attr_accessor :StartPtsTime, :EndPtsTime, :Confidence, :Suggestion, :Label, :Name, :AreaCoordSet, :Url, :PicUrlExpireTime
|
10451
|
-
|
10857
|
+
|
10452
10858
|
def initialize(startptstime=nil, endptstime=nil, confidence=nil, suggestion=nil, label=nil, name=nil, areacoordset=nil, url=nil, picurlexpiretime=nil)
|
10453
10859
|
@StartPtsTime = startptstime
|
10454
10860
|
@EndPtsTime = endptstime
|
@@ -10500,7 +10906,7 @@ module TencentCloud
|
|
10500
10906
|
# @type PicUrlExpireTime: String
|
10501
10907
|
|
10502
10908
|
attr_accessor :StartPtsTime, :EndPtsTime, :Confidence, :Suggestion, :Label, :Url, :PicUrlExpireTime
|
10503
|
-
|
10909
|
+
|
10504
10910
|
def initialize(startptstime=nil, endptstime=nil, confidence=nil, suggestion=nil, label=nil, url=nil, picurlexpiretime=nil)
|
10505
10911
|
@StartPtsTime = startptstime
|
10506
10912
|
@EndPtsTime = endptstime
|
@@ -10552,7 +10958,7 @@ module TencentCloud
|
|
10552
10958
|
# @type PicUrlExpireTime: String
|
10553
10959
|
|
10554
10960
|
attr_accessor :StartPtsTime, :EndPtsTime, :Confidence, :Suggestion, :Label, :Url, :PicUrlExpireTime
|
10555
|
-
|
10961
|
+
|
10556
10962
|
def initialize(startptstime=nil, endptstime=nil, confidence=nil, suggestion=nil, label=nil, url=nil, picurlexpiretime=nil)
|
10557
10963
|
@StartPtsTime = startptstime
|
10558
10964
|
@EndPtsTime = endptstime
|
@@ -10580,7 +10986,7 @@ module TencentCloud
|
|
10580
10986
|
# @type ResultSet: Array
|
10581
10987
|
|
10582
10988
|
attr_accessor :ResultSet
|
10583
|
-
|
10989
|
+
|
10584
10990
|
def initialize(resultset=nil)
|
10585
10991
|
@ResultSet = resultset
|
10586
10992
|
end
|
@@ -10615,7 +11021,7 @@ module TencentCloud
|
|
10615
11021
|
# @type VoicePornResultSet: Array
|
10616
11022
|
|
10617
11023
|
attr_accessor :Type, :ImagePornResultSet, :ImageTerrorismResultSet, :ImagePoliticalResultSet, :VoicePornResultSet
|
10618
|
-
|
11024
|
+
|
10619
11025
|
def initialize(type=nil, imagepornresultset=nil, imageterrorismresultset=nil, imagepoliticalresultset=nil, voicepornresultset=nil)
|
10620
11026
|
@Type = type
|
10621
11027
|
@ImagePornResultSet = imagepornresultset
|
@@ -10679,7 +11085,7 @@ module TencentCloud
|
|
10679
11085
|
# @type Label: String
|
10680
11086
|
|
10681
11087
|
attr_accessor :StartPtsTime, :EndPtsTime, :Confidence, :Suggestion, :Label
|
10682
|
-
|
11088
|
+
|
10683
11089
|
def initialize(startptstime=nil, endptstime=nil, confidence=nil, suggestion=nil, label=nil)
|
10684
11090
|
@StartPtsTime = startptstime
|
10685
11091
|
@EndPtsTime = endptstime
|
@@ -10718,7 +11124,7 @@ module TencentCloud
|
|
10718
11124
|
# @type SteadyState: Boolean
|
10719
11125
|
|
10720
11126
|
attr_accessor :Text, :StartPtsTime, :EndPtsTime, :Confidence, :StartTime, :EndTime, :SteadyState
|
10721
|
-
|
11127
|
+
|
10722
11128
|
def initialize(text=nil, startptstime=nil, endptstime=nil, confidence=nil, starttime=nil, endtime=nil, steadystate=nil)
|
10723
11129
|
@Text = text
|
10724
11130
|
@StartPtsTime = startptstime
|
@@ -10752,7 +11158,7 @@ module TencentCloud
|
|
10752
11158
|
# @type Confidence: Float
|
10753
11159
|
|
10754
11160
|
attr_accessor :Word, :StartPtsTime, :EndPtsTime, :Confidence
|
10755
|
-
|
11161
|
+
|
10756
11162
|
def initialize(word=nil, startptstime=nil, endptstime=nil, confidence=nil)
|
10757
11163
|
@Word = word
|
10758
11164
|
@StartPtsTime = startptstime
|
@@ -10787,7 +11193,7 @@ module TencentCloud
|
|
10787
11193
|
# @type AreaCoordSet: Array
|
10788
11194
|
|
10789
11195
|
attr_accessor :Id, :Name, :Type, :StartPtsTime, :EndPtsTime, :Confidence, :AreaCoordSet
|
10790
|
-
|
11196
|
+
|
10791
11197
|
def initialize(id=nil, name=nil, type=nil, startptstime=nil, endptstime=nil, confidence=nil, areacoordset=nil)
|
10792
11198
|
@Id = id
|
10793
11199
|
@Name = name
|
@@ -10823,7 +11229,7 @@ module TencentCloud
|
|
10823
11229
|
# @type AreaCoordSet: Array
|
10824
11230
|
|
10825
11231
|
attr_accessor :Text, :StartPtsTime, :EndPtsTime, :Confidence, :AreaCoordSet
|
10826
|
-
|
11232
|
+
|
10827
11233
|
def initialize(text=nil, startptstime=nil, endptstime=nil, confidence=nil, areacoordset=nil)
|
10828
11234
|
@Text = text
|
10829
11235
|
@StartPtsTime = startptstime
|
@@ -10855,7 +11261,7 @@ module TencentCloud
|
|
10855
11261
|
# @type AreaCoords: Array
|
10856
11262
|
|
10857
11263
|
attr_accessor :Word, :StartPtsTime, :EndPtsTime, :Confidence, :AreaCoords
|
10858
|
-
|
11264
|
+
|
10859
11265
|
def initialize(word=nil, startptstime=nil, endptstime=nil, confidence=nil, areacoords=nil)
|
10860
11266
|
@Word = word
|
10861
11267
|
@StartPtsTime = startptstime
|
@@ -10883,7 +11289,7 @@ module TencentCloud
|
|
10883
11289
|
# @type Message: String
|
10884
11290
|
|
10885
11291
|
attr_accessor :ErrCode, :Message
|
10886
|
-
|
11292
|
+
|
10887
11293
|
def initialize(errcode=nil, message=nil)
|
10888
11294
|
@ErrCode = errcode
|
10889
11295
|
@Message = message
|
@@ -10911,7 +11317,7 @@ module TencentCloud
|
|
10911
11317
|
# @type Url: String
|
10912
11318
|
|
10913
11319
|
attr_accessor :TaskId, :Status, :ErrCode, :Message, :Url
|
10914
|
-
|
11320
|
+
|
10915
11321
|
def initialize(taskid=nil, status=nil, errcode=nil, message=nil, url=nil)
|
10916
11322
|
@TaskId = taskid
|
10917
11323
|
@Status = status
|
@@ -10947,7 +11353,7 @@ module TencentCloud
|
|
10947
11353
|
# @type NotifyUrl: String
|
10948
11354
|
|
10949
11355
|
attr_accessor :CmqModel, :CmqRegion, :QueueName, :TopicName, :NotifyType, :NotifyUrl
|
10950
|
-
|
11356
|
+
|
10951
11357
|
def initialize(cmqmodel=nil, cmqregion=nil, queuename=nil, topicname=nil, notifytype=nil, notifyurl=nil)
|
10952
11358
|
@CmqModel = cmqmodel
|
10953
11359
|
@CmqRegion = cmqregion
|
@@ -10990,7 +11396,7 @@ module TencentCloud
|
|
10990
11396
|
# @type SteadyState: Boolean
|
10991
11397
|
|
10992
11398
|
attr_accessor :Text, :StartPtsTime, :EndPtsTime, :Confidence, :Trans, :StartTime, :EndTime, :SteadyState
|
10993
|
-
|
11399
|
+
|
10994
11400
|
def initialize(text=nil, startptstime=nil, endptstime=nil, confidence=nil, trans=nil, starttime=nil, endtime=nil, steadystate=nil)
|
10995
11401
|
@Text = text
|
10996
11402
|
@StartPtsTime = startptstime
|
@@ -11028,7 +11434,7 @@ module TencentCloud
|
|
11028
11434
|
# @type Type: String
|
11029
11435
|
|
11030
11436
|
attr_accessor :Switch, :Type
|
11031
|
-
|
11437
|
+
|
11032
11438
|
def initialize(switch=nil, type=nil)
|
11033
11439
|
@Switch = switch
|
11034
11440
|
@Type = type
|
@@ -11053,7 +11459,7 @@ module TencentCloud
|
|
11053
11459
|
# @type TaskId: String
|
11054
11460
|
|
11055
11461
|
attr_accessor :OperationType, :TaskId
|
11056
|
-
|
11462
|
+
|
11057
11463
|
def initialize(operationtype=nil, taskid=nil)
|
11058
11464
|
@OperationType = operationtype
|
11059
11465
|
@TaskId = taskid
|
@@ -11071,7 +11477,7 @@ module TencentCloud
|
|
11071
11477
|
# @type RequestId: String
|
11072
11478
|
|
11073
11479
|
attr_accessor :RequestId
|
11074
|
-
|
11480
|
+
|
11075
11481
|
def initialize(requestid=nil)
|
11076
11482
|
@RequestId = requestid
|
11077
11483
|
end
|
@@ -11089,7 +11495,7 @@ module TencentCloud
|
|
11089
11495
|
# @type Confidence: Float
|
11090
11496
|
|
11091
11497
|
attr_accessor :Classification, :Confidence
|
11092
|
-
|
11498
|
+
|
11093
11499
|
def initialize(classification=nil, confidence=nil)
|
11094
11500
|
@Classification = classification
|
11095
11501
|
@Confidence = confidence
|
@@ -11109,7 +11515,7 @@ module TencentCloud
|
|
11109
11515
|
# @type Confidence: Float
|
11110
11516
|
|
11111
11517
|
attr_accessor :CoverPath, :Confidence
|
11112
|
-
|
11518
|
+
|
11113
11519
|
def initialize(coverpath=nil, confidence=nil)
|
11114
11520
|
@CoverPath = coverpath
|
11115
11521
|
@Confidence = confidence
|
@@ -11132,7 +11538,7 @@ module TencentCloud
|
|
11132
11538
|
# @type Confidence: Float
|
11133
11539
|
|
11134
11540
|
attr_accessor :Tag, :CategorySet, :Confidence
|
11135
|
-
|
11541
|
+
|
11136
11542
|
def initialize(tag=nil, categoryset=nil, confidence=nil)
|
11137
11543
|
@Tag = tag
|
11138
11544
|
@CategorySet = categoryset
|
@@ -11156,7 +11562,7 @@ module TencentCloud
|
|
11156
11562
|
# @type TagSet: Array
|
11157
11563
|
|
11158
11564
|
attr_accessor :StartTimeOffset, :EndTimeOffset, :TagSet
|
11159
|
-
|
11565
|
+
|
11160
11566
|
def initialize(starttimeoffset=nil, endtimeoffset=nil, tagset=nil)
|
11161
11567
|
@StartTimeOffset = starttimeoffset
|
11162
11568
|
@EndTimeOffset = endtimeoffset
|
@@ -11191,7 +11597,7 @@ module TencentCloud
|
|
11191
11597
|
# @type SegmentSet: Array
|
11192
11598
|
|
11193
11599
|
attr_accessor :HighlightPath, :CovImgPath, :Confidence, :Duration, :SegmentSet
|
11194
|
-
|
11600
|
+
|
11195
11601
|
def initialize(highlightpath=nil, covimgpath=nil, confidence=nil, duration=nil, segmentset=nil)
|
11196
11602
|
@HighlightPath = highlightpath
|
11197
11603
|
@CovImgPath = covimgpath
|
@@ -11224,7 +11630,7 @@ module TencentCloud
|
|
11224
11630
|
# @type Confidence: Float
|
11225
11631
|
|
11226
11632
|
attr_accessor :Tag, :Confidence
|
11227
|
-
|
11633
|
+
|
11228
11634
|
def initialize(tag=nil, confidence=nil)
|
11229
11635
|
@Tag = tag
|
11230
11636
|
@Confidence = confidence
|
@@ -11262,7 +11668,7 @@ module TencentCloud
|
|
11262
11668
|
# @type EndTimeOffset: Float
|
11263
11669
|
|
11264
11670
|
attr_accessor :Storage, :Path, :Definition, :Container, :Height, :Width, :Bitrate, :Size, :Md5, :StartTimeOffset, :EndTimeOffset
|
11265
|
-
|
11671
|
+
|
11266
11672
|
def initialize(storage=nil, path=nil, definition=nil, container=nil, height=nil, width=nil, bitrate=nil, size=nil, md5=nil, starttimeoffset=nil, endtimeoffset=nil)
|
11267
11673
|
@Storage = storage
|
11268
11674
|
@Path = path
|
@@ -11314,7 +11720,7 @@ module TencentCloud
|
|
11314
11720
|
# @type Loudness: Float
|
11315
11721
|
|
11316
11722
|
attr_accessor :Bitrate, :SamplingRate, :Codec, :Channel, :Codecs, :Loudness
|
11317
|
-
|
11723
|
+
|
11318
11724
|
def initialize(bitrate=nil, samplingrate=nil, codec=nil, channel=nil, codecs=nil, loudness=nil)
|
11319
11725
|
@Bitrate = bitrate
|
11320
11726
|
@SamplingRate = samplingrate
|
@@ -11351,7 +11757,7 @@ module TencentCloud
|
|
11351
11757
|
# @type KeywordSet: Array
|
11352
11758
|
|
11353
11759
|
attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :Suggestion, :KeywordSet
|
11354
|
-
|
11760
|
+
|
11355
11761
|
def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, suggestion=nil, keywordset=nil)
|
11356
11762
|
@StartTimeOffset = starttimeoffset
|
11357
11763
|
@EndTimeOffset = endtimeoffset
|
@@ -11393,7 +11799,7 @@ module TencentCloud
|
|
11393
11799
|
# @type PicUrlExpireTime: String
|
11394
11800
|
|
11395
11801
|
attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :Suggestion, :KeywordSet, :AreaCoordSet, :Url, :PicUrlExpireTime
|
11396
|
-
|
11802
|
+
|
11397
11803
|
def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, suggestion=nil, keywordset=nil, areacoordset=nil, url=nil, picurlexpiretime=nil)
|
11398
11804
|
@StartTimeOffset = starttimeoffset
|
11399
11805
|
@EndTimeOffset = endtimeoffset
|
@@ -11466,7 +11872,7 @@ module TencentCloud
|
|
11466
11872
|
# @type PicUrlExpireTime: String
|
11467
11873
|
|
11468
11874
|
attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :Suggestion, :Name, :Label, :Url, :AreaCoordSet, :PicUrlExpireTime
|
11469
|
-
|
11875
|
+
|
11470
11876
|
def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, suggestion=nil, name=nil, label=nil, url=nil, areacoordset=nil, picurlexpiretime=nil)
|
11471
11877
|
@StartTimeOffset = starttimeoffset
|
11472
11878
|
@EndTimeOffset = endtimeoffset
|
@@ -11514,7 +11920,7 @@ module TencentCloud
|
|
11514
11920
|
# @type PicUrlExpireTime: String
|
11515
11921
|
|
11516
11922
|
attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :Label, :Suggestion, :Url, :PicUrlExpireTime
|
11517
|
-
|
11923
|
+
|
11518
11924
|
def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, label=nil, suggestion=nil, url=nil, picurlexpiretime=nil)
|
11519
11925
|
@StartTimeOffset = starttimeoffset
|
11520
11926
|
@EndTimeOffset = endtimeoffset
|
@@ -11554,7 +11960,7 @@ module TencentCloud
|
|
11554
11960
|
# @type Storage: :class:`Tencentcloud::Mps.v20190612.models.TaskOutputStorage`
|
11555
11961
|
|
11556
11962
|
attr_accessor :Definition, :Height, :Width, :TotalCount, :ImagePathSet, :WebVttPath, :Storage
|
11557
|
-
|
11963
|
+
|
11558
11964
|
def initialize(definition=nil, height=nil, width=nil, totalcount=nil, imagepathset=nil, webvttpath=nil, storage=nil)
|
11559
11965
|
@Definition = definition
|
11560
11966
|
@Height = height
|
@@ -11596,7 +12002,7 @@ module TencentCloud
|
|
11596
12002
|
# @type S3InputInfo: :class:`Tencentcloud::Mps.v20190612.models.S3InputInfo`
|
11597
12003
|
|
11598
12004
|
attr_accessor :Type, :CosInputInfo, :UrlInputInfo, :S3InputInfo
|
11599
|
-
|
12005
|
+
|
11600
12006
|
def initialize(type=nil, cosinputinfo=nil, urlinputinfo=nil, s3inputinfo=nil)
|
11601
12007
|
@Type = type
|
11602
12008
|
@CosInputInfo = cosinputinfo
|
@@ -11647,7 +12053,7 @@ module TencentCloud
|
|
11647
12053
|
# @type AudioDuration: Float
|
11648
12054
|
|
11649
12055
|
attr_accessor :Size, :Container, :Bitrate, :Height, :Width, :Duration, :Rotate, :VideoStreamSet, :AudioStreamSet, :VideoDuration, :AudioDuration
|
11650
|
-
|
12056
|
+
|
11651
12057
|
def initialize(size=nil, container=nil, bitrate=nil, height=nil, width=nil, duration=nil, rotate=nil, videostreamset=nil, audiostreamset=nil, videoduration=nil, audioduration=nil)
|
11652
12058
|
@Size = size
|
11653
12059
|
@Container = container
|
@@ -11714,7 +12120,7 @@ module TencentCloud
|
|
11714
12120
|
# @type FinishTime: String
|
11715
12121
|
|
11716
12122
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :BeginProcessTime, :FinishTime
|
11717
|
-
|
12123
|
+
|
11718
12124
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, beginprocesstime=nil, finishtime=nil)
|
11719
12125
|
@Status = status
|
11720
12126
|
@ErrCodeExt = errcodeext
|
@@ -11767,7 +12173,7 @@ module TencentCloud
|
|
11767
12173
|
# @type FinishTime: String
|
11768
12174
|
|
11769
12175
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :BeginProcessTime, :FinishTime
|
11770
|
-
|
12176
|
+
|
11771
12177
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, beginprocesstime=nil, finishtime=nil)
|
11772
12178
|
@Status = status
|
11773
12179
|
@ErrCodeExt = errcodeext
|
@@ -11820,7 +12226,7 @@ module TencentCloud
|
|
11820
12226
|
# @type FinishTime: String
|
11821
12227
|
|
11822
12228
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :BeginProcessTime, :FinishTime
|
11823
|
-
|
12229
|
+
|
11824
12230
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, beginprocesstime=nil, finishtime=nil)
|
11825
12231
|
@Status = status
|
11826
12232
|
@ErrCodeExt = errcodeext
|
@@ -11866,7 +12272,7 @@ module TencentCloud
|
|
11866
12272
|
# @type AdaptiveDynamicStreamingTaskSet: Array
|
11867
12273
|
|
11868
12274
|
attr_accessor :TranscodeTaskSet, :AnimatedGraphicTaskSet, :SnapshotByTimeOffsetTaskSet, :SampleSnapshotTaskSet, :ImageSpriteTaskSet, :AdaptiveDynamicStreamingTaskSet
|
11869
|
-
|
12275
|
+
|
11870
12276
|
def initialize(transcodetaskset=nil, animatedgraphictaskset=nil, snapshotbytimeoffsettaskset=nil, samplesnapshottaskset=nil, imagespritetaskset=nil, adaptivedynamicstreamingtaskset=nil)
|
11871
12277
|
@TranscodeTaskSet = transcodetaskset
|
11872
12278
|
@AnimatedGraphicTaskSet = animatedgraphictaskset
|
@@ -11959,7 +12365,7 @@ module TencentCloud
|
|
11959
12365
|
# @type AdaptiveDynamicStreamingTask: :class:`Tencentcloud::Mps.v20190612.models.MediaProcessTaskAdaptiveDynamicStreamingResult`
|
11960
12366
|
|
11961
12367
|
attr_accessor :Type, :TranscodeTask, :AnimatedGraphicTask, :SnapshotByTimeOffsetTask, :SampleSnapshotTask, :ImageSpriteTask, :AdaptiveDynamicStreamingTask
|
11962
|
-
|
12368
|
+
|
11963
12369
|
def initialize(type=nil, transcodetask=nil, animatedgraphictask=nil, snapshotbytimeoffsettask=nil, samplesnapshottask=nil, imagespritetask=nil, adaptivedynamicstreamingtask=nil)
|
11964
12370
|
@Type = type
|
11965
12371
|
@TranscodeTask = transcodetask
|
@@ -12022,7 +12428,7 @@ module TencentCloud
|
|
12022
12428
|
# @type FinishTime: String
|
12023
12429
|
|
12024
12430
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :BeginProcessTime, :FinishTime
|
12025
|
-
|
12431
|
+
|
12026
12432
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, beginprocesstime=nil, finishtime=nil)
|
12027
12433
|
@Status = status
|
12028
12434
|
@ErrCodeExt = errcodeext
|
@@ -12075,7 +12481,7 @@ module TencentCloud
|
|
12075
12481
|
# @type FinishTime: String
|
12076
12482
|
|
12077
12483
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :BeginProcessTime, :FinishTime
|
12078
|
-
|
12484
|
+
|
12079
12485
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, beginprocesstime=nil, finishtime=nil)
|
12080
12486
|
@Status = status
|
12081
12487
|
@ErrCodeExt = errcodeext
|
@@ -12125,7 +12531,7 @@ module TencentCloud
|
|
12125
12531
|
# @type Progress: Integer
|
12126
12532
|
|
12127
12533
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
|
12128
|
-
|
12534
|
+
|
12129
12535
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
|
12130
12536
|
@Status = status
|
12131
12537
|
@ErrCodeExt = errcodeext
|
@@ -12173,7 +12579,7 @@ module TencentCloud
|
|
12173
12579
|
# @type WaterMarkDefinition: Array
|
12174
12580
|
|
12175
12581
|
attr_accessor :Definition, :SampleType, :Interval, :Storage, :ImagePathSet, :WaterMarkDefinition
|
12176
|
-
|
12582
|
+
|
12177
12583
|
def initialize(definition=nil, sampletype=nil, interval=nil, storage=nil, imagepathset=nil, watermarkdefinition=nil)
|
12178
12584
|
@Definition = definition
|
12179
12585
|
@SampleType = sampletype
|
@@ -12206,7 +12612,7 @@ module TencentCloud
|
|
12206
12612
|
# @type Storage: :class:`Tencentcloud::Mps.v20190612.models.TaskOutputStorage`
|
12207
12613
|
|
12208
12614
|
attr_accessor :Definition, :PicInfoSet, :Storage
|
12209
|
-
|
12615
|
+
|
12210
12616
|
def initialize(definition=nil, picinfoset=nil, storage=nil)
|
12211
12617
|
@Definition = definition
|
12212
12618
|
@PicInfoSet = picinfoset
|
@@ -12240,7 +12646,7 @@ module TencentCloud
|
|
12240
12646
|
# @type WaterMarkDefinition: Array
|
12241
12647
|
|
12242
12648
|
attr_accessor :TimeOffset, :Path, :WaterMarkDefinition
|
12243
|
-
|
12649
|
+
|
12244
12650
|
def initialize(timeoffset=nil, path=nil, watermarkdefinition=nil)
|
12245
12651
|
@TimeOffset = timeoffset
|
12246
12652
|
@Path = path
|
@@ -12282,7 +12688,7 @@ module TencentCloud
|
|
12282
12688
|
# @type VideoStreamSet: Array
|
12283
12689
|
|
12284
12690
|
attr_accessor :OutputStorage, :Path, :Definition, :Bitrate, :Height, :Width, :Size, :Duration, :Container, :Md5, :AudioStreamSet, :VideoStreamSet
|
12285
|
-
|
12691
|
+
|
12286
12692
|
def initialize(outputstorage=nil, path=nil, definition=nil, bitrate=nil, height=nil, width=nil, size=nil, duration=nil, container=nil, md5=nil, audiostreamset=nil, videostreamset=nil)
|
12287
12693
|
@OutputStorage = outputstorage
|
12288
12694
|
@Path = path
|
@@ -12360,7 +12766,7 @@ module TencentCloud
|
|
12360
12766
|
# @type Codecs: String
|
12361
12767
|
|
12362
12768
|
attr_accessor :Bitrate, :Height, :Width, :Codec, :Fps, :ColorPrimaries, :ColorSpace, :ColorTransfer, :HdrType, :Codecs
|
12363
|
-
|
12769
|
+
|
12364
12770
|
def initialize(bitrate=nil, height=nil, width=nil, codec=nil, fps=nil, colorprimaries=nil, colorspace=nil, colortransfer=nil, hdrtype=nil, codecs=nil)
|
12365
12771
|
@Bitrate = bitrate
|
12366
12772
|
@Height = height
|
@@ -12406,7 +12812,7 @@ module TencentCloud
|
|
12406
12812
|
# @type FrameTagConfigure: :class:`Tencentcloud::Mps.v20190612.models.FrameTagConfigureInfoForUpdate`
|
12407
12813
|
|
12408
12814
|
attr_accessor :Definition, :Name, :Comment, :ClassificationConfigure, :TagConfigure, :CoverConfigure, :FrameTagConfigure
|
12409
|
-
|
12815
|
+
|
12410
12816
|
def initialize(definition=nil, name=nil, comment=nil, classificationconfigure=nil, tagconfigure=nil, coverconfigure=nil, frametagconfigure=nil)
|
12411
12817
|
@Definition = definition
|
12412
12818
|
@Name = name
|
@@ -12446,7 +12852,7 @@ module TencentCloud
|
|
12446
12852
|
# @type RequestId: String
|
12447
12853
|
|
12448
12854
|
attr_accessor :RequestId
|
12449
|
-
|
12855
|
+
|
12450
12856
|
def initialize(requestid=nil)
|
12451
12857
|
@RequestId = requestid
|
12452
12858
|
end
|
@@ -12478,7 +12884,7 @@ module TencentCloud
|
|
12478
12884
|
# @type TranslateConfigure: :class:`Tencentcloud::Mps.v20190612.models.TranslateConfigureInfoForUpdate`
|
12479
12885
|
|
12480
12886
|
attr_accessor :Definition, :Name, :Comment, :FaceConfigure, :OcrFullTextConfigure, :OcrWordsConfigure, :AsrFullTextConfigure, :AsrWordsConfigure, :TranslateConfigure
|
12481
|
-
|
12887
|
+
|
12482
12888
|
def initialize(definition=nil, name=nil, comment=nil, faceconfigure=nil, ocrfulltextconfigure=nil, ocrwordsconfigure=nil, asrfulltextconfigure=nil, asrwordsconfigure=nil, translateconfigure=nil)
|
12483
12889
|
@Definition = definition
|
12484
12890
|
@Name = name
|
@@ -12528,7 +12934,7 @@ module TencentCloud
|
|
12528
12934
|
# @type RequestId: String
|
12529
12935
|
|
12530
12936
|
attr_accessor :RequestId
|
12531
|
-
|
12937
|
+
|
12532
12938
|
def initialize(requestid=nil)
|
12533
12939
|
@RequestId = requestid
|
12534
12940
|
end
|
@@ -12563,7 +12969,7 @@ module TencentCloud
|
|
12563
12969
|
# @type Comment: String
|
12564
12970
|
|
12565
12971
|
attr_accessor :Definition, :Name, :Format, :DisableHigherVideoBitrate, :DisableHigherVideoResolution, :StreamInfos, :Comment
|
12566
|
-
|
12972
|
+
|
12567
12973
|
def initialize(definition=nil, name=nil, format=nil, disablehighervideobitrate=nil, disablehighervideoresolution=nil, streaminfos=nil, comment=nil)
|
12568
12974
|
@Definition = definition
|
12569
12975
|
@Name = name
|
@@ -12598,7 +13004,7 @@ module TencentCloud
|
|
12598
13004
|
# @type RequestId: String
|
12599
13005
|
|
12600
13006
|
attr_accessor :RequestId
|
12601
|
-
|
13007
|
+
|
12602
13008
|
def initialize(requestid=nil)
|
12603
13009
|
@RequestId = requestid
|
12604
13010
|
end
|
@@ -12643,7 +13049,7 @@ module TencentCloud
|
|
12643
13049
|
# @type Comment: String
|
12644
13050
|
|
12645
13051
|
attr_accessor :Definition, :Name, :Width, :Height, :ResolutionAdaptive, :Format, :Fps, :Quality, :Comment
|
12646
|
-
|
13052
|
+
|
12647
13053
|
def initialize(definition=nil, name=nil, width=nil, height=nil, resolutionadaptive=nil, format=nil, fps=nil, quality=nil, comment=nil)
|
12648
13054
|
@Definition = definition
|
12649
13055
|
@Name = name
|
@@ -12675,7 +13081,7 @@ module TencentCloud
|
|
12675
13081
|
# @type RequestId: String
|
12676
13082
|
|
12677
13083
|
attr_accessor :RequestId
|
12678
|
-
|
13084
|
+
|
12679
13085
|
def initialize(requestid=nil)
|
12680
13086
|
@RequestId = requestid
|
12681
13087
|
end
|
@@ -12708,7 +13114,7 @@ module TencentCloud
|
|
12708
13114
|
# @type UserDefineConfigure: :class:`Tencentcloud::Mps.v20190612.models.UserDefineConfigureInfoForUpdate`
|
12709
13115
|
|
12710
13116
|
attr_accessor :Definition, :Name, :Comment, :PornConfigure, :TerrorismConfigure, :PoliticalConfigure, :ProhibitedConfigure, :UserDefineConfigure
|
12711
|
-
|
13117
|
+
|
12712
13118
|
def initialize(definition=nil, name=nil, comment=nil, pornconfigure=nil, terrorismconfigure=nil, politicalconfigure=nil, prohibitedconfigure=nil, userdefineconfigure=nil)
|
12713
13119
|
@Definition = definition
|
12714
13120
|
@Name = name
|
@@ -12753,7 +13159,7 @@ module TencentCloud
|
|
12753
13159
|
# @type RequestId: String
|
12754
13160
|
|
12755
13161
|
attr_accessor :RequestId
|
12756
|
-
|
13162
|
+
|
12757
13163
|
def initialize(requestid=nil)
|
12758
13164
|
@RequestId = requestid
|
12759
13165
|
end
|
@@ -12811,7 +13217,7 @@ module TencentCloud
|
|
12811
13217
|
# @type Format: String
|
12812
13218
|
|
12813
13219
|
attr_accessor :Definition, :Name, :Width, :Height, :ResolutionAdaptive, :SampleType, :SampleInterval, :RowCount, :ColumnCount, :FillType, :Comment, :Format
|
12814
|
-
|
13220
|
+
|
12815
13221
|
def initialize(definition=nil, name=nil, width=nil, height=nil, resolutionadaptive=nil, sampletype=nil, sampleinterval=nil, rowcount=nil, columncount=nil, filltype=nil, comment=nil, format=nil)
|
12816
13222
|
@Definition = definition
|
12817
13223
|
@Name = name
|
@@ -12849,7 +13255,7 @@ module TencentCloud
|
|
12849
13255
|
# @type RequestId: String
|
12850
13256
|
|
12851
13257
|
attr_accessor :RequestId
|
12852
|
-
|
13258
|
+
|
12853
13259
|
def initialize(requestid=nil)
|
12854
13260
|
@RequestId = requestid
|
12855
13261
|
end
|
@@ -12890,7 +13296,7 @@ module TencentCloud
|
|
12890
13296
|
# @type ResilientStream: :class:`Tencentcloud::Mps.v20190612.models.ResilientStreamConf`
|
12891
13297
|
|
12892
13298
|
attr_accessor :InputId, :InputName, :Description, :AllowIpList, :SRTSettings, :RTPSettings, :Protocol, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream
|
12893
|
-
|
13299
|
+
|
12894
13300
|
def initialize(inputid=nil, inputname=nil, description=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, protocol=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil, resilientstream=nil)
|
12895
13301
|
@InputId = inputid
|
12896
13302
|
@InputName = inputname
|
@@ -12963,7 +13369,7 @@ module TencentCloud
|
|
12963
13369
|
# @type MaxConcurrent: Integer
|
12964
13370
|
|
12965
13371
|
attr_accessor :OutputId, :OutputName, :Description, :Protocol, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent
|
12966
|
-
|
13372
|
+
|
12967
13373
|
def initialize(outputid=nil, outputname=nil, description=nil, protocol=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, allowiplist=nil, maxconcurrent=nil)
|
12968
13374
|
@OutputId = outputid
|
12969
13375
|
@OutputName = outputname
|
@@ -13017,7 +13423,7 @@ module TencentCloud
|
|
13017
13423
|
# @type TagOperationInfo: :class:`Tencentcloud::Mps.v20190612.models.AiSampleTagOperation`
|
13018
13424
|
|
13019
13425
|
attr_accessor :PersonId, :Name, :Description, :Usages, :FaceOperationInfo, :TagOperationInfo
|
13020
|
-
|
13426
|
+
|
13021
13427
|
def initialize(personid=nil, name=nil, description=nil, usages=nil, faceoperationinfo=nil, tagoperationinfo=nil)
|
13022
13428
|
@PersonId = personid
|
13023
13429
|
@Name = name
|
@@ -13054,7 +13460,7 @@ module TencentCloud
|
|
13054
13460
|
# @type RequestId: String
|
13055
13461
|
|
13056
13462
|
attr_accessor :Person, :FailFaceInfoSet, :RequestId
|
13057
|
-
|
13463
|
+
|
13058
13464
|
def initialize(person=nil, failfaceinfoset=nil, requestid=nil)
|
13059
13465
|
@Person = person
|
13060
13466
|
@FailFaceInfoSet = failfaceinfoset
|
@@ -13124,7 +13530,7 @@ module TencentCloud
|
|
13124
13530
|
# @type FillType: String
|
13125
13531
|
|
13126
13532
|
attr_accessor :Definition, :Name, :Width, :Height, :ResolutionAdaptive, :SampleType, :SampleInterval, :Format, :Comment, :FillType
|
13127
|
-
|
13533
|
+
|
13128
13534
|
def initialize(definition=nil, name=nil, width=nil, height=nil, resolutionadaptive=nil, sampletype=nil, sampleinterval=nil, format=nil, comment=nil, filltype=nil)
|
13129
13535
|
@Definition = definition
|
13130
13536
|
@Name = name
|
@@ -13158,7 +13564,7 @@ module TencentCloud
|
|
13158
13564
|
# @type RequestId: String
|
13159
13565
|
|
13160
13566
|
attr_accessor :RequestId
|
13161
|
-
|
13567
|
+
|
13162
13568
|
def initialize(requestid=nil)
|
13163
13569
|
@RequestId = requestid
|
13164
13570
|
end
|
@@ -13188,7 +13594,7 @@ module TencentCloud
|
|
13188
13594
|
# @type TaskNotifyConfig: :class:`Tencentcloud::Mps.v20190612.models.TaskNotifyConfig`
|
13189
13595
|
|
13190
13596
|
attr_accessor :ScheduleId, :ScheduleName, :Trigger, :Activities, :OutputStorage, :OutputDir, :TaskNotifyConfig
|
13191
|
-
|
13597
|
+
|
13192
13598
|
def initialize(scheduleid=nil, schedulename=nil, trigger=nil, activities=nil, outputstorage=nil, outputdir=nil, tasknotifyconfig=nil)
|
13193
13599
|
@ScheduleId = scheduleid
|
13194
13600
|
@ScheduleName = schedulename
|
@@ -13232,7 +13638,7 @@ module TencentCloud
|
|
13232
13638
|
# @type RequestId: String
|
13233
13639
|
|
13234
13640
|
attr_accessor :RequestId
|
13235
|
-
|
13641
|
+
|
13236
13642
|
def initialize(requestid=nil)
|
13237
13643
|
@RequestId = requestid
|
13238
13644
|
end
|
@@ -13280,7 +13686,7 @@ module TencentCloud
|
|
13280
13686
|
# @type FillType: String
|
13281
13687
|
|
13282
13688
|
attr_accessor :Definition, :Name, :Width, :Height, :ResolutionAdaptive, :Format, :Comment, :FillType
|
13283
|
-
|
13689
|
+
|
13284
13690
|
def initialize(definition=nil, name=nil, width=nil, height=nil, resolutionadaptive=nil, format=nil, comment=nil, filltype=nil)
|
13285
13691
|
@Definition = definition
|
13286
13692
|
@Name = name
|
@@ -13310,7 +13716,47 @@ module TencentCloud
|
|
13310
13716
|
# @type RequestId: String
|
13311
13717
|
|
13312
13718
|
attr_accessor :RequestId
|
13313
|
-
|
13719
|
+
|
13720
|
+
def initialize(requestid=nil)
|
13721
|
+
@RequestId = requestid
|
13722
|
+
end
|
13723
|
+
|
13724
|
+
def deserialize(params)
|
13725
|
+
@RequestId = params['RequestId']
|
13726
|
+
end
|
13727
|
+
end
|
13728
|
+
|
13729
|
+
# ModifyStreamLinkEvent请求参数结构体
|
13730
|
+
class ModifyStreamLinkEventRequest < TencentCloud::Common::AbstractModel
|
13731
|
+
# @param EventId: 媒体传输事件Event Id。
|
13732
|
+
# @type EventId: String
|
13733
|
+
# @param EventName: 需要修改的事件名称。
|
13734
|
+
# @type EventName: String
|
13735
|
+
# @param Description: Event的描述信息。
|
13736
|
+
# @type Description: String
|
13737
|
+
|
13738
|
+
attr_accessor :EventId, :EventName, :Description
|
13739
|
+
|
13740
|
+
def initialize(eventid=nil, eventname=nil, description=nil)
|
13741
|
+
@EventId = eventid
|
13742
|
+
@EventName = eventname
|
13743
|
+
@Description = description
|
13744
|
+
end
|
13745
|
+
|
13746
|
+
def deserialize(params)
|
13747
|
+
@EventId = params['EventId']
|
13748
|
+
@EventName = params['EventName']
|
13749
|
+
@Description = params['Description']
|
13750
|
+
end
|
13751
|
+
end
|
13752
|
+
|
13753
|
+
# ModifyStreamLinkEvent返回参数结构体
|
13754
|
+
class ModifyStreamLinkEventResponse < TencentCloud::Common::AbstractModel
|
13755
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
13756
|
+
# @type RequestId: String
|
13757
|
+
|
13758
|
+
attr_accessor :RequestId
|
13759
|
+
|
13314
13760
|
def initialize(requestid=nil)
|
13315
13761
|
@RequestId = requestid
|
13316
13762
|
end
|
@@ -13328,7 +13774,7 @@ module TencentCloud
|
|
13328
13774
|
# @type FlowName: String
|
13329
13775
|
|
13330
13776
|
attr_accessor :FlowId, :FlowName
|
13331
|
-
|
13777
|
+
|
13332
13778
|
def initialize(flowid=nil, flowname=nil)
|
13333
13779
|
@FlowId = flowid
|
13334
13780
|
@FlowName = flowname
|
@@ -13346,7 +13792,7 @@ module TencentCloud
|
|
13346
13792
|
# @type RequestId: String
|
13347
13793
|
|
13348
13794
|
attr_accessor :RequestId
|
13349
|
-
|
13795
|
+
|
13350
13796
|
def initialize(requestid=nil)
|
13351
13797
|
@RequestId = requestid
|
13352
13798
|
end
|
@@ -13364,7 +13810,7 @@ module TencentCloud
|
|
13364
13810
|
# @type Input: :class:`Tencentcloud::Mps.v20190612.models.ModifyInput`
|
13365
13811
|
|
13366
13812
|
attr_accessor :FlowId, :Input
|
13367
|
-
|
13813
|
+
|
13368
13814
|
def initialize(flowid=nil, input=nil)
|
13369
13815
|
@FlowId = flowid
|
13370
13816
|
@Input = input
|
@@ -13387,7 +13833,7 @@ module TencentCloud
|
|
13387
13833
|
# @type RequestId: String
|
13388
13834
|
|
13389
13835
|
attr_accessor :Info, :RequestId
|
13390
|
-
|
13836
|
+
|
13391
13837
|
def initialize(info=nil, requestid=nil)
|
13392
13838
|
@Info = info
|
13393
13839
|
@RequestId = requestid
|
@@ -13410,7 +13856,7 @@ module TencentCloud
|
|
13410
13856
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.ModifyOutputInfo`
|
13411
13857
|
|
13412
13858
|
attr_accessor :FlowId, :Output
|
13413
|
-
|
13859
|
+
|
13414
13860
|
def initialize(flowid=nil, output=nil)
|
13415
13861
|
@FlowId = flowid
|
13416
13862
|
@Output = output
|
@@ -13433,7 +13879,7 @@ module TencentCloud
|
|
13433
13879
|
# @type RequestId: String
|
13434
13880
|
|
13435
13881
|
attr_accessor :Info, :RequestId
|
13436
|
-
|
13882
|
+
|
13437
13883
|
def initialize(info=nil, requestid=nil)
|
13438
13884
|
@Info = info
|
13439
13885
|
@RequestId = requestid
|
@@ -13476,7 +13922,7 @@ module TencentCloud
|
|
13476
13922
|
# @type EnhanceConfig: :class:`Tencentcloud::Mps.v20190612.models.EnhanceConfig`
|
13477
13923
|
|
13478
13924
|
attr_accessor :Definition, :Container, :Name, :Comment, :RemoveVideo, :RemoveAudio, :VideoTemplate, :AudioTemplate, :TEHDConfig, :EnhanceConfig
|
13479
|
-
|
13925
|
+
|
13480
13926
|
def initialize(definition=nil, container=nil, name=nil, comment=nil, removevideo=nil, removeaudio=nil, videotemplate=nil, audiotemplate=nil, tehdconfig=nil, enhanceconfig=nil)
|
13481
13927
|
@Definition = definition
|
13482
13928
|
@Container = container
|
@@ -13522,7 +13968,7 @@ module TencentCloud
|
|
13522
13968
|
# @type RequestId: String
|
13523
13969
|
|
13524
13970
|
attr_accessor :RequestId
|
13525
|
-
|
13971
|
+
|
13526
13972
|
def initialize(requestid=nil)
|
13527
13973
|
@RequestId = requestid
|
13528
13974
|
end
|
@@ -13562,7 +14008,7 @@ module TencentCloud
|
|
13562
14008
|
# @type SvgTemplate: :class:`Tencentcloud::Mps.v20190612.models.SvgWatermarkInputForUpdate`
|
13563
14009
|
|
13564
14010
|
attr_accessor :Definition, :Name, :Comment, :CoordinateOrigin, :XPos, :YPos, :ImageTemplate, :TextTemplate, :SvgTemplate
|
13565
|
-
|
14011
|
+
|
13566
14012
|
def initialize(definition=nil, name=nil, comment=nil, coordinateorigin=nil, xpos=nil, ypos=nil, imagetemplate=nil, texttemplate=nil, svgtemplate=nil)
|
13567
14013
|
@Definition = definition
|
13568
14014
|
@Name = name
|
@@ -13605,7 +14051,7 @@ module TencentCloud
|
|
13605
14051
|
# @type RequestId: String
|
13606
14052
|
|
13607
14053
|
attr_accessor :ImageUrl, :RequestId
|
13608
|
-
|
14054
|
+
|
13609
14055
|
def initialize(imageurl=nil, requestid=nil)
|
13610
14056
|
@ImageUrl = imageurl
|
13611
14057
|
@RequestId = requestid
|
@@ -13635,7 +14081,7 @@ module TencentCloud
|
|
13635
14081
|
# @type TagOperationInfo: :class:`Tencentcloud::Mps.v20190612.models.AiSampleTagOperation`
|
13636
14082
|
|
13637
14083
|
attr_accessor :Keyword, :Usages, :TagOperationInfo
|
13638
|
-
|
14084
|
+
|
13639
14085
|
def initialize(keyword=nil, usages=nil, tagoperationinfo=nil)
|
13640
14086
|
@Keyword = keyword
|
13641
14087
|
@Usages = usages
|
@@ -13658,7 +14104,7 @@ module TencentCloud
|
|
13658
14104
|
# @type RequestId: String
|
13659
14105
|
|
13660
14106
|
attr_accessor :RequestId
|
13661
|
-
|
14107
|
+
|
13662
14108
|
def initialize(requestid=nil)
|
13663
14109
|
@RequestId = requestid
|
13664
14110
|
end
|
@@ -13706,7 +14152,7 @@ module TencentCloud
|
|
13706
14152
|
# @type EndTimeOffset: Float
|
13707
14153
|
|
13708
14154
|
attr_accessor :CoordinateOrigin, :XPos, :YPos, :Width, :Height, :StartTimeOffset, :EndTimeOffset
|
13709
|
-
|
14155
|
+
|
13710
14156
|
def initialize(coordinateorigin=nil, xpos=nil, ypos=nil, width=nil, height=nil, starttimeoffset=nil, endtimeoffset=nil)
|
13711
14157
|
@CoordinateOrigin = coordinateorigin
|
13712
14158
|
@XPos = xpos
|
@@ -13740,7 +14186,7 @@ module TencentCloud
|
|
13740
14186
|
# @type PlaceHolder: String
|
13741
14187
|
|
13742
14188
|
attr_accessor :InitialValue, :Increment, :MinLength, :PlaceHolder
|
13743
|
-
|
14189
|
+
|
13744
14190
|
def initialize(initialvalue=nil, increment=nil, minlength=nil, placeholder=nil)
|
13745
14191
|
@InitialValue = initialvalue
|
13746
14192
|
@Increment = increment
|
@@ -13764,7 +14210,7 @@ module TencentCloud
|
|
13764
14210
|
# @type Switch: String
|
13765
14211
|
|
13766
14212
|
attr_accessor :Switch
|
13767
|
-
|
14213
|
+
|
13768
14214
|
def initialize(switch=nil)
|
13769
14215
|
@Switch = switch
|
13770
14216
|
end
|
@@ -13782,7 +14228,7 @@ module TencentCloud
|
|
13782
14228
|
# @type Switch: String
|
13783
14229
|
|
13784
14230
|
attr_accessor :Switch
|
13785
|
-
|
14231
|
+
|
13786
14232
|
def initialize(switch=nil)
|
13787
14233
|
@Switch = switch
|
13788
14234
|
end
|
@@ -13803,7 +14249,7 @@ module TencentCloud
|
|
13803
14249
|
# @type LabelSet: Array
|
13804
14250
|
|
13805
14251
|
attr_accessor :Switch, :LabelSet
|
13806
|
-
|
14252
|
+
|
13807
14253
|
def initialize(switch=nil, labelset=nil)
|
13808
14254
|
@Switch = switch
|
13809
14255
|
@LabelSet = labelset
|
@@ -13826,7 +14272,7 @@ module TencentCloud
|
|
13826
14272
|
# @type LabelSet: Array
|
13827
14273
|
|
13828
14274
|
attr_accessor :Switch, :LabelSet
|
13829
|
-
|
14275
|
+
|
13830
14276
|
def initialize(switch=nil, labelset=nil)
|
13831
14277
|
@Switch = switch
|
13832
14278
|
@LabelSet = labelset
|
@@ -13844,7 +14290,7 @@ module TencentCloud
|
|
13844
14290
|
# @type Ip: String
|
13845
14291
|
|
13846
14292
|
attr_accessor :Ip
|
13847
|
-
|
14293
|
+
|
13848
14294
|
def initialize(ip=nil)
|
13849
14295
|
@Ip = ip
|
13850
14296
|
end
|
@@ -13862,7 +14308,7 @@ module TencentCloud
|
|
13862
14308
|
# @type Port: Integer
|
13863
14309
|
|
13864
14310
|
attr_accessor :Ip, :Port
|
13865
|
-
|
14311
|
+
|
13866
14312
|
def initialize(ip=nil, port=nil)
|
13867
14313
|
@Ip = ip
|
13868
14314
|
@Port = port
|
@@ -13899,7 +14345,7 @@ module TencentCloud
|
|
13899
14345
|
# @type AddonAudioStream: Array
|
13900
14346
|
|
13901
14347
|
attr_accessor :Container, :RemoveVideo, :RemoveAudio, :VideoTemplate, :AudioTemplate, :TEHDConfig, :SubtitleTemplate, :AddonAudioStream
|
13902
|
-
|
14348
|
+
|
13903
14349
|
def initialize(container=nil, removevideo=nil, removeaudio=nil, videotemplate=nil, audiotemplate=nil, tehdconfig=nil, subtitletemplate=nil, addonaudiostream=nil)
|
13904
14350
|
@Container = container
|
13905
14351
|
@RemoveVideo = removevideo
|
@@ -13948,7 +14394,7 @@ module TencentCloud
|
|
13948
14394
|
# @type Content: String
|
13949
14395
|
|
13950
14396
|
attr_accessor :Content
|
13951
|
-
|
14397
|
+
|
13952
14398
|
def initialize(content=nil)
|
13953
14399
|
@Content = content
|
13954
14400
|
end
|
@@ -13990,7 +14436,7 @@ module TencentCloud
|
|
13990
14436
|
# @type RequestId: String
|
13991
14437
|
|
13992
14438
|
attr_accessor :NotificationType, :TaskId, :ProcessEofInfo, :AiReviewResultInfo, :AiRecognitionResultInfo, :AiAnalysisResultInfo, :AiQualityControlResultInfo, :SessionId, :SessionContext, :RequestId
|
13993
|
-
|
14439
|
+
|
13994
14440
|
def initialize(notificationtype=nil, taskid=nil, processeofinfo=nil, aireviewresultinfo=nil, airecognitionresultinfo=nil, aianalysisresultinfo=nil, aiqualitycontrolresultinfo=nil, sessionid=nil, sessioncontext=nil, requestid=nil)
|
13995
14441
|
@NotificationType = notificationtype
|
13996
14442
|
@TaskId = taskid
|
@@ -14039,7 +14485,7 @@ module TencentCloud
|
|
14039
14485
|
# @type Content: String
|
14040
14486
|
|
14041
14487
|
attr_accessor :Content
|
14042
|
-
|
14488
|
+
|
14043
14489
|
def initialize(content=nil)
|
14044
14490
|
@Content = content
|
14045
14491
|
end
|
@@ -14073,7 +14519,7 @@ module TencentCloud
|
|
14073
14519
|
# @type RequestId: String
|
14074
14520
|
|
14075
14521
|
attr_accessor :EventType, :WorkflowTaskEvent, :EditMediaTaskEvent, :SessionId, :SessionContext, :ScheduleTaskEvent, :RequestId
|
14076
|
-
|
14522
|
+
|
14077
14523
|
def initialize(eventtype=nil, workflowtaskevent=nil, editmediataskevent=nil, sessionid=nil, sessioncontext=nil, scheduletaskevent=nil, requestid=nil)
|
14078
14524
|
@EventType = eventtype
|
14079
14525
|
@WorkflowTaskEvent = workflowtaskevent
|
@@ -14116,7 +14562,7 @@ module TencentCloud
|
|
14116
14562
|
# @type ReviewConfidence: Integer
|
14117
14563
|
|
14118
14564
|
attr_accessor :Switch, :BlockConfidence, :ReviewConfidence
|
14119
|
-
|
14565
|
+
|
14120
14566
|
def initialize(switch=nil, blockconfidence=nil, reviewconfidence=nil)
|
14121
14567
|
@Switch = switch
|
14122
14568
|
@BlockConfidence = blockconfidence
|
@@ -14142,7 +14588,7 @@ module TencentCloud
|
|
14142
14588
|
# @type ReviewConfidence: Integer
|
14143
14589
|
|
14144
14590
|
attr_accessor :Switch, :BlockConfidence, :ReviewConfidence
|
14145
|
-
|
14591
|
+
|
14146
14592
|
def initialize(switch=nil, blockconfidence=nil, reviewconfidence=nil)
|
14147
14593
|
@Switch = switch
|
14148
14594
|
@BlockConfidence = blockconfidence
|
@@ -14166,7 +14612,7 @@ module TencentCloud
|
|
14166
14612
|
# @type OcrReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.PoliticalOcrReviewTemplateInfo`
|
14167
14613
|
|
14168
14614
|
attr_accessor :ImgReviewInfo, :AsrReviewInfo, :OcrReviewInfo
|
14169
|
-
|
14615
|
+
|
14170
14616
|
def initialize(imgreviewinfo=nil, asrreviewinfo=nil, ocrreviewinfo=nil)
|
14171
14617
|
@ImgReviewInfo = imgreviewinfo
|
14172
14618
|
@AsrReviewInfo = asrreviewinfo
|
@@ -14199,7 +14645,7 @@ module TencentCloud
|
|
14199
14645
|
# @type OcrReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.PoliticalOcrReviewTemplateInfoForUpdate`
|
14200
14646
|
|
14201
14647
|
attr_accessor :ImgReviewInfo, :AsrReviewInfo, :OcrReviewInfo
|
14202
|
-
|
14648
|
+
|
14203
14649
|
def initialize(imgreviewinfo=nil, asrreviewinfo=nil, ocrreviewinfo=nil)
|
14204
14650
|
@ImgReviewInfo = imgreviewinfo
|
14205
14651
|
@AsrReviewInfo = asrreviewinfo
|
@@ -14244,7 +14690,7 @@ module TencentCloud
|
|
14244
14690
|
# @type ReviewConfidence: Integer
|
14245
14691
|
|
14246
14692
|
attr_accessor :Switch, :LabelSet, :BlockConfidence, :ReviewConfidence
|
14247
|
-
|
14693
|
+
|
14248
14694
|
def initialize(switch=nil, labelset=nil, blockconfidence=nil, reviewconfidence=nil)
|
14249
14695
|
@Switch = switch
|
14250
14696
|
@LabelSet = labelset
|
@@ -14282,7 +14728,7 @@ module TencentCloud
|
|
14282
14728
|
# @type ReviewConfidence: Integer
|
14283
14729
|
|
14284
14730
|
attr_accessor :Switch, :LabelSet, :BlockConfidence, :ReviewConfidence
|
14285
|
-
|
14731
|
+
|
14286
14732
|
def initialize(switch=nil, labelset=nil, blockconfidence=nil, reviewconfidence=nil)
|
14287
14733
|
@Switch = switch
|
14288
14734
|
@LabelSet = labelset
|
@@ -14310,7 +14756,7 @@ module TencentCloud
|
|
14310
14756
|
# @type ReviewConfidence: Integer
|
14311
14757
|
|
14312
14758
|
attr_accessor :Switch, :BlockConfidence, :ReviewConfidence
|
14313
|
-
|
14759
|
+
|
14314
14760
|
def initialize(switch=nil, blockconfidence=nil, reviewconfidence=nil)
|
14315
14761
|
@Switch = switch
|
14316
14762
|
@BlockConfidence = blockconfidence
|
@@ -14336,7 +14782,7 @@ module TencentCloud
|
|
14336
14782
|
# @type ReviewConfidence: Integer
|
14337
14783
|
|
14338
14784
|
attr_accessor :Switch, :BlockConfidence, :ReviewConfidence
|
14339
|
-
|
14785
|
+
|
14340
14786
|
def initialize(switch=nil, blockconfidence=nil, reviewconfidence=nil)
|
14341
14787
|
@Switch = switch
|
14342
14788
|
@BlockConfidence = blockconfidence
|
@@ -14362,7 +14808,7 @@ module TencentCloud
|
|
14362
14808
|
# @type ReviewConfidence: Integer
|
14363
14809
|
|
14364
14810
|
attr_accessor :Switch, :BlockConfidence, :ReviewConfidence
|
14365
|
-
|
14811
|
+
|
14366
14812
|
def initialize(switch=nil, blockconfidence=nil, reviewconfidence=nil)
|
14367
14813
|
@Switch = switch
|
14368
14814
|
@BlockConfidence = blockconfidence
|
@@ -14388,7 +14834,7 @@ module TencentCloud
|
|
14388
14834
|
# @type ReviewConfidence: Integer
|
14389
14835
|
|
14390
14836
|
attr_accessor :Switch, :BlockConfidence, :ReviewConfidence
|
14391
|
-
|
14837
|
+
|
14392
14838
|
def initialize(switch=nil, blockconfidence=nil, reviewconfidence=nil)
|
14393
14839
|
@Switch = switch
|
14394
14840
|
@BlockConfidence = blockconfidence
|
@@ -14412,7 +14858,7 @@ module TencentCloud
|
|
14412
14858
|
# @type OcrReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.PornOcrReviewTemplateInfo`
|
14413
14859
|
|
14414
14860
|
attr_accessor :ImgReviewInfo, :AsrReviewInfo, :OcrReviewInfo
|
14415
|
-
|
14861
|
+
|
14416
14862
|
def initialize(imgreviewinfo=nil, asrreviewinfo=nil, ocrreviewinfo=nil)
|
14417
14863
|
@ImgReviewInfo = imgreviewinfo
|
14418
14864
|
@AsrReviewInfo = asrreviewinfo
|
@@ -14445,7 +14891,7 @@ module TencentCloud
|
|
14445
14891
|
# @type OcrReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.PornOcrReviewTemplateInfoForUpdate`
|
14446
14892
|
|
14447
14893
|
attr_accessor :ImgReviewInfo, :AsrReviewInfo, :OcrReviewInfo
|
14448
|
-
|
14894
|
+
|
14449
14895
|
def initialize(imgreviewinfo=nil, asrreviewinfo=nil, ocrreviewinfo=nil)
|
14450
14896
|
@ImgReviewInfo = imgreviewinfo
|
14451
14897
|
@AsrReviewInfo = asrreviewinfo
|
@@ -14486,7 +14932,7 @@ module TencentCloud
|
|
14486
14932
|
# @type ReviewConfidence: Integer
|
14487
14933
|
|
14488
14934
|
attr_accessor :Switch, :LabelSet, :BlockConfidence, :ReviewConfidence
|
14489
|
-
|
14935
|
+
|
14490
14936
|
def initialize(switch=nil, labelset=nil, blockconfidence=nil, reviewconfidence=nil)
|
14491
14937
|
@Switch = switch
|
14492
14938
|
@LabelSet = labelset
|
@@ -14520,7 +14966,7 @@ module TencentCloud
|
|
14520
14966
|
# @type ReviewConfidence: Integer
|
14521
14967
|
|
14522
14968
|
attr_accessor :Switch, :LabelSet, :BlockConfidence, :ReviewConfidence
|
14523
|
-
|
14969
|
+
|
14524
14970
|
def initialize(switch=nil, labelset=nil, blockconfidence=nil, reviewconfidence=nil)
|
14525
14971
|
@Switch = switch
|
14526
14972
|
@LabelSet = labelset
|
@@ -14548,7 +14994,7 @@ module TencentCloud
|
|
14548
14994
|
# @type ReviewConfidence: Integer
|
14549
14995
|
|
14550
14996
|
attr_accessor :Switch, :BlockConfidence, :ReviewConfidence
|
14551
|
-
|
14997
|
+
|
14552
14998
|
def initialize(switch=nil, blockconfidence=nil, reviewconfidence=nil)
|
14553
14999
|
@Switch = switch
|
14554
15000
|
@BlockConfidence = blockconfidence
|
@@ -14574,7 +15020,7 @@ module TencentCloud
|
|
14574
15020
|
# @type ReviewConfidence: Integer
|
14575
15021
|
|
14576
15022
|
attr_accessor :Switch, :BlockConfidence, :ReviewConfidence
|
14577
|
-
|
15023
|
+
|
14578
15024
|
def initialize(switch=nil, blockconfidence=nil, reviewconfidence=nil)
|
14579
15025
|
@Switch = switch
|
14580
15026
|
@BlockConfidence = blockconfidence
|
@@ -14612,7 +15058,7 @@ module TencentCloud
|
|
14612
15058
|
# @type SessionContext: String
|
14613
15059
|
|
14614
15060
|
attr_accessor :Url, :TaskNotifyConfig, :OutputStorage, :OutputDir, :AiContentReviewTask, :AiRecognitionTask, :AiAnalysisTask, :AiQualityControlTask, :SessionId, :SessionContext
|
14615
|
-
|
15061
|
+
|
14616
15062
|
def initialize(url=nil, tasknotifyconfig=nil, outputstorage=nil, outputdir=nil, aicontentreviewtask=nil, airecognitiontask=nil, aianalysistask=nil, aiqualitycontroltask=nil, sessionid=nil, sessioncontext=nil)
|
14617
15063
|
@Url = url
|
14618
15064
|
@TaskNotifyConfig = tasknotifyconfig
|
@@ -14666,7 +15112,7 @@ module TencentCloud
|
|
14666
15112
|
# @type RequestId: String
|
14667
15113
|
|
14668
15114
|
attr_accessor :TaskId, :RequestId
|
14669
|
-
|
15115
|
+
|
14670
15116
|
def initialize(taskid=nil, requestid=nil)
|
14671
15117
|
@TaskId = taskid
|
14672
15118
|
@RequestId = requestid
|
@@ -14719,7 +15165,7 @@ module TencentCloud
|
|
14719
15165
|
# @type TaskType: String
|
14720
15166
|
|
14721
15167
|
attr_accessor :InputInfo, :OutputStorage, :OutputDir, :ScheduleId, :MediaProcessTask, :AiContentReviewTask, :AiAnalysisTask, :AiRecognitionTask, :AiQualityControlTask, :TaskNotifyConfig, :TasksPriority, :SessionId, :SessionContext, :TaskType
|
14722
|
-
|
15168
|
+
|
14723
15169
|
def initialize(inputinfo=nil, outputstorage=nil, outputdir=nil, scheduleid=nil, mediaprocesstask=nil, aicontentreviewtask=nil, aianalysistask=nil, airecognitiontask=nil, aiqualitycontroltask=nil, tasknotifyconfig=nil, taskspriority=nil, sessionid=nil, sessioncontext=nil, tasktype=nil)
|
14724
15170
|
@InputInfo = inputinfo
|
14725
15171
|
@OutputStorage = outputstorage
|
@@ -14787,7 +15233,7 @@ module TencentCloud
|
|
14787
15233
|
# @type RequestId: String
|
14788
15234
|
|
14789
15235
|
attr_accessor :TaskId, :RequestId
|
14790
|
-
|
15236
|
+
|
14791
15237
|
def initialize(taskid=nil, requestid=nil)
|
14792
15238
|
@TaskId = taskid
|
14793
15239
|
@RequestId = requestid
|
@@ -14811,7 +15257,7 @@ module TencentCloud
|
|
14811
15257
|
# @type ReviewConfidence: Integer
|
14812
15258
|
|
14813
15259
|
attr_accessor :Switch, :BlockConfidence, :ReviewConfidence
|
14814
|
-
|
15260
|
+
|
14815
15261
|
def initialize(switch=nil, blockconfidence=nil, reviewconfidence=nil)
|
14816
15262
|
@Switch = switch
|
14817
15263
|
@BlockConfidence = blockconfidence
|
@@ -14837,7 +15283,7 @@ module TencentCloud
|
|
14837
15283
|
# @type ReviewConfidence: Integer
|
14838
15284
|
|
14839
15285
|
attr_accessor :Switch, :BlockConfidence, :ReviewConfidence
|
14840
|
-
|
15286
|
+
|
14841
15287
|
def initialize(switch=nil, blockconfidence=nil, reviewconfidence=nil)
|
14842
15288
|
@Switch = switch
|
14843
15289
|
@BlockConfidence = blockconfidence
|
@@ -14861,7 +15307,7 @@ module TencentCloud
|
|
14861
15307
|
# @type OcrReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.ProhibitedOcrReviewTemplateInfo`
|
14862
15308
|
|
14863
15309
|
attr_accessor :AsrReviewInfo, :OcrReviewInfo
|
14864
|
-
|
15310
|
+
|
14865
15311
|
def initialize(asrreviewinfo=nil, ocrreviewinfo=nil)
|
14866
15312
|
@AsrReviewInfo = asrreviewinfo
|
14867
15313
|
@OcrReviewInfo = ocrreviewinfo
|
@@ -14887,7 +15333,7 @@ module TencentCloud
|
|
14887
15333
|
# @type OcrReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.ProhibitedOcrReviewTemplateInfoForUpdate`
|
14888
15334
|
|
14889
15335
|
attr_accessor :AsrReviewInfo, :OcrReviewInfo
|
14890
|
-
|
15336
|
+
|
14891
15337
|
def initialize(asrreviewinfo=nil, ocrreviewinfo=nil)
|
14892
15338
|
@AsrReviewInfo = asrreviewinfo
|
14893
15339
|
@OcrReviewInfo = ocrreviewinfo
|
@@ -14917,7 +15363,7 @@ module TencentCloud
|
|
14917
15363
|
# @type ReviewConfidence: Integer
|
14918
15364
|
|
14919
15365
|
attr_accessor :Switch, :BlockConfidence, :ReviewConfidence
|
14920
|
-
|
15366
|
+
|
14921
15367
|
def initialize(switch=nil, blockconfidence=nil, reviewconfidence=nil)
|
14922
15368
|
@Switch = switch
|
14923
15369
|
@BlockConfidence = blockconfidence
|
@@ -14943,7 +15389,7 @@ module TencentCloud
|
|
14943
15389
|
# @type ReviewConfidence: Integer
|
14944
15390
|
|
14945
15391
|
attr_accessor :Switch, :BlockConfidence, :ReviewConfidence
|
14946
|
-
|
15392
|
+
|
14947
15393
|
def initialize(switch=nil, blockconfidence=nil, reviewconfidence=nil)
|
14948
15394
|
@Switch = switch
|
14949
15395
|
@BlockConfidence = blockconfidence
|
@@ -14973,7 +15419,7 @@ module TencentCloud
|
|
14973
15419
|
# @type QualityControlResultSet: Array
|
14974
15420
|
|
14975
15421
|
attr_accessor :NoAudio, :NoVideo, :QualityEvaluationScore, :QualityControlResultSet
|
14976
|
-
|
15422
|
+
|
14977
15423
|
def initialize(noaudio=nil, novideo=nil, qualityevaluationscore=nil, qualitycontrolresultset=nil)
|
14978
15424
|
@NoAudio = noaudio
|
14979
15425
|
@NoVideo = novideo
|
@@ -15010,7 +15456,7 @@ module TencentCloud
|
|
15010
15456
|
# @type AreaCoordSet: Array
|
15011
15457
|
|
15012
15458
|
attr_accessor :Confidence, :StartTimeOffset, :EndTimeOffset, :AreaCoordSet
|
15013
|
-
|
15459
|
+
|
15014
15460
|
def initialize(confidence=nil, starttimeoffset=nil, endtimeoffset=nil, areacoordset=nil)
|
15015
15461
|
@Confidence = confidence
|
15016
15462
|
@StartTimeOffset = starttimeoffset
|
@@ -15050,7 +15496,7 @@ module TencentCloud
|
|
15050
15496
|
# @type QualityControlItems: Array
|
15051
15497
|
|
15052
15498
|
attr_accessor :Type, :QualityControlItems
|
15053
|
-
|
15499
|
+
|
15054
15500
|
def initialize(type=nil, qualitycontrolitems=nil)
|
15055
15501
|
@Type = type
|
15056
15502
|
@QualityControlItems = qualitycontrolitems
|
@@ -15077,7 +15523,7 @@ module TencentCloud
|
|
15077
15523
|
# @type StreamKey: String
|
15078
15524
|
|
15079
15525
|
attr_accessor :Url, :StreamKey
|
15080
|
-
|
15526
|
+
|
15081
15527
|
def initialize(url=nil, streamkey=nil)
|
15082
15528
|
@Url = url
|
15083
15529
|
@StreamKey = streamkey
|
@@ -15097,7 +15543,7 @@ module TencentCloud
|
|
15097
15543
|
# @type StreamKey: String
|
15098
15544
|
|
15099
15545
|
attr_accessor :TcUrl, :StreamKey
|
15100
|
-
|
15546
|
+
|
15101
15547
|
def initialize(tcurl=nil, streamkey=nil)
|
15102
15548
|
@TcUrl = tcurl
|
15103
15549
|
@StreamKey = streamkey
|
@@ -15117,7 +15563,7 @@ module TencentCloud
|
|
15117
15563
|
# @type Port: Integer
|
15118
15564
|
|
15119
15565
|
attr_accessor :Ip, :Port
|
15120
|
-
|
15566
|
+
|
15121
15567
|
def initialize(ip=nil, port=nil)
|
15122
15568
|
@Ip = ip
|
15123
15569
|
@Port = port
|
@@ -15135,7 +15581,7 @@ module TencentCloud
|
|
15135
15581
|
# @type Url: String
|
15136
15582
|
|
15137
15583
|
attr_accessor :Url
|
15138
|
-
|
15584
|
+
|
15139
15585
|
def initialize(url=nil)
|
15140
15586
|
@Url = url
|
15141
15587
|
end
|
@@ -15166,7 +15612,7 @@ module TencentCloud
|
|
15166
15612
|
# @type RepeatType: String
|
15167
15613
|
|
15168
15614
|
attr_accessor :ImageContent, :Width, :Height, :RepeatType
|
15169
|
-
|
15615
|
+
|
15170
15616
|
def initialize(imagecontent=nil, width=nil, height=nil, repeattype=nil)
|
15171
15617
|
@ImageContent = imagecontent
|
15172
15618
|
@Width = width
|
@@ -15207,7 +15653,7 @@ module TencentCloud
|
|
15207
15653
|
# @type TEHDConfig: :class:`Tencentcloud::Mps.v20190612.models.TEHDConfig`
|
15208
15654
|
|
15209
15655
|
attr_accessor :Container, :RemoveVideo, :RemoveAudio, :VideoTemplate, :AudioTemplate, :TEHDConfig
|
15210
|
-
|
15656
|
+
|
15211
15657
|
def initialize(container=nil, removevideo=nil, removeaudio=nil, videotemplate=nil, audiotemplate=nil, tehdconfig=nil)
|
15212
15658
|
@Container = container
|
15213
15659
|
@RemoveVideo = removevideo
|
@@ -15259,7 +15705,7 @@ module TencentCloud
|
|
15259
15705
|
# @type ImageTemplate: :class:`Tencentcloud::Mps.v20190612.models.RawImageWatermarkInput`
|
15260
15706
|
|
15261
15707
|
attr_accessor :Type, :CoordinateOrigin, :XPos, :YPos, :ImageTemplate
|
15262
|
-
|
15708
|
+
|
15263
15709
|
def initialize(type=nil, coordinateorigin=nil, xpos=nil, ypos=nil, imagetemplate=nil)
|
15264
15710
|
@Type = type
|
15265
15711
|
@CoordinateOrigin = coordinateorigin
|
@@ -15290,7 +15736,7 @@ module TencentCloud
|
|
15290
15736
|
# @type ActionConfig: :class:`Tencentcloud::Mps.v20190612.models.ActionConfigInfo`
|
15291
15737
|
|
15292
15738
|
attr_accessor :InputInfo, :ExpressionConfig, :ActionConfig
|
15293
|
-
|
15739
|
+
|
15294
15740
|
def initialize(inputinfo=nil, expressionconfig=nil, actionconfig=nil)
|
15295
15741
|
@InputInfo = inputinfo
|
15296
15742
|
@ExpressionConfig = expressionconfig
|
@@ -15321,7 +15767,7 @@ module TencentCloud
|
|
15321
15767
|
# @type RequestId: String
|
15322
15768
|
|
15323
15769
|
attr_accessor :TaskId, :RequestId
|
15324
|
-
|
15770
|
+
|
15325
15771
|
def initialize(taskid=nil, requestid=nil)
|
15326
15772
|
@TaskId = taskid
|
15327
15773
|
@RequestId = requestid
|
@@ -15339,7 +15785,7 @@ module TencentCloud
|
|
15339
15785
|
# @type Name: String
|
15340
15786
|
|
15341
15787
|
attr_accessor :Name
|
15342
|
-
|
15788
|
+
|
15343
15789
|
def initialize(name=nil)
|
15344
15790
|
@Name = name
|
15345
15791
|
end
|
@@ -15375,7 +15821,7 @@ module TencentCloud
|
|
15375
15821
|
# @type TaskNotifyConfig: :class:`Tencentcloud::Mps.v20190612.models.TaskNotifyConfig`
|
15376
15822
|
|
15377
15823
|
attr_accessor :WorkflowId, :WorkflowName, :Trigger, :OutputStorage, :OutputDir, :MediaProcessTask, :AiContentReviewTask, :AiAnalysisTask, :AiRecognitionTask, :TaskPriority, :TaskNotifyConfig
|
15378
|
-
|
15824
|
+
|
15379
15825
|
def initialize(workflowid=nil, workflowname=nil, trigger=nil, outputstorage=nil, outputdir=nil, mediaprocesstask=nil, aicontentreviewtask=nil, aianalysistask=nil, airecognitiontask=nil, taskpriority=nil, tasknotifyconfig=nil)
|
15380
15826
|
@WorkflowId = workflowid
|
15381
15827
|
@WorkflowName = workflowname
|
@@ -15432,7 +15878,7 @@ module TencentCloud
|
|
15432
15878
|
# @type RequestId: String
|
15433
15879
|
|
15434
15880
|
attr_accessor :RequestId
|
15435
|
-
|
15881
|
+
|
15436
15882
|
def initialize(requestid=nil)
|
15437
15883
|
@RequestId = requestid
|
15438
15884
|
end
|
@@ -15452,7 +15898,7 @@ module TencentCloud
|
|
15452
15898
|
# @type BufferTime: Integer
|
15453
15899
|
|
15454
15900
|
attr_accessor :Enable, :BufferTime
|
15455
|
-
|
15901
|
+
|
15456
15902
|
def initialize(enable=nil, buffertime=nil)
|
15457
15903
|
@Enable = enable
|
15458
15904
|
@BufferTime = buffertime
|
@@ -15480,7 +15926,7 @@ module TencentCloud
|
|
15480
15926
|
# @type S3SecretKey: String
|
15481
15927
|
|
15482
15928
|
attr_accessor :S3Bucket, :S3Region, :S3Object, :S3SecretId, :S3SecretKey
|
15483
|
-
|
15929
|
+
|
15484
15930
|
def initialize(s3bucket=nil, s3region=nil, s3object=nil, s3secretid=nil, s3secretkey=nil)
|
15485
15931
|
@S3Bucket = s3bucket
|
15486
15932
|
@S3Region = s3region
|
@@ -15510,7 +15956,7 @@ module TencentCloud
|
|
15510
15956
|
# @type S3SecretKey: String
|
15511
15957
|
|
15512
15958
|
attr_accessor :S3Bucket, :S3Region, :S3SecretId, :S3SecretKey
|
15513
|
-
|
15959
|
+
|
15514
15960
|
def initialize(s3bucket=nil, s3region=nil, s3secretid=nil, s3secretkey=nil)
|
15515
15961
|
@S3Bucket = s3bucket
|
15516
15962
|
@S3Region = s3region
|
@@ -15534,7 +15980,7 @@ module TencentCloud
|
|
15534
15980
|
# @type Port: Integer
|
15535
15981
|
|
15536
15982
|
attr_accessor :Ip, :Port
|
15537
|
-
|
15983
|
+
|
15538
15984
|
def initialize(ip=nil, port=nil)
|
15539
15985
|
@Ip = ip
|
15540
15986
|
@Port = port
|
@@ -15554,7 +16000,7 @@ module TencentCloud
|
|
15554
16000
|
# @type Port: Integer
|
15555
16001
|
|
15556
16002
|
attr_accessor :Ip, :Port
|
15557
|
-
|
16003
|
+
|
15558
16004
|
def initialize(ip=nil, port=nil)
|
15559
16005
|
@Ip = ip
|
15560
16006
|
@Port = port
|
@@ -15574,7 +16020,7 @@ module TencentCloud
|
|
15574
16020
|
# @type Port: Integer
|
15575
16021
|
|
15576
16022
|
attr_accessor :Ip, :Port
|
15577
|
-
|
16023
|
+
|
15578
16024
|
def initialize(ip=nil, port=nil)
|
15579
16025
|
@Ip = ip
|
15580
16026
|
@Port = port
|
@@ -15602,7 +16048,7 @@ module TencentCloud
|
|
15602
16048
|
# @type ObjectNumberFormat: :class:`Tencentcloud::Mps.v20190612.models.NumberFormat`
|
15603
16049
|
|
15604
16050
|
attr_accessor :Definition, :WatermarkSet, :OutputStorage, :OutputObjectPath, :ObjectNumberFormat
|
15605
|
-
|
16051
|
+
|
15606
16052
|
def initialize(definition=nil, watermarkset=nil, outputstorage=nil, outputobjectpath=nil, objectnumberformat=nil)
|
15607
16053
|
@Definition = definition
|
15608
16054
|
@WatermarkSet = watermarkset
|
@@ -15683,7 +16129,7 @@ module TencentCloud
|
|
15683
16129
|
# @type FillType: String
|
15684
16130
|
|
15685
16131
|
attr_accessor :Definition, :Type, :Name, :Comment, :Width, :Height, :ResolutionAdaptive, :Format, :SampleType, :SampleInterval, :CreateTime, :UpdateTime, :FillType
|
15686
|
-
|
16132
|
+
|
15687
16133
|
def initialize(definition=nil, type=nil, name=nil, comment=nil, width=nil, height=nil, resolutionadaptive=nil, format=nil, sampletype=nil, sampleinterval=nil, createtime=nil, updatetime=nil, filltype=nil)
|
15688
16134
|
@Definition = definition
|
15689
16135
|
@Type = type
|
@@ -15740,7 +16186,7 @@ module TencentCloud
|
|
15740
16186
|
# @type FinishTime: String
|
15741
16187
|
|
15742
16188
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :BeginProcessTime, :FinishTime
|
15743
|
-
|
16189
|
+
|
15744
16190
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, beginprocesstime=nil, finishtime=nil)
|
15745
16191
|
@Status = status
|
15746
16192
|
@ErrCodeExt = errcodeext
|
@@ -15791,7 +16237,7 @@ module TencentCloud
|
|
15791
16237
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.QualityControlData`
|
15792
16238
|
|
15793
16239
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
15794
|
-
|
16240
|
+
|
15795
16241
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
15796
16242
|
@Status = status
|
15797
16243
|
@ErrCodeExt = errcodeext
|
@@ -15840,7 +16286,7 @@ module TencentCloud
|
|
15840
16286
|
# @type FinishTime: String
|
15841
16287
|
|
15842
16288
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :BeginProcessTime, :FinishTime
|
15843
|
-
|
16289
|
+
|
15844
16290
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, beginprocesstime=nil, finishtime=nil)
|
15845
16291
|
@Status = status
|
15846
16292
|
@ErrCodeExt = errcodeext
|
@@ -15897,7 +16343,7 @@ module TencentCloud
|
|
15897
16343
|
# @type FinishTime: String
|
15898
16344
|
|
15899
16345
|
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :BeginProcessTime, :FinishTime
|
15900
|
-
|
16346
|
+
|
15901
16347
|
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, beginprocesstime=nil, finishtime=nil)
|
15902
16348
|
@Status = status
|
15903
16349
|
@ErrCodeExt = errcodeext
|
@@ -15954,7 +16400,7 @@ module TencentCloud
|
|
15954
16400
|
# @type ActivityResultSet: Array
|
15955
16401
|
|
15956
16402
|
attr_accessor :TaskId, :Status, :ErrCode, :Message, :InputInfo, :MetaData, :ActivityResultSet
|
15957
|
-
|
16403
|
+
|
15958
16404
|
def initialize(taskid=nil, status=nil, errcode=nil, message=nil, inputinfo=nil, metadata=nil, activityresultset=nil)
|
15959
16405
|
@TaskId = taskid
|
15960
16406
|
@Status = status
|
@@ -16024,7 +16470,7 @@ module TencentCloud
|
|
16024
16470
|
# @type UpdateTime: String
|
16025
16471
|
|
16026
16472
|
attr_accessor :ScheduleId, :ScheduleName, :Status, :Trigger, :Activities, :OutputStorage, :OutputDir, :TaskNotifyConfig, :CreateTime, :UpdateTime
|
16027
|
-
|
16473
|
+
|
16028
16474
|
def initialize(scheduleid=nil, schedulename=nil, status=nil, trigger=nil, activities=nil, outputstorage=nil, outputdir=nil, tasknotifyconfig=nil, createtime=nil, updatetime=nil)
|
16029
16475
|
@ScheduleId = scheduleid
|
16030
16476
|
@ScheduleName = schedulename
|
@@ -16081,7 +16527,7 @@ module TencentCloud
|
|
16081
16527
|
# @type Intensity: Float
|
16082
16528
|
|
16083
16529
|
attr_accessor :Switch, :Intensity
|
16084
|
-
|
16530
|
+
|
16085
16531
|
def initialize(switch=nil, intensity=nil)
|
16086
16532
|
@Switch = switch
|
16087
16533
|
@Intensity = intensity
|
@@ -16106,7 +16552,7 @@ module TencentCloud
|
|
16106
16552
|
# @type SegmentUrl: String
|
16107
16553
|
|
16108
16554
|
attr_accessor :Confidence, :StartTimeOffset, :EndTimeOffset, :SegmentUrl
|
16109
|
-
|
16555
|
+
|
16110
16556
|
def initialize(confidence=nil, starttimeoffset=nil, endtimeoffset=nil, segmenturl=nil)
|
16111
16557
|
@Confidence = confidence
|
16112
16558
|
@StartTimeOffset = starttimeoffset
|
@@ -16135,7 +16581,7 @@ module TencentCloud
|
|
16135
16581
|
# @type Intensity: Float
|
16136
16582
|
|
16137
16583
|
attr_accessor :Switch, :Intensity
|
16138
|
-
|
16584
|
+
|
16139
16585
|
def initialize(switch=nil, intensity=nil)
|
16140
16586
|
@Switch = switch
|
16141
16587
|
@Intensity = intensity
|
@@ -16169,7 +16615,7 @@ module TencentCloud
|
|
16169
16615
|
# @type ObjectNumberFormat: :class:`Tencentcloud::Mps.v20190612.models.NumberFormat`
|
16170
16616
|
|
16171
16617
|
attr_accessor :Definition, :ExtTimeOffsetSet, :TimeOffsetSet, :WatermarkSet, :OutputStorage, :OutputObjectPath, :ObjectNumberFormat
|
16172
|
-
|
16618
|
+
|
16173
16619
|
def initialize(definition=nil, exttimeoffsetset=nil, timeoffsetset=nil, watermarkset=nil, outputstorage=nil, outputobjectpath=nil, objectnumberformat=nil)
|
16174
16620
|
@Definition = definition
|
16175
16621
|
@ExtTimeOffsetSet = exttimeoffsetset
|
@@ -16250,7 +16696,7 @@ module TencentCloud
|
|
16250
16696
|
# @type FillType: String
|
16251
16697
|
|
16252
16698
|
attr_accessor :Definition, :Type, :Name, :Comment, :Width, :Height, :ResolutionAdaptive, :Format, :CreateTime, :UpdateTime, :FillType
|
16253
|
-
|
16699
|
+
|
16254
16700
|
def initialize(definition=nil, type=nil, name=nil, comment=nil, width=nil, height=nil, resolutionadaptive=nil, format=nil, createtime=nil, updatetime=nil, filltype=nil)
|
16255
16701
|
@Definition = definition
|
16256
16702
|
@Type = type
|
@@ -16286,7 +16732,7 @@ module TencentCloud
|
|
16286
16732
|
# @type FlowId: String
|
16287
16733
|
|
16288
16734
|
attr_accessor :FlowId
|
16289
|
-
|
16735
|
+
|
16290
16736
|
def initialize(flowid=nil)
|
16291
16737
|
@FlowId = flowid
|
16292
16738
|
end
|
@@ -16302,7 +16748,7 @@ module TencentCloud
|
|
16302
16748
|
# @type RequestId: String
|
16303
16749
|
|
16304
16750
|
attr_accessor :RequestId
|
16305
|
-
|
16751
|
+
|
16306
16752
|
def initialize(requestid=nil)
|
16307
16753
|
@RequestId = requestid
|
16308
16754
|
end
|
@@ -16318,7 +16764,7 @@ module TencentCloud
|
|
16318
16764
|
# @type FlowId: String
|
16319
16765
|
|
16320
16766
|
attr_accessor :FlowId
|
16321
|
-
|
16767
|
+
|
16322
16768
|
def initialize(flowid=nil)
|
16323
16769
|
@FlowId = flowid
|
16324
16770
|
end
|
@@ -16334,7 +16780,7 @@ module TencentCloud
|
|
16334
16780
|
# @type RequestId: String
|
16335
16781
|
|
16336
16782
|
attr_accessor :RequestId
|
16337
|
-
|
16783
|
+
|
16338
16784
|
def initialize(requestid=nil)
|
16339
16785
|
@RequestId = requestid
|
16340
16786
|
end
|
@@ -16350,7 +16796,7 @@ module TencentCloud
|
|
16350
16796
|
# @type Regions: Array
|
16351
16797
|
|
16352
16798
|
attr_accessor :Regions
|
16353
|
-
|
16799
|
+
|
16354
16800
|
def initialize(regions=nil)
|
16355
16801
|
@Regions = regions
|
16356
16802
|
end
|
@@ -16391,7 +16837,7 @@ module TencentCloud
|
|
16391
16837
|
# @type FontAlpha: Float
|
16392
16838
|
|
16393
16839
|
attr_accessor :Path, :StreamIndex, :FontType, :FontSize, :FontColor, :FontAlpha
|
16394
|
-
|
16840
|
+
|
16395
16841
|
def initialize(path=nil, streamindex=nil, fonttype=nil, fontsize=nil, fontcolor=nil, fontalpha=nil)
|
16396
16842
|
@Path = path
|
16397
16843
|
@StreamIndex = streamindex
|
@@ -16431,7 +16877,7 @@ module TencentCloud
|
|
16431
16877
|
# @type Size: Integer
|
16432
16878
|
|
16433
16879
|
attr_accessor :Switch, :Type, :Size
|
16434
|
-
|
16880
|
+
|
16435
16881
|
def initialize(switch=nil, type=nil, size=nil)
|
16436
16882
|
@Switch = switch
|
16437
16883
|
@Type = type
|
@@ -16469,7 +16915,7 @@ module TencentCloud
|
|
16469
16915
|
# @type Height: String
|
16470
16916
|
|
16471
16917
|
attr_accessor :Width, :Height
|
16472
|
-
|
16918
|
+
|
16473
16919
|
def initialize(width=nil, height=nil)
|
16474
16920
|
@Width = width
|
16475
16921
|
@Height = height
|
@@ -16505,7 +16951,7 @@ module TencentCloud
|
|
16505
16951
|
# @type Height: String
|
16506
16952
|
|
16507
16953
|
attr_accessor :Width, :Height
|
16508
|
-
|
16954
|
+
|
16509
16955
|
def initialize(width=nil, height=nil)
|
16510
16956
|
@Width = width
|
16511
16957
|
@Height = height
|
@@ -16529,7 +16975,7 @@ module TencentCloud
|
|
16529
16975
|
# @type MaxVideoBitrate: Integer
|
16530
16976
|
|
16531
16977
|
attr_accessor :Type, :MaxVideoBitrate
|
16532
|
-
|
16978
|
+
|
16533
16979
|
def initialize(type=nil, maxvideobitrate=nil)
|
16534
16980
|
@Type = type
|
16535
16981
|
@MaxVideoBitrate = maxvideobitrate
|
@@ -16552,7 +16998,7 @@ module TencentCloud
|
|
16552
16998
|
# @type MaxVideoBitrate: Integer
|
16553
16999
|
|
16554
17000
|
attr_accessor :Type, :MaxVideoBitrate
|
16555
|
-
|
17001
|
+
|
16556
17002
|
def initialize(type=nil, maxvideobitrate=nil)
|
16557
17003
|
@Type = type
|
16558
17004
|
@MaxVideoBitrate = maxvideobitrate
|
@@ -16572,7 +17018,7 @@ module TencentCloud
|
|
16572
17018
|
# @type Switch: String
|
16573
17019
|
|
16574
17020
|
attr_accessor :Switch
|
16575
|
-
|
17021
|
+
|
16576
17022
|
def initialize(switch=nil)
|
16577
17023
|
@Switch = switch
|
16578
17024
|
end
|
@@ -16590,7 +17036,7 @@ module TencentCloud
|
|
16590
17036
|
# @type Switch: String
|
16591
17037
|
|
16592
17038
|
attr_accessor :Switch
|
16593
|
-
|
17039
|
+
|
16594
17040
|
def initialize(switch=nil)
|
16595
17041
|
@Switch = switch
|
16596
17042
|
end
|
@@ -16628,7 +17074,7 @@ module TencentCloud
|
|
16628
17074
|
# @type AwsSQS: :class:`Tencentcloud::Mps.v20190612.models.AwsSQS`
|
16629
17075
|
|
16630
17076
|
attr_accessor :CmqModel, :CmqRegion, :TopicName, :QueueName, :NotifyMode, :NotifyType, :NotifyUrl, :AwsSQS
|
16631
|
-
|
17077
|
+
|
16632
17078
|
def initialize(cmqmodel=nil, cmqregion=nil, topicname=nil, queuename=nil, notifymode=nil, notifytype=nil, notifyurl=nil, awssqs=nil)
|
16633
17079
|
@CmqModel = cmqmodel
|
16634
17080
|
@CmqRegion = cmqregion
|
@@ -16669,7 +17115,7 @@ module TencentCloud
|
|
16669
17115
|
# @type S3OutputStorage: :class:`Tencentcloud::Mps.v20190612.models.S3OutputStorage`
|
16670
17116
|
|
16671
17117
|
attr_accessor :Type, :CosOutputStorage, :S3OutputStorage
|
16672
|
-
|
17118
|
+
|
16673
17119
|
def initialize(type=nil, cosoutputstorage=nil, s3outputstorage=nil)
|
16674
17120
|
@Type = type
|
16675
17121
|
@CosOutputStorage = cosoutputstorage
|
@@ -16708,7 +17154,7 @@ module TencentCloud
|
|
16708
17154
|
# @type SubTaskTypes: Array
|
16709
17155
|
|
16710
17156
|
attr_accessor :TaskId, :TaskType, :CreateTime, :BeginProcessTime, :FinishTime, :SubTaskTypes
|
16711
|
-
|
17157
|
+
|
16712
17158
|
def initialize(taskid=nil, tasktype=nil, createtime=nil, beginprocesstime=nil, finishtime=nil, subtasktypes=nil)
|
16713
17159
|
@TaskId = taskid
|
16714
17160
|
@TaskType = tasktype
|
@@ -16736,7 +17182,7 @@ module TencentCloud
|
|
16736
17182
|
# @type OcrReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.TerrorismOcrReviewTemplateInfo`
|
16737
17183
|
|
16738
17184
|
attr_accessor :ImgReviewInfo, :OcrReviewInfo
|
16739
|
-
|
17185
|
+
|
16740
17186
|
def initialize(imgreviewinfo=nil, ocrreviewinfo=nil)
|
16741
17187
|
@ImgReviewInfo = imgreviewinfo
|
16742
17188
|
@OcrReviewInfo = ocrreviewinfo
|
@@ -16762,7 +17208,7 @@ module TencentCloud
|
|
16762
17208
|
# @type OcrReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.TerrorismOcrReviewTemplateInfoForUpdate`
|
16763
17209
|
|
16764
17210
|
attr_accessor :ImgReviewInfo, :OcrReviewInfo
|
16765
|
-
|
17211
|
+
|
16766
17212
|
def initialize(imgreviewinfo=nil, ocrreviewinfo=nil)
|
16767
17213
|
@ImgReviewInfo = imgreviewinfo
|
16768
17214
|
@OcrReviewInfo = ocrreviewinfo
|
@@ -16803,7 +17249,7 @@ module TencentCloud
|
|
16803
17249
|
# @type ReviewConfidence: Integer
|
16804
17250
|
|
16805
17251
|
attr_accessor :Switch, :LabelSet, :BlockConfidence, :ReviewConfidence
|
16806
|
-
|
17252
|
+
|
16807
17253
|
def initialize(switch=nil, labelset=nil, blockconfidence=nil, reviewconfidence=nil)
|
16808
17254
|
@Switch = switch
|
16809
17255
|
@LabelSet = labelset
|
@@ -16842,7 +17288,7 @@ module TencentCloud
|
|
16842
17288
|
# @type ReviewConfidence: Integer
|
16843
17289
|
|
16844
17290
|
attr_accessor :Switch, :LabelSet, :BlockConfidence, :ReviewConfidence
|
16845
|
-
|
17291
|
+
|
16846
17292
|
def initialize(switch=nil, labelset=nil, blockconfidence=nil, reviewconfidence=nil)
|
16847
17293
|
@Switch = switch
|
16848
17294
|
@LabelSet = labelset
|
@@ -16870,7 +17316,7 @@ module TencentCloud
|
|
16870
17316
|
# @type ReviewConfidence: Integer
|
16871
17317
|
|
16872
17318
|
attr_accessor :Switch, :BlockConfidence, :ReviewConfidence
|
16873
|
-
|
17319
|
+
|
16874
17320
|
def initialize(switch=nil, blockconfidence=nil, reviewconfidence=nil)
|
16875
17321
|
@Switch = switch
|
16876
17322
|
@BlockConfidence = blockconfidence
|
@@ -16896,7 +17342,7 @@ module TencentCloud
|
|
16896
17342
|
# @type ReviewConfidence: Integer
|
16897
17343
|
|
16898
17344
|
attr_accessor :Switch, :BlockConfidence, :ReviewConfidence
|
16899
|
-
|
17345
|
+
|
16900
17346
|
def initialize(switch=nil, blockconfidence=nil, reviewconfidence=nil)
|
16901
17347
|
@Switch = switch
|
16902
17348
|
@BlockConfidence = blockconfidence
|
@@ -16927,7 +17373,7 @@ module TencentCloud
|
|
16927
17373
|
# @type FontAlpha: Float
|
16928
17374
|
|
16929
17375
|
attr_accessor :FontType, :FontSize, :FontColor, :FontAlpha
|
16930
|
-
|
17376
|
+
|
16931
17377
|
def initialize(fonttype=nil, fontsize=nil, fontcolor=nil, fontalpha=nil)
|
16932
17378
|
@FontType = fonttype
|
16933
17379
|
@FontSize = fontsize
|
@@ -16959,7 +17405,7 @@ module TencentCloud
|
|
16959
17405
|
# @type FontAlpha: Float
|
16960
17406
|
|
16961
17407
|
attr_accessor :FontType, :FontSize, :FontColor, :FontAlpha
|
16962
|
-
|
17408
|
+
|
16963
17409
|
def initialize(fonttype=nil, fontsize=nil, fontcolor=nil, fontalpha=nil)
|
16964
17410
|
@FontType = fonttype
|
16965
17411
|
@FontSize = fontsize
|
@@ -17018,7 +17464,7 @@ module TencentCloud
|
|
17018
17464
|
# @type HeadTailParameter: :class:`Tencentcloud::Mps.v20190612.models.HeadTailParameter`
|
17019
17465
|
|
17020
17466
|
attr_accessor :Definition, :RawParameter, :OverrideParameter, :WatermarkSet, :MosaicSet, :StartTimeOffset, :EndTimeOffset, :OutputStorage, :OutputObjectPath, :SegmentObjectName, :ObjectNumberFormat, :HeadTailParameter
|
17021
|
-
|
17467
|
+
|
17022
17468
|
def initialize(definition=nil, rawparameter=nil, overrideparameter=nil, watermarkset=nil, mosaicset=nil, starttimeoffset=nil, endtimeoffset=nil, outputstorage=nil, outputobjectpath=nil, segmentobjectname=nil, objectnumberformat=nil, headtailparameter=nil)
|
17023
17469
|
@Definition = definition
|
17024
17470
|
@RawParameter = rawparameter
|
@@ -17121,7 +17567,7 @@ module TencentCloud
|
|
17121
17567
|
# @type EnhanceConfig: :class:`Tencentcloud::Mps.v20190612.models.EnhanceConfig`
|
17122
17568
|
|
17123
17569
|
attr_accessor :Definition, :Container, :Name, :Comment, :Type, :RemoveVideo, :RemoveAudio, :VideoTemplate, :AudioTemplate, :TEHDConfig, :ContainerType, :CreateTime, :UpdateTime, :EnhanceConfig
|
17124
|
-
|
17570
|
+
|
17125
17571
|
def initialize(definition=nil, container=nil, name=nil, comment=nil, type=nil, removevideo=nil, removeaudio=nil, videotemplate=nil, audiotemplate=nil, tehdconfig=nil, containertype=nil, createtime=nil, updatetime=nil, enhanceconfig=nil)
|
17126
17572
|
@Definition = definition
|
17127
17573
|
@Container = container
|
@@ -17181,7 +17627,7 @@ module TencentCloud
|
|
17181
17627
|
# @type DestinationLanguage: String
|
17182
17628
|
|
17183
17629
|
attr_accessor :Switch, :SourceLanguage, :DestinationLanguage
|
17184
|
-
|
17630
|
+
|
17185
17631
|
def initialize(switch=nil, sourcelanguage=nil, destinationlanguage=nil)
|
17186
17632
|
@Switch = switch
|
17187
17633
|
@SourceLanguage = sourcelanguage
|
@@ -17207,7 +17653,7 @@ module TencentCloud
|
|
17207
17653
|
# @type DestinationLanguage: String
|
17208
17654
|
|
17209
17655
|
attr_accessor :Switch, :SourceLanguage, :DestinationLanguage
|
17210
|
-
|
17656
|
+
|
17211
17657
|
def initialize(switch=nil, sourcelanguage=nil, destinationlanguage=nil)
|
17212
17658
|
@Switch = switch
|
17213
17659
|
@SourceLanguage = sourcelanguage
|
@@ -17227,7 +17673,7 @@ module TencentCloud
|
|
17227
17673
|
# @type Url: String
|
17228
17674
|
|
17229
17675
|
attr_accessor :Url
|
17230
|
-
|
17676
|
+
|
17231
17677
|
def initialize(url=nil)
|
17232
17678
|
@Url = url
|
17233
17679
|
end
|
@@ -17252,7 +17698,7 @@ module TencentCloud
|
|
17252
17698
|
# @type ReviewConfidence: Integer
|
17253
17699
|
|
17254
17700
|
attr_accessor :Switch, :LabelSet, :BlockConfidence, :ReviewConfidence
|
17255
|
-
|
17701
|
+
|
17256
17702
|
def initialize(switch=nil, labelset=nil, blockconfidence=nil, reviewconfidence=nil)
|
17257
17703
|
@Switch = switch
|
17258
17704
|
@LabelSet = labelset
|
@@ -17283,7 +17729,7 @@ module TencentCloud
|
|
17283
17729
|
# @type ReviewConfidence: Integer
|
17284
17730
|
|
17285
17731
|
attr_accessor :Switch, :LabelSet, :BlockConfidence, :ReviewConfidence
|
17286
|
-
|
17732
|
+
|
17287
17733
|
def initialize(switch=nil, labelset=nil, blockconfidence=nil, reviewconfidence=nil)
|
17288
17734
|
@Switch = switch
|
17289
17735
|
@LabelSet = labelset
|
@@ -17309,7 +17755,7 @@ module TencentCloud
|
|
17309
17755
|
# @type OcrReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.UserDefineOcrTextReviewTemplateInfo`
|
17310
17756
|
|
17311
17757
|
attr_accessor :FaceReviewInfo, :AsrReviewInfo, :OcrReviewInfo
|
17312
|
-
|
17758
|
+
|
17313
17759
|
def initialize(facereviewinfo=nil, asrreviewinfo=nil, ocrreviewinfo=nil)
|
17314
17760
|
@FaceReviewInfo = facereviewinfo
|
17315
17761
|
@AsrReviewInfo = asrreviewinfo
|
@@ -17342,7 +17788,7 @@ module TencentCloud
|
|
17342
17788
|
# @type OcrReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.UserDefineOcrTextReviewTemplateInfoForUpdate`
|
17343
17789
|
|
17344
17790
|
attr_accessor :FaceReviewInfo, :AsrReviewInfo, :OcrReviewInfo
|
17345
|
-
|
17791
|
+
|
17346
17792
|
def initialize(facereviewinfo=nil, asrreviewinfo=nil, ocrreviewinfo=nil)
|
17347
17793
|
@FaceReviewInfo = facereviewinfo
|
17348
17794
|
@AsrReviewInfo = asrreviewinfo
|
@@ -17380,7 +17826,7 @@ module TencentCloud
|
|
17380
17826
|
# @type ReviewConfidence: Integer
|
17381
17827
|
|
17382
17828
|
attr_accessor :Switch, :LabelSet, :BlockConfidence, :ReviewConfidence
|
17383
|
-
|
17829
|
+
|
17384
17830
|
def initialize(switch=nil, labelset=nil, blockconfidence=nil, reviewconfidence=nil)
|
17385
17831
|
@Switch = switch
|
17386
17832
|
@LabelSet = labelset
|
@@ -17411,7 +17857,7 @@ module TencentCloud
|
|
17411
17857
|
# @type ReviewConfidence: Integer
|
17412
17858
|
|
17413
17859
|
attr_accessor :Switch, :LabelSet, :BlockConfidence, :ReviewConfidence
|
17414
|
-
|
17860
|
+
|
17415
17861
|
def initialize(switch=nil, labelset=nil, blockconfidence=nil, reviewconfidence=nil)
|
17416
17862
|
@Switch = switch
|
17417
17863
|
@LabelSet = labelset
|
@@ -17442,7 +17888,7 @@ module TencentCloud
|
|
17442
17888
|
# @type ReviewConfidence: Integer
|
17443
17889
|
|
17444
17890
|
attr_accessor :Switch, :LabelSet, :BlockConfidence, :ReviewConfidence
|
17445
|
-
|
17891
|
+
|
17446
17892
|
def initialize(switch=nil, labelset=nil, blockconfidence=nil, reviewconfidence=nil)
|
17447
17893
|
@Switch = switch
|
17448
17894
|
@LabelSet = labelset
|
@@ -17473,7 +17919,7 @@ module TencentCloud
|
|
17473
17919
|
# @type ReviewConfidence: Integer
|
17474
17920
|
|
17475
17921
|
attr_accessor :Switch, :LabelSet, :BlockConfidence, :ReviewConfidence
|
17476
|
-
|
17922
|
+
|
17477
17923
|
def initialize(switch=nil, labelset=nil, blockconfidence=nil, reviewconfidence=nil)
|
17478
17924
|
@Switch = switch
|
17479
17925
|
@LabelSet = labelset
|
@@ -17504,7 +17950,7 @@ module TencentCloud
|
|
17504
17950
|
# @type Type: String
|
17505
17951
|
|
17506
17952
|
attr_accessor :Switch, :Type
|
17507
|
-
|
17953
|
+
|
17508
17954
|
def initialize(switch=nil, type=nil)
|
17509
17955
|
@Switch = switch
|
17510
17956
|
@Type = type
|
@@ -17553,7 +17999,7 @@ module TencentCloud
|
|
17553
17999
|
# @type ArtifactRepair: :class:`Tencentcloud::Mps.v20190612.models.ArtifactRepairConfig`
|
17554
18000
|
|
17555
18001
|
attr_accessor :FrameRate, :SuperResolution, :Hdr, :Denoise, :ImageQualityEnhance, :ColorEnhance, :SharpEnhance, :FaceEnhance, :LowLightEnhance, :ScratchRepair, :ArtifactRepair
|
17556
|
-
|
18002
|
+
|
17557
18003
|
def initialize(framerate=nil, superresolution=nil, hdr=nil, denoise=nil, imagequalityenhance=nil, colorenhance=nil, sharpenhance=nil, faceenhance=nil, lowlightenhance=nil, scratchrepair=nil, artifactrepair=nil)
|
17558
18004
|
@FrameRate = framerate
|
17559
18005
|
@SuperResolution = superresolution
|
@@ -17669,7 +18115,7 @@ module TencentCloud
|
|
17669
18115
|
# @type Vcrf: Integer
|
17670
18116
|
|
17671
18117
|
attr_accessor :Codec, :Fps, :Bitrate, :ResolutionAdaptive, :Width, :Height, :Gop, :FillType, :Vcrf
|
17672
|
-
|
18118
|
+
|
17673
18119
|
def initialize(codec=nil, fps=nil, bitrate=nil, resolutionadaptive=nil, width=nil, height=nil, gop=nil, filltype=nil, vcrf=nil)
|
17674
18120
|
@Codec = codec
|
17675
18121
|
@Fps = fps
|
@@ -17741,7 +18187,7 @@ module TencentCloud
|
|
17741
18187
|
# @type ContentAdaptStream: Integer
|
17742
18188
|
|
17743
18189
|
attr_accessor :Codec, :Fps, :Bitrate, :ResolutionAdaptive, :Width, :Height, :Gop, :FillType, :Vcrf, :ContentAdaptStream
|
17744
|
-
|
18190
|
+
|
17745
18191
|
def initialize(codec=nil, fps=nil, bitrate=nil, resolutionadaptive=nil, width=nil, height=nil, gop=nil, filltype=nil, vcrf=nil, contentadaptstream=nil)
|
17746
18192
|
@Codec = codec
|
17747
18193
|
@Fps = fps
|
@@ -17795,7 +18241,7 @@ module TencentCloud
|
|
17795
18241
|
# @type EndTimeOffset: Float
|
17796
18242
|
|
17797
18243
|
attr_accessor :Definition, :RawParameter, :TextContent, :SvgContent, :StartTimeOffset, :EndTimeOffset
|
17798
|
-
|
18244
|
+
|
17799
18245
|
def initialize(definition=nil, rawparameter=nil, textcontent=nil, svgcontent=nil, starttimeoffset=nil, endtimeoffset=nil)
|
17800
18246
|
@Definition = definition
|
17801
18247
|
@RawParameter = rawparameter
|
@@ -17859,7 +18305,7 @@ module TencentCloud
|
|
17859
18305
|
# @type CoordinateOrigin: String
|
17860
18306
|
|
17861
18307
|
attr_accessor :Definition, :Type, :Name, :Comment, :XPos, :YPos, :ImageTemplate, :TextTemplate, :SvgTemplate, :CreateTime, :UpdateTime, :CoordinateOrigin
|
17862
|
-
|
18308
|
+
|
17863
18309
|
def initialize(definition=nil, type=nil, name=nil, comment=nil, xpos=nil, ypos=nil, imagetemplate=nil, texttemplate=nil, svgtemplate=nil, createtime=nil, updatetime=nil, coordinateorigin=nil)
|
17864
18310
|
@Definition = definition
|
17865
18311
|
@Type = type
|
@@ -17910,7 +18356,7 @@ module TencentCloud
|
|
17910
18356
|
# @type SessionContext: String
|
17911
18357
|
|
17912
18358
|
attr_accessor :InputInfo, :TaskNotifyConfig, :SessionContext
|
17913
|
-
|
18359
|
+
|
17914
18360
|
def initialize(inputinfo=nil, tasknotifyconfig=nil, sessioncontext=nil)
|
17915
18361
|
@InputInfo = inputinfo
|
17916
18362
|
@TaskNotifyConfig = tasknotifyconfig
|
@@ -17938,7 +18384,7 @@ module TencentCloud
|
|
17938
18384
|
# @type RequestId: String
|
17939
18385
|
|
17940
18386
|
attr_accessor :TaskId, :RequestId
|
17941
|
-
|
18387
|
+
|
17942
18388
|
def initialize(taskid=nil, requestid=nil)
|
17943
18389
|
@TaskId = taskid
|
17944
18390
|
@RequestId = requestid
|
@@ -17990,7 +18436,7 @@ module TencentCloud
|
|
17990
18436
|
# @type UpdateTime: String
|
17991
18437
|
|
17992
18438
|
attr_accessor :WorkflowId, :WorkflowName, :Status, :Trigger, :OutputStorage, :MediaProcessTask, :AiContentReviewTask, :AiAnalysisTask, :AiRecognitionTask, :TaskNotifyConfig, :TaskPriority, :OutputDir, :CreateTime, :UpdateTime
|
17993
|
-
|
18439
|
+
|
17994
18440
|
def initialize(workflowid=nil, workflowname=nil, status=nil, trigger=nil, outputstorage=nil, mediaprocesstask=nil, aicontentreviewtask=nil, aianalysistask=nil, airecognitiontask=nil, tasknotifyconfig=nil, taskpriority=nil, outputdir=nil, createtime=nil, updatetime=nil)
|
17995
18441
|
@WorkflowId = workflowid
|
17996
18442
|
@WorkflowName = workflowname
|
@@ -18078,7 +18524,7 @@ module TencentCloud
|
|
18078
18524
|
# @type AiQualityControlTaskResult: :class:`Tencentcloud::Mps.v20190612.models.ScheduleQualityControlTaskResult`
|
18079
18525
|
|
18080
18526
|
attr_accessor :TaskId, :Status, :ErrCode, :Message, :InputInfo, :MetaData, :MediaProcessResultSet, :AiContentReviewResultSet, :AiAnalysisResultSet, :AiRecognitionResultSet, :AiQualityControlTaskResult
|
18081
|
-
|
18527
|
+
|
18082
18528
|
def initialize(taskid=nil, status=nil, errcode=nil, message=nil, inputinfo=nil, metadata=nil, mediaprocessresultset=nil, aicontentreviewresultset=nil, aianalysisresultset=nil, airecognitionresultset=nil, aiqualitycontroltaskresult=nil)
|
18083
18529
|
@TaskId = taskid
|
18084
18530
|
@Status = status
|
@@ -18162,7 +18608,7 @@ module TencentCloud
|
|
18162
18608
|
# @type AwsS3FileUploadTrigger: :class:`Tencentcloud::Mps.v20190612.models.AwsS3FileUploadTrigger`
|
18163
18609
|
|
18164
18610
|
attr_accessor :Type, :CosFileUploadTrigger, :AwsS3FileUploadTrigger
|
18165
|
-
|
18611
|
+
|
18166
18612
|
def initialize(type=nil, cosfileuploadtrigger=nil, awss3fileuploadtrigger=nil)
|
18167
18613
|
@Type = type
|
18168
18614
|
@CosFileUploadTrigger = cosfileuploadtrigger
|