tencentcloud-sdk-gme 3.0.590 → 3.0.592

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180711/models.rb +103 -95
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 802c06d81a0b756437fc1fd0468ad65a977eb8c0
4
- data.tar.gz: f1b73c7f8706a7052bb6c5d1fa0aa755adec5beb
3
+ metadata.gz: 13bdd92251b97d3a1fd8f03e0015e00ec2524ec6
4
+ data.tar.gz: 627821b12dcd2a20edcc232b49c36148874364f9
5
5
  SHA512:
6
- metadata.gz: 0a4df827dc6ab3fe19f8b97c6219174dce02c2f834453fef57aedde42fcf0af4f7d19d2da9f03ff242c8d4d967801317ba6b8c4a9849a69f538af8b58cf3a8a8
7
- data.tar.gz: 3aacaa157801a69b7da40544c4e064b0be41d62c638e3f75f26a8396c0736393d90ae0fa0692f6b3ee522753ebbda5f022b065c4fca6466bdfe851b7788109e5
6
+ metadata.gz: e0068bd45143451d0ae7d2cf9bf5b5b96e177fa42fc388e06b288203c8bebe5947a3b2a70496321e7c3a1abde6abba514fae3c3721fb77d542decaa491d00eaa
7
+ data.tar.gz: 0e6c44d3aba93614770c6a29f75366c9e3877c9ead7dd069c7fe1f66cd8a81b03d2458be130d0f0ff5cbd72041f176196055c1031ee9d747eb6f09a2219b49c8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type Url: String
26
26
 
27
27
  attr_accessor :DataId, :Url
28
-
28
+
29
29
  def initialize(dataid=nil, url=nil)
30
30
  @DataId = dataid
31
31
  @Url = url
@@ -49,7 +49,7 @@ module TencentCloud
49
49
  # @type Age: Integer
50
50
 
51
51
  attr_accessor :DataId, :Url, :Status, :Age
52
-
52
+
53
53
  def initialize(dataid=nil, url=nil, status=nil, age=nil)
54
54
  @DataId = dataid
55
55
  @Url = url
@@ -92,7 +92,7 @@ module TencentCloud
92
92
  # @type RealtimeTextStatisticsItem: :class:`Tencentcloud::Gme.v20180711.models.RealtimeTextStatisticsItem`
93
93
 
94
94
  attr_accessor :RealtimeSpeechStatisticsItem, :VoiceMessageStatisticsItem, :VoiceFilterStatisticsItem, :Date, :AudioTextStatisticsItem, :StreamTextStatisticsItem, :OverseaTextStatisticsItem, :RealtimeTextStatisticsItem
95
-
95
+
96
96
  def initialize(realtimespeechstatisticsitem=nil, voicemessagestatisticsitem=nil, voicefilterstatisticsitem=nil, date=nil, audiotextstatisticsitem=nil, streamtextstatisticsitem=nil, overseatextstatisticsitem=nil, realtimetextstatisticsitem=nil)
97
97
  @RealtimeSpeechStatisticsItem = realtimespeechstatisticsitem
98
98
  @VoiceMessageStatisticsItem = voicemessagestatisticsitem
@@ -167,7 +167,7 @@ module TencentCloud
167
167
  # @type PcuDataSum: Array
168
168
 
169
169
  attr_accessor :BizId, :DauDataNum, :DauDataMainland, :DauDataOversea, :DauDataSum, :DurationDataNum, :DurationDataMainland, :DurationDataOversea, :DurationDataSum, :PcuDataNum, :PcuDataMainland, :PcuDataOversea, :PcuDataSum
170
-
170
+
171
171
  def initialize(bizid=nil, daudatanum=nil, daudatamainland=nil, daudataoversea=nil, daudatasum=nil, durationdatanum=nil, durationdatamainland=nil, durationdataoversea=nil, durationdatasum=nil, pcudatanum=nil, pcudatamainland=nil, pcudataoversea=nil, pcudatasum=nil)
172
172
  @BizId = bizid
173
173
  @DauDataNum = daudatanum
@@ -282,7 +282,7 @@ module TencentCloud
282
282
  # @type AppType: Integer
283
283
 
284
284
  attr_accessor :ServiceConf, :BizId, :AppName, :ProjectId, :AppStatus, :CreateTime, :AppType
285
-
285
+
286
286
  def initialize(serviceconf=nil, bizid=nil, appname=nil, projectid=nil, appstatus=nil, createtime=nil, apptype=nil)
287
287
  @ServiceConf = serviceconf
288
288
  @BizId = bizid
@@ -313,7 +313,7 @@ module TencentCloud
313
313
  # @type Status: String
314
314
 
315
315
  attr_accessor :Status
316
-
316
+
317
317
  def initialize(status=nil)
318
318
  @Status = status
319
319
  end
@@ -330,7 +330,7 @@ module TencentCloud
330
330
  # @type Data: Float
331
331
 
332
332
  attr_accessor :Data
333
-
333
+
334
334
  def initialize(data=nil)
335
335
  @Data = data
336
336
  end
@@ -352,7 +352,7 @@ module TencentCloud
352
352
  # @type Callback: String
353
353
 
354
354
  attr_accessor :BizId, :Tasks, :Callback
355
-
355
+
356
356
  def initialize(bizid=nil, tasks=nil, callback=nil)
357
357
  @BizId = bizid
358
358
  @Tasks = tasks
@@ -381,7 +381,7 @@ module TencentCloud
381
381
  # @type RequestId: String
382
382
 
383
383
  attr_accessor :TaskId, :RequestId
384
-
384
+
385
385
  def initialize(taskid=nil, requestid=nil)
386
386
  @TaskId = taskid
387
387
  @RequestId = requestid
@@ -417,7 +417,7 @@ module TencentCloud
417
417
  # @type Tags: Array
418
418
 
419
419
  attr_accessor :AppName, :ProjectId, :EngineList, :RegionList, :RealtimeSpeechConf, :VoiceMessageConf, :VoiceFilterConf, :AsrConf, :Tags
420
-
420
+
421
421
  def initialize(appname=nil, projectid=nil, enginelist=nil, regionlist=nil, realtimespeechconf=nil, voicemessageconf=nil, voicefilterconf=nil, asrconf=nil, tags=nil)
422
422
  @AppName = appname
423
423
  @ProjectId = projectid
@@ -484,7 +484,7 @@ module TencentCloud
484
484
  # @type AsrConf: :class:`Tencentcloud::Gme.v20180711.models.AsrConf`
485
485
 
486
486
  attr_accessor :BizId, :AppName, :ProjectId, :SecretKey, :CreateTime, :RealtimeSpeechConf, :VoiceMessageConf, :VoiceFilterConf, :AsrConf
487
-
487
+
488
488
  def initialize(bizid=nil, appname=nil, projectid=nil, secretkey=nil, createtime=nil, realtimespeechconf=nil, voicemessageconf=nil, voicefilterconf=nil, asrconf=nil)
489
489
  @BizId = bizid
490
490
  @AppName = appname
@@ -530,7 +530,7 @@ module TencentCloud
530
530
  # @type RequestId: String
531
531
 
532
532
  attr_accessor :Data, :RequestId
533
-
533
+
534
534
  def initialize(data=nil, requestid=nil)
535
535
  @Data = data
536
536
  @RequestId = requestid
@@ -555,7 +555,7 @@ module TencentCloud
555
555
  # @type ModelName: String
556
556
 
557
557
  attr_accessor :BizId, :TextUrl, :ModelName
558
-
558
+
559
559
  def initialize(bizid=nil, texturl=nil, modelname=nil)
560
560
  @BizId = bizid
561
561
  @TextUrl = texturl
@@ -577,7 +577,7 @@ module TencentCloud
577
577
  # @type RequestId: String
578
578
 
579
579
  attr_accessor :ModelId, :RequestId
580
-
580
+
581
581
  def initialize(modelid=nil, requestid=nil)
582
582
  @ModelId = modelid
583
583
  @RequestId = requestid
@@ -597,7 +597,7 @@ module TencentCloud
597
597
  # @type UserId: Integer
598
598
 
599
599
  attr_accessor :BizId, :UserId
600
-
600
+
601
601
  def initialize(bizid=nil, userid=nil)
602
602
  @BizId = bizid
603
603
  @UserId = userid
@@ -617,7 +617,7 @@ module TencentCloud
617
617
  # @type RequestId: String
618
618
 
619
619
  attr_accessor :ErrorCode, :RequestId
620
-
620
+
621
621
  def initialize(errorcode=nil, requestid=nil)
622
622
  @ErrorCode = errorcode
623
623
  @RequestId = requestid
@@ -645,7 +645,7 @@ module TencentCloud
645
645
  # @type UpdateTime: Integer
646
646
 
647
647
  attr_accessor :BizId, :ModelId, :ModelState, :ModelName, :TextUrl, :UpdateTime
648
-
648
+
649
649
  def initialize(bizid=nil, modelid=nil, modelstate=nil, modelname=nil, texturl=nil, updatetime=nil)
650
650
  @BizId = bizid
651
651
  @ModelId = modelid
@@ -673,7 +673,7 @@ module TencentCloud
673
673
  # @type BizId: Integer
674
674
 
675
675
  attr_accessor :ModelId, :BizId
676
-
676
+
677
677
  def initialize(modelid=nil, bizid=nil)
678
678
  @ModelId = modelid
679
679
  @BizId = bizid
@@ -693,7 +693,7 @@ module TencentCloud
693
693
  # @type RequestId: String
694
694
 
695
695
  attr_accessor :ErrorCode, :RequestId
696
-
696
+
697
697
  def initialize(errorcode=nil, requestid=nil)
698
698
  @ErrorCode = errorcode
699
699
  @RequestId = requestid
@@ -713,7 +713,7 @@ module TencentCloud
713
713
  # @type ErrorMsg: String
714
714
 
715
715
  attr_accessor :Code, :ErrorMsg
716
-
716
+
717
717
  def initialize(code=nil, errormsg=nil)
718
718
  @Code = code
719
719
  @ErrorMsg = errormsg
@@ -737,7 +737,7 @@ module TencentCloud
737
737
  # @type Uids: Array
738
738
 
739
739
  attr_accessor :RoomId, :DeleteType, :BizId, :Uids
740
-
740
+
741
741
  def initialize(roomid=nil, deletetype=nil, bizid=nil, uids=nil)
742
742
  @RoomId = roomid
743
743
  @DeleteType = deletetype
@@ -761,7 +761,7 @@ module TencentCloud
761
761
  # @type RequestId: String
762
762
 
763
763
  attr_accessor :DeleteResult, :RequestId
764
-
764
+
765
765
  def initialize(deleteresult=nil, requestid=nil)
766
766
  @DeleteResult = deleteresult
767
767
  @RequestId = requestid
@@ -784,7 +784,7 @@ module TencentCloud
784
784
  # @type UserId: Integer
785
785
 
786
786
  attr_accessor :BizId, :UserId
787
-
787
+
788
788
  def initialize(bizid=nil, userid=nil)
789
789
  @BizId = bizid
790
790
  @UserId = userid
@@ -804,7 +804,7 @@ module TencentCloud
804
804
  # @type RequestId: String
805
805
 
806
806
  attr_accessor :ErrorCode, :RequestId
807
-
807
+
808
808
  def initialize(errorcode=nil, requestid=nil)
809
809
  @ErrorCode = errorcode
810
810
  @RequestId = requestid
@@ -824,7 +824,7 @@ module TencentCloud
824
824
  # @type TaskId: String
825
825
 
826
826
  attr_accessor :BizId, :TaskId
827
-
827
+
828
828
  def initialize(bizid=nil, taskid=nil)
829
829
  @BizId = bizid
830
830
  @TaskId = taskid
@@ -850,7 +850,7 @@ module TencentCloud
850
850
  # @type RequestId: String
851
851
 
852
852
  attr_accessor :TaskId, :Results, :RequestId
853
-
853
+
854
854
  def initialize(taskid=nil, results=nil, requestid=nil)
855
855
  @TaskId = taskid
856
856
  @Results = results
@@ -883,7 +883,7 @@ module TencentCloud
883
883
  # @type Services: Array
884
884
 
885
885
  attr_accessor :BizId, :StartDate, :EndDate, :Services
886
-
886
+
887
887
  def initialize(bizid=nil, startdate=nil, enddate=nil, services=nil)
888
888
  @BizId = bizid
889
889
  @StartDate = startdate
@@ -905,7 +905,7 @@ module TencentCloud
905
905
  # @type AppStatistics: Array
906
906
 
907
907
  attr_accessor :AppStatistics
908
-
908
+
909
909
  def initialize(appstatistics=nil)
910
910
  @AppStatistics = appstatistics
911
911
  end
@@ -930,7 +930,7 @@ module TencentCloud
930
930
  # @type RequestId: String
931
931
 
932
932
  attr_accessor :Data, :RequestId
933
-
933
+
934
934
  def initialize(data=nil, requestid=nil)
935
935
  @Data = data
936
936
  @RequestId = requestid
@@ -955,7 +955,7 @@ module TencentCloud
955
955
  # @type EndDate: String
956
956
 
957
957
  attr_accessor :BizId, :StartDate, :EndDate
958
-
958
+
959
959
  def initialize(bizid=nil, startdate=nil, enddate=nil)
960
960
  @BizId = bizid
961
961
  @StartDate = startdate
@@ -977,7 +977,7 @@ module TencentCloud
977
977
  # @type RequestId: String
978
978
 
979
979
  attr_accessor :Data, :RequestId
980
-
980
+
981
981
  def initialize(data=nil, requestid=nil)
982
982
  @Data = data
983
983
  @RequestId = requestid
@@ -1008,7 +1008,7 @@ module TencentCloud
1008
1008
  # @type Filters: Array
1009
1009
 
1010
1010
  attr_accessor :ProjectId, :PageNo, :PageSize, :SearchText, :TagSet, :Filters
1011
-
1011
+
1012
1012
  def initialize(projectid=nil, pageno=nil, pagesize=nil, searchtext=nil, tagset=nil, filters=nil)
1013
1013
  @ProjectId = projectid
1014
1014
  @PageNo = pageno
@@ -1052,7 +1052,7 @@ module TencentCloud
1052
1052
  # @type RequestId: String
1053
1053
 
1054
1054
  attr_accessor :ApplicationList, :Total, :RequestId
1055
-
1055
+
1056
1056
  def initialize(applicationlist=nil, total=nil, requestid=nil)
1057
1057
  @ApplicationList = applicationlist
1058
1058
  @Total = total
@@ -1079,7 +1079,7 @@ module TencentCloud
1079
1079
  # @type BizId: Integer
1080
1080
 
1081
1081
  attr_accessor :BizId
1082
-
1082
+
1083
1083
  def initialize(bizid=nil)
1084
1084
  @BizId = bizid
1085
1085
  end
@@ -1109,7 +1109,7 @@ module TencentCloud
1109
1109
  # @type RequestId: String
1110
1110
 
1111
1111
  attr_accessor :ErrorCode, :BizId, :AuditType, :UserIdRegex, :RoomIdRegex, :UserIdString, :RoomIdString, :RequestId
1112
-
1112
+
1113
1113
  def initialize(errorcode=nil, bizid=nil, audittype=nil, useridregex=nil, roomidregex=nil, useridstring=nil, roomidstring=nil, requestid=nil)
1114
1114
  @ErrorCode = errorcode
1115
1115
  @BizId = bizid
@@ -1141,7 +1141,7 @@ module TencentCloud
1141
1141
  # @type BizId: Integer
1142
1142
 
1143
1143
  attr_accessor :TaskId, :BizId
1144
-
1144
+
1145
1145
  def initialize(taskid=nil, bizid=nil)
1146
1146
  @TaskId = taskid
1147
1147
  @BizId = bizid
@@ -1166,7 +1166,7 @@ module TencentCloud
1166
1166
  # @type RequestId: String
1167
1167
 
1168
1168
  attr_accessor :RecordInfo, :RecordMode, :RoomId, :RequestId
1169
-
1169
+
1170
1170
  def initialize(recordinfo=nil, recordmode=nil, roomid=nil, requestid=nil)
1171
1171
  @RecordInfo = recordinfo
1172
1172
  @RecordMode = recordmode
@@ -1199,7 +1199,7 @@ module TencentCloud
1199
1199
  # @type StrRoomIds: Array
1200
1200
 
1201
1201
  attr_accessor :SdkAppId, :RoomIds, :StrRoomIds
1202
-
1202
+
1203
1203
  def initialize(sdkappid=nil, roomids=nil, strroomids=nil)
1204
1204
  @SdkAppId = sdkappid
1205
1205
  @RoomIds = roomids
@@ -1225,7 +1225,7 @@ module TencentCloud
1225
1225
  # @type RequestId: String
1226
1226
 
1227
1227
  attr_accessor :Result, :RoomUsers, :RequestId
1228
-
1228
+
1229
1229
  def initialize(result=nil, roomusers=nil, requestid=nil)
1230
1230
  @Result = result
1231
1231
  @RoomUsers = roomusers
@@ -1281,7 +1281,7 @@ module TencentCloud
1281
1281
  # @type BizId: Integer
1282
1282
 
1283
1283
  attr_accessor :Code, :DataId, :ScanFinishTime, :HitFlag, :Live, :Msg, :ScanPiece, :ScanStartTime, :Scenes, :TaskId, :Url, :Status, :BizId
1284
-
1284
+
1285
1285
  def initialize(code=nil, dataid=nil, scanfinishtime=nil, hitflag=nil, live=nil, msg=nil, scanpiece=nil, scanstarttime=nil, scenes=nil, taskid=nil, url=nil, status=nil, bizid=nil)
1286
1286
  @Code = code
1287
1287
  @DataId = dataid
@@ -1332,7 +1332,7 @@ module TencentCloud
1332
1332
  # @type Limit: Integer
1333
1333
 
1334
1334
  attr_accessor :BizId, :TaskIdList, :Limit
1335
-
1335
+
1336
1336
  def initialize(bizid=nil, taskidlist=nil, limit=nil)
1337
1337
  @BizId = bizid
1338
1338
  @TaskIdList = taskidlist
@@ -1355,7 +1355,7 @@ module TencentCloud
1355
1355
  # @type RequestId: String
1356
1356
 
1357
1357
  attr_accessor :Data, :RequestId
1358
-
1358
+
1359
1359
  def initialize(data=nil, requestid=nil)
1360
1360
  @Data = data
1361
1361
  @RequestId = requestid
@@ -1382,7 +1382,7 @@ module TencentCloud
1382
1382
  # @type RoomId: String
1383
1383
 
1384
1384
  attr_accessor :BizId, :RoomId
1385
-
1385
+
1386
1386
  def initialize(bizid=nil, roomid=nil)
1387
1387
  @BizId = bizid
1388
1388
  @RoomId = roomid
@@ -1409,7 +1409,7 @@ module TencentCloud
1409
1409
  # @type RequestId: String
1410
1410
 
1411
1411
  attr_accessor :TaskId, :RecordMode, :SubscribeRecordUserIds, :RequestId
1412
-
1412
+
1413
1413
  def initialize(taskid=nil, recordmode=nil, subscriberecorduserids=nil, requestid=nil)
1414
1414
  @TaskId = taskid
1415
1415
  @RecordMode = recordmode
@@ -1442,7 +1442,7 @@ module TencentCloud
1442
1442
  # @type RoomIdStr: String
1443
1443
 
1444
1444
  attr_accessor :BizId, :RoomId, :UserId, :UserIdStr, :RoomIdStr
1445
-
1445
+
1446
1446
  def initialize(bizid=nil, roomid=nil, userid=nil, useridstr=nil, roomidstr=nil)
1447
1447
  @BizId = bizid
1448
1448
  @RoomId = roomid
@@ -1470,7 +1470,7 @@ module TencentCloud
1470
1470
  # @type RequestId: String
1471
1471
 
1472
1472
  attr_accessor :InOutList, :Duration, :RequestId
1473
-
1473
+
1474
1474
  def initialize(inoutlist=nil, duration=nil, requestid=nil)
1475
1475
  @InOutList = inoutlist
1476
1476
  @Duration = duration
@@ -1499,7 +1499,7 @@ module TencentCloud
1499
1499
  # @type Values: Array
1500
1500
 
1501
1501
  attr_accessor :Name, :Values
1502
-
1502
+
1503
1503
  def initialize(name=nil, values=nil)
1504
1504
  @Name = name
1505
1505
  @Values = values
@@ -1517,7 +1517,7 @@ module TencentCloud
1517
1517
  # @type BizId: Integer
1518
1518
 
1519
1519
  attr_accessor :BizId
1520
-
1520
+
1521
1521
  def initialize(bizid=nil)
1522
1522
  @BizId = bizid
1523
1523
  end
@@ -1536,7 +1536,7 @@ module TencentCloud
1536
1536
  # @type RequestId: String
1537
1537
 
1538
1538
  attr_accessor :CustomizationConfigs, :RequestId
1539
-
1539
+
1540
1540
  def initialize(customizationconfigs=nil, requestid=nil)
1541
1541
  @CustomizationConfigs = customizationconfigs
1542
1542
  @RequestId = requestid
@@ -1563,7 +1563,7 @@ module TencentCloud
1563
1563
  # @type EndTime: Integer
1564
1564
 
1565
1565
  attr_accessor :StartTime, :EndTime
1566
-
1566
+
1567
1567
  def initialize(starttime=nil, endtime=nil)
1568
1568
  @StartTime = starttime
1569
1569
  @EndTime = endtime
@@ -1583,7 +1583,7 @@ module TencentCloud
1583
1583
  # @type Status: String
1584
1584
 
1585
1585
  attr_accessor :BizId, :Status
1586
-
1586
+
1587
1587
  def initialize(bizid=nil, status=nil)
1588
1588
  @BizId = bizid
1589
1589
  @Status = status
@@ -1603,7 +1603,7 @@ module TencentCloud
1603
1603
  # @type Status: String
1604
1604
 
1605
1605
  attr_accessor :BizId, :Status
1606
-
1606
+
1607
1607
  def initialize(bizid=nil, status=nil)
1608
1608
  @BizId = bizid
1609
1609
  @Status = status
@@ -1623,7 +1623,7 @@ module TencentCloud
1623
1623
  # @type RequestId: String
1624
1624
 
1625
1625
  attr_accessor :Data, :RequestId
1626
-
1626
+
1627
1627
  def initialize(data=nil, requestid=nil)
1628
1628
  @Data = data
1629
1629
  @RequestId = requestid
@@ -1648,7 +1648,7 @@ module TencentCloud
1648
1648
  # @type ModelId: String
1649
1649
 
1650
1650
  attr_accessor :BizId, :TextUrl, :ModelId
1651
-
1651
+
1652
1652
  def initialize(bizid=nil, texturl=nil, modelid=nil)
1653
1653
  @BizId = bizid
1654
1654
  @TextUrl = texturl
@@ -1672,7 +1672,7 @@ module TencentCloud
1672
1672
  # @type RequestId: String
1673
1673
 
1674
1674
  attr_accessor :ErrorCode, :ModelId, :RequestId
1675
-
1675
+
1676
1676
  def initialize(errorcode=nil, modelid=nil, requestid=nil)
1677
1677
  @ErrorCode = errorcode
1678
1678
  @ModelId = modelid
@@ -1696,7 +1696,7 @@ module TencentCloud
1696
1696
  # @type BizId: Integer
1697
1697
 
1698
1698
  attr_accessor :ModelId, :ToState, :BizId
1699
-
1699
+
1700
1700
  def initialize(modelid=nil, tostate=nil, bizid=nil)
1701
1701
  @ModelId = modelid
1702
1702
  @ToState = tostate
@@ -1720,7 +1720,7 @@ module TencentCloud
1720
1720
  # @type RequestId: String
1721
1721
 
1722
1722
  attr_accessor :ModelId, :ErrorCode, :RequestId
1723
-
1723
+
1724
1724
  def initialize(modelid=nil, errorcode=nil, requestid=nil)
1725
1725
  @ModelId = modelid
1726
1726
  @ErrorCode = errorcode
@@ -1746,7 +1746,7 @@ module TencentCloud
1746
1746
  # @type SubscribeRecordUserIds: :class:`Tencentcloud::Gme.v20180711.models.SubscribeRecordUserIds`
1747
1747
 
1748
1748
  attr_accessor :TaskId, :RecordMode, :BizId, :SubscribeRecordUserIds
1749
-
1749
+
1750
1750
  def initialize(taskid=nil, recordmode=nil, bizid=nil, subscriberecorduserids=nil)
1751
1751
  @TaskId = taskid
1752
1752
  @RecordMode = recordmode
@@ -1771,7 +1771,7 @@ module TencentCloud
1771
1771
  # @type RequestId: String
1772
1772
 
1773
1773
  attr_accessor :RequestId
1774
-
1774
+
1775
1775
  def initialize(requestid=nil)
1776
1776
  @RequestId = requestid
1777
1777
  end
@@ -1791,7 +1791,7 @@ module TencentCloud
1791
1791
  # @type Users: Array
1792
1792
 
1793
1793
  attr_accessor :BizId, :RoomId, :Users
1794
-
1794
+
1795
1795
  def initialize(bizid=nil, roomid=nil, users=nil)
1796
1796
  @BizId = bizid
1797
1797
  @RoomId = roomid
@@ -1822,7 +1822,7 @@ module TencentCloud
1822
1822
  # @type RequestId: String
1823
1823
 
1824
1824
  attr_accessor :Result, :ErrMsg, :RequestId
1825
-
1825
+
1826
1826
  def initialize(result=nil, errmsg=nil, requestid=nil)
1827
1827
  @Result = result
1828
1828
  @ErrMsg = errmsg
@@ -1843,7 +1843,7 @@ module TencentCloud
1843
1843
  # @type Data: Float
1844
1844
 
1845
1845
  attr_accessor :Data
1846
-
1846
+
1847
1847
  def initialize(data=nil)
1848
1848
  @Data = data
1849
1849
  end
@@ -1869,7 +1869,7 @@ module TencentCloud
1869
1869
  # @type OverseaDuration: Integer
1870
1870
 
1871
1871
  attr_accessor :MainLandDau, :MainLandPcu, :MainLandDuration, :OverseaDau, :OverseaPcu, :OverseaDuration
1872
-
1872
+
1873
1873
  def initialize(mainlanddau=nil, mainlandpcu=nil, mainlandduration=nil, overseadau=nil, overseapcu=nil, overseaduration=nil)
1874
1874
  @MainLandDau = mainlanddau
1875
1875
  @MainLandPcu = mainlandpcu
@@ -1897,7 +1897,7 @@ module TencentCloud
1897
1897
  # @type Quality: String
1898
1898
 
1899
1899
  attr_accessor :Status, :Quality
1900
-
1900
+
1901
1901
  def initialize(status=nil, quality=nil)
1902
1902
  @Status = status
1903
1903
  @Quality = quality
@@ -1916,7 +1916,7 @@ module TencentCloud
1916
1916
  # @type Data: Float
1917
1917
 
1918
1918
  attr_accessor :Data
1919
-
1919
+
1920
1920
  def initialize(data=nil)
1921
1921
  @Data = data
1922
1922
  end
@@ -1939,7 +1939,7 @@ module TencentCloud
1939
1939
  # @type RecordStatus: Integer
1940
1940
 
1941
1941
  attr_accessor :UserId, :FileName, :RecordBeginTime, :RecordStatus
1942
-
1942
+
1943
1943
  def initialize(userid=nil, filename=nil, recordbegintime=nil, recordstatus=nil)
1944
1944
  @UserId = userid
1945
1945
  @FileName = filename
@@ -1970,7 +1970,7 @@ module TencentCloud
1970
1970
  # @type StrUins: Array
1971
1971
 
1972
1972
  attr_accessor :RoomId, :Uins, :StrRoomId, :StrUins
1973
-
1973
+
1974
1974
  def initialize(roomid=nil, uins=nil, strroomid=nil, struins=nil)
1975
1975
  @RoomId = roomid
1976
1976
  @Uins = uins
@@ -2000,7 +2000,7 @@ module TencentCloud
2000
2000
  # @type EndTime: Integer
2001
2001
 
2002
2002
  attr_accessor :Label, :Rate, :KeyWord, :StartTime, :EndTime
2003
-
2003
+
2004
2004
  def initialize(label=nil, rate=nil, keyword=nil, starttime=nil, endtime=nil)
2005
2005
  @Label = label
2006
2006
  @Rate = rate
@@ -2050,7 +2050,7 @@ module TencentCloud
2050
2050
  # @type PieceStartTime: Integer
2051
2051
 
2052
2052
  attr_accessor :DumpUrl, :HitFlag, :MainType, :ScanDetail, :RoomId, :OpenId, :Info, :Offset, :Duration, :PieceStartTime
2053
-
2053
+
2054
2054
  def initialize(dumpurl=nil, hitflag=nil, maintype=nil, scandetail=nil, roomid=nil, openid=nil, info=nil, offset=nil, duration=nil, piecestarttime=nil)
2055
2055
  @DumpUrl = dumpurl
2056
2056
  @HitFlag = hitflag
@@ -2103,7 +2103,7 @@ module TencentCloud
2103
2103
  # @type Lang: String
2104
2104
 
2105
2105
  attr_accessor :BizId, :Scenes, :Live, :Tasks, :Callback, :Lang
2106
-
2106
+
2107
2107
  def initialize(bizid=nil, scenes=nil, live=nil, tasks=nil, callback=nil, lang=nil)
2108
2108
  @BizId = bizid
2109
2109
  @Scenes = scenes
@@ -2139,7 +2139,7 @@ module TencentCloud
2139
2139
  # @type RequestId: String
2140
2140
 
2141
2141
  attr_accessor :Data, :RequestId
2142
-
2142
+
2143
2143
  def initialize(data=nil, requestid=nil)
2144
2144
  @Data = data
2145
2145
  @RequestId = requestid
@@ -2166,7 +2166,7 @@ module TencentCloud
2166
2166
  # @type TaskId: String
2167
2167
 
2168
2168
  attr_accessor :DataId, :TaskId
2169
-
2169
+
2170
2170
  def initialize(dataid=nil, taskid=nil)
2171
2171
  @DataId = dataid
2172
2172
  @TaskId = taskid
@@ -2184,7 +2184,7 @@ module TencentCloud
2184
2184
  # 'GMECloudApi':'GME云API接口'
2185
2185
  class SceneInfo < TencentCloud::Common::AbstractModel
2186
2186
 
2187
-
2187
+
2188
2188
  def initialize()
2189
2189
  end
2190
2190
 
@@ -2209,15 +2209,19 @@ module TencentCloud
2209
2209
  # @param RealTimeAsr: 语音转文本服务开关状态
2210
2210
  # 注意:此字段可能返回 null,表示取不到有效值。
2211
2211
  # @type RealTimeAsr: :class:`Tencentcloud::Gme.v20180711.models.StatusInfo`
2212
+ # @param TextTranslate: 文本翻译服务开关状态
2213
+ # 注意:此字段可能返回 null,表示取不到有效值。
2214
+ # @type TextTranslate: :class:`Tencentcloud::Gme.v20180711.models.StatusInfo`
2215
+
2216
+ attr_accessor :RealTimeSpeech, :VoiceMessage, :Porn, :Live, :RealTimeAsr, :TextTranslate
2212
2217
 
2213
- attr_accessor :RealTimeSpeech, :VoiceMessage, :Porn, :Live, :RealTimeAsr
2214
-
2215
- def initialize(realtimespeech=nil, voicemessage=nil, porn=nil, live=nil, realtimeasr=nil)
2218
+ def initialize(realtimespeech=nil, voicemessage=nil, porn=nil, live=nil, realtimeasr=nil, texttranslate=nil)
2216
2219
  @RealTimeSpeech = realtimespeech
2217
2220
  @VoiceMessage = voicemessage
2218
2221
  @Porn = porn
2219
2222
  @Live = live
2220
2223
  @RealTimeAsr = realtimeasr
2224
+ @TextTranslate = texttranslate
2221
2225
  end
2222
2226
 
2223
2227
  def deserialize(params)
@@ -2241,6 +2245,10 @@ module TencentCloud
2241
2245
  @RealTimeAsr = StatusInfo.new
2242
2246
  @RealTimeAsr.deserialize(params['RealTimeAsr'])
2243
2247
  end
2248
+ unless params['TextTranslate'].nil?
2249
+ @TextTranslate = StatusInfo.new
2250
+ @TextTranslate.deserialize(params['TextTranslate'])
2251
+ end
2244
2252
  end
2245
2253
  end
2246
2254
 
@@ -2256,7 +2264,7 @@ module TencentCloud
2256
2264
  # @type SubscribeRecordUserIds: :class:`Tencentcloud::Gme.v20180711.models.SubscribeRecordUserIds`
2257
2265
 
2258
2266
  attr_accessor :BizId, :RoomId, :RecordMode, :SubscribeRecordUserIds
2259
-
2267
+
2260
2268
  def initialize(bizid=nil, roomid=nil, recordmode=nil, subscriberecorduserids=nil)
2261
2269
  @BizId = bizid
2262
2270
  @RoomId = roomid
@@ -2283,7 +2291,7 @@ module TencentCloud
2283
2291
  # @type RequestId: String
2284
2292
 
2285
2293
  attr_accessor :TaskId, :RequestId
2286
-
2294
+
2287
2295
  def initialize(taskid=nil, requestid=nil)
2288
2296
  @TaskId = taskid
2289
2297
  @RequestId = requestid
@@ -2303,7 +2311,7 @@ module TencentCloud
2303
2311
  # @type Data: Integer
2304
2312
 
2305
2313
  attr_accessor :StatDate, :Data
2306
-
2314
+
2307
2315
  def initialize(statdate=nil, data=nil)
2308
2316
  @StatDate = statdate
2309
2317
  @Data = data
@@ -2321,7 +2329,7 @@ module TencentCloud
2321
2329
  # @type Status: Integer
2322
2330
 
2323
2331
  attr_accessor :Status
2324
-
2332
+
2325
2333
  def initialize(status=nil)
2326
2334
  @Status = status
2327
2335
  end
@@ -2339,7 +2347,7 @@ module TencentCloud
2339
2347
  # @type BizId: Integer
2340
2348
 
2341
2349
  attr_accessor :TaskId, :BizId
2342
-
2350
+
2343
2351
  def initialize(taskid=nil, bizid=nil)
2344
2352
  @TaskId = taskid
2345
2353
  @BizId = bizid
@@ -2357,7 +2365,7 @@ module TencentCloud
2357
2365
  # @type RequestId: String
2358
2366
 
2359
2367
  attr_accessor :RequestId
2360
-
2368
+
2361
2369
  def initialize(requestid=nil)
2362
2370
  @RequestId = requestid
2363
2371
  end
@@ -2374,7 +2382,7 @@ module TencentCloud
2374
2382
  # @type Data: Float
2375
2383
 
2376
2384
  attr_accessor :Data
2377
-
2385
+
2378
2386
  def initialize(data=nil)
2379
2387
  @Data = data
2380
2388
  end
@@ -2394,7 +2402,7 @@ module TencentCloud
2394
2402
  # @type SubscribeUserIds: Array
2395
2403
 
2396
2404
  attr_accessor :UnSubscribeUserIds, :SubscribeUserIds
2397
-
2405
+
2398
2406
  def initialize(unsubscribeuserids=nil, subscribeuserids=nil)
2399
2407
  @UnSubscribeUserIds = unsubscribeuserids
2400
2408
  @SubscribeUserIds = subscribeuserids
@@ -2416,7 +2424,7 @@ module TencentCloud
2416
2424
  # @type TagValue: String
2417
2425
 
2418
2426
  attr_accessor :TagKey, :TagValue
2419
-
2427
+
2420
2428
  def initialize(tagkey=nil, tagvalue=nil)
2421
2429
  @TagKey = tagkey
2422
2430
  @TagValue = tagvalue
@@ -2440,7 +2448,7 @@ module TencentCloud
2440
2448
  # @type OpenId: String
2441
2449
 
2442
2450
  attr_accessor :DataId, :Url, :RoomId, :OpenId
2443
-
2451
+
2444
2452
  def initialize(dataid=nil, url=nil, roomid=nil, openid=nil)
2445
2453
  @DataId = dataid
2446
2454
  @Url = url
@@ -2466,7 +2474,7 @@ module TencentCloud
2466
2474
  # @type RoomIdRegex: Array
2467
2475
 
2468
2476
  attr_accessor :BizId, :RoomIdString, :RoomIdRegex
2469
-
2477
+
2470
2478
  def initialize(bizid=nil, roomidstring=nil, roomidregex=nil)
2471
2479
  @BizId = bizid
2472
2480
  @RoomIdString = roomidstring
@@ -2489,7 +2497,7 @@ module TencentCloud
2489
2497
  # @type RequestId: String
2490
2498
 
2491
2499
  attr_accessor :ErrorCode, :RequestId
2492
-
2500
+
2493
2501
  def initialize(errorcode=nil, requestid=nil)
2494
2502
  @ErrorCode = errorcode
2495
2503
  @RequestId = requestid
@@ -2511,7 +2519,7 @@ module TencentCloud
2511
2519
  # @type UserIdRegex: Array
2512
2520
 
2513
2521
  attr_accessor :BizId, :UserIdString, :UserIdRegex
2514
-
2522
+
2515
2523
  def initialize(bizid=nil, useridstring=nil, useridregex=nil)
2516
2524
  @BizId = bizid
2517
2525
  @UserIdString = useridstring
@@ -2533,7 +2541,7 @@ module TencentCloud
2533
2541
  # @type RequestId: String
2534
2542
 
2535
2543
  attr_accessor :ErrorCode, :RequestId
2536
-
2544
+
2537
2545
  def initialize(errorcode=nil, requestid=nil)
2538
2546
  @ErrorCode = errorcode
2539
2547
  @RequestId = requestid
@@ -2555,7 +2563,7 @@ module TencentCloud
2555
2563
  # @type StrUid: String
2556
2564
 
2557
2565
  attr_accessor :EnableMic, :Uid, :StrUid
2558
-
2566
+
2559
2567
  def initialize(enablemic=nil, uid=nil, struid=nil)
2560
2568
  @EnableMic = enablemic
2561
2569
  @Uid = uid
@@ -2578,7 +2586,7 @@ module TencentCloud
2578
2586
  # @type SceneInfos: Array
2579
2587
 
2580
2588
  attr_accessor :Status, :SceneInfos
2581
-
2589
+
2582
2590
  def initialize(status=nil, sceneinfos=nil)
2583
2591
  @Status = status
2584
2592
  @SceneInfos = sceneinfos
@@ -2603,7 +2611,7 @@ module TencentCloud
2603
2611
  # @type Duration: Integer
2604
2612
 
2605
2613
  attr_accessor :Duration
2606
-
2614
+
2607
2615
  def initialize(duration=nil)
2608
2616
  @Duration = duration
2609
2617
  end
@@ -2621,7 +2629,7 @@ module TencentCloud
2621
2629
  # @type Language: String
2622
2630
 
2623
2631
  attr_accessor :Status, :Language
2624
-
2632
+
2625
2633
  def initialize(status=nil, language=nil)
2626
2634
  @Status = status
2627
2635
  @Language = language
@@ -2639,7 +2647,7 @@ module TencentCloud
2639
2647
  # @type Dau: Integer
2640
2648
 
2641
2649
  attr_accessor :Dau
2642
-
2650
+
2643
2651
  def initialize(dau=nil)
2644
2652
  @Dau = dau
2645
2653
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-gme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.592
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common