tencentcloud-sdk-lcic 3.0.1041 → 3.0.1043

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220817/models.rb +24 -8
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1bf6f240fb5644d4978964286af68bc41e9ed476
4
- data.tar.gz: c0b294cb1adf66d4a159d2dec7379198da3d105f
3
+ metadata.gz: 99c4fb2b8b6c3eab84dbbb783e464c0de777aa75
4
+ data.tar.gz: cc1fa716fccd0cb37ceaae052a9d2e0752a0d460
5
5
  SHA512:
6
- metadata.gz: e35b06457772f6a729c4ff12f7cc6eeda8a9ed2816b6f03b4bbf009eca67b1242e0bb93f5d6be638973101a5336b0231ed5b693c8246344d6e2c62966c4c122c
7
- data.tar.gz: 205d28b64f7409f7cdb02868f23d78987904c7f5437f537a03c3af99397193f9ca45351d7ea4419ab209bedc7de36de6456b7c02c808e351d9d03abfc4e4fb44
6
+ metadata.gz: f48ba48d5bde7957cdacf2a1df06e4485488b1711f8b082634b95bd153e535a3f7e8bcc9e0378094c26521555b16f22b56df53473791270e0904ce9607622a40
7
+ data.tar.gz: 5e00ca8cdd1e4e07be19bd0e3a3e38b52d8757c0ff2b139a61d78d9db9d052b1f703ce2117fb18b349809fb70654b2e51fa033d46abbf7ecdf7b2534f7a382a4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1041
1
+ 3.0.1043
@@ -2513,12 +2513,14 @@ module TencentCloud
2513
2513
  # @type RecordLayout: Integer
2514
2514
  # @param WhiteBoardSnapshotMode: 板书截图生成类型。0 不生成板书;1 全量模式;2 单页去重模式
2515
2515
  # @type WhiteBoardSnapshotMode: Integer
2516
+ # @param SubtitlesTranscription: 字幕转写功能开关:0关闭,1开启,默认关闭
2517
+ # @type SubtitlesTranscription: Integer
2516
2518
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2517
2519
  # @type RequestId: String
2518
2520
 
2519
- attr_accessor :Name, :StartTime, :EndTime, :TeacherId, :SdkAppId, :AudienceType, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :RecordUrl, :Status, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :VideoDuration, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RTMPStreamingURL, :RecordScene, :RecordLang, :RecordStream, :RecordLayout, :WhiteBoardSnapshotMode, :RequestId
2521
+ attr_accessor :Name, :StartTime, :EndTime, :TeacherId, :SdkAppId, :AudienceType, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :RecordUrl, :Status, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :VideoDuration, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RTMPStreamingURL, :RecordScene, :RecordLang, :RecordStream, :RecordLayout, :WhiteBoardSnapshotMode, :SubtitlesTranscription, :RequestId
2520
2522
 
2521
- def initialize(name=nil, starttime=nil, endtime=nil, teacherid=nil, sdkappid=nil, audiencetype=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, recordurl=nil, status=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, videoduration=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, rtmpstreamingurl=nil, recordscene=nil, recordlang=nil, recordstream=nil, recordlayout=nil, whiteboardsnapshotmode=nil, requestid=nil)
2523
+ def initialize(name=nil, starttime=nil, endtime=nil, teacherid=nil, sdkappid=nil, audiencetype=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, recordurl=nil, status=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, videoduration=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, rtmpstreamingurl=nil, recordscene=nil, recordlang=nil, recordstream=nil, recordlayout=nil, whiteboardsnapshotmode=nil, subtitlestranscription=nil, requestid=nil)
2522
2524
  @Name = name
2523
2525
  @StartTime = starttime
2524
2526
  @EndTime = endtime
@@ -2552,6 +2554,7 @@ module TencentCloud
2552
2554
  @RecordStream = recordstream
2553
2555
  @RecordLayout = recordlayout
2554
2556
  @WhiteBoardSnapshotMode = whiteboardsnapshotmode
2557
+ @SubtitlesTranscription = subtitlestranscription
2555
2558
  @RequestId = requestid
2556
2559
  end
2557
2560
 
@@ -2589,6 +2592,7 @@ module TencentCloud
2589
2592
  @RecordStream = params['RecordStream']
2590
2593
  @RecordLayout = params['RecordLayout']
2591
2594
  @WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode']
2595
+ @SubtitlesTranscription = params['SubtitlesTranscription']
2592
2596
  @RequestId = params['RequestId']
2593
2597
  end
2594
2598
  end
@@ -4058,13 +4062,15 @@ module TencentCloud
4058
4062
  # @type RecordLang: String
4059
4063
  # @param WhiteBoardSnapshotMode: 板书截图生成类型。0 不生成板书;1 全量模式;2 单页去重模式
4060
4064
  # @type WhiteBoardSnapshotMode: Integer
4065
+ # @param SubtitlesTranscription: 字幕转写功能开关:0关闭,1开启,默认关闭
4066
+ # @type SubtitlesTranscription: Integer
4061
4067
 
4062
- attr_accessor :RoomId, :SdkAppId, :StartTime, :EndTime, :TeacherId, :Name, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :RecordLayout, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordScene, :RecordLang, :WhiteBoardSnapshotMode
4068
+ attr_accessor :RoomId, :SdkAppId, :StartTime, :EndTime, :TeacherId, :Name, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :RecordLayout, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordScene, :RecordLang, :WhiteBoardSnapshotMode, :SubtitlesTranscription
4063
4069
  extend Gem::Deprecate
4064
4070
  deprecate :RecordLang, :none, 2025, 4
4065
4071
  deprecate :RecordLang=, :none, 2025, 4
4066
4072
 
4067
- def initialize(roomid=nil, sdkappid=nil, starttime=nil, endtime=nil, teacherid=nil, name=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, recordlayout=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordscene=nil, recordlang=nil, whiteboardsnapshotmode=nil)
4073
+ def initialize(roomid=nil, sdkappid=nil, starttime=nil, endtime=nil, teacherid=nil, name=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, recordlayout=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordscene=nil, recordlang=nil, whiteboardsnapshotmode=nil, subtitlestranscription=nil)
4068
4074
  @RoomId = roomid
4069
4075
  @SdkAppId = sdkappid
4070
4076
  @StartTime = starttime
@@ -4092,6 +4098,7 @@ module TencentCloud
4092
4098
  @RecordScene = recordscene
4093
4099
  @RecordLang = recordlang
4094
4100
  @WhiteBoardSnapshotMode = whiteboardsnapshotmode
4101
+ @SubtitlesTranscription = subtitlestranscription
4095
4102
  end
4096
4103
 
4097
4104
  def deserialize(params)
@@ -4122,6 +4129,7 @@ module TencentCloud
4122
4129
  @RecordScene = params['RecordScene']
4123
4130
  @RecordLang = params['RecordLang']
4124
4131
  @WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode']
4132
+ @SubtitlesTranscription = params['SubtitlesTranscription']
4125
4133
  end
4126
4134
  end
4127
4135
 
@@ -4406,15 +4414,17 @@ module TencentCloud
4406
4414
  # @type RecordStream: Integer
4407
4415
  # @param WhiteBoardSnapshotMode: 板书截图生成类型。0 不生成板书(默认);1 全量模式;2 单页去重模式
4408
4416
  # @type WhiteBoardSnapshotMode: Integer
4417
+ # @param SubtitlesTranscription: 字幕转写功能开关:0关闭,1开启,默认关闭
4418
+ # @type SubtitlesTranscription: Integer
4409
4419
 
4410
- attr_accessor :Name, :StartTime, :EndTime, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RecordScene, :RecordLang, :RecordStream, :WhiteBoardSnapshotMode
4420
+ attr_accessor :Name, :StartTime, :EndTime, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RecordScene, :RecordLang, :RecordStream, :WhiteBoardSnapshotMode, :SubtitlesTranscription
4411
4421
  extend Gem::Deprecate
4412
4422
  deprecate :RTCAudienceNumber, :none, 2025, 4
4413
4423
  deprecate :RTCAudienceNumber=, :none, 2025, 4
4414
4424
  deprecate :RecordLang, :none, 2025, 4
4415
4425
  deprecate :RecordLang=, :none, 2025, 4
4416
4426
 
4417
- def initialize(name=nil, starttime=nil, endtime=nil, resolution=nil, maxmicnumber=nil, subtype=nil, teacherid=nil, automic=nil, turnoffmic=nil, audioquality=nil, disablerecord=nil, assistants=nil, rtcaudiencenumber=nil, audiencetype=nil, recordlayout=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, recordscene=nil, recordlang=nil, recordstream=nil, whiteboardsnapshotmode=nil)
4427
+ def initialize(name=nil, starttime=nil, endtime=nil, resolution=nil, maxmicnumber=nil, subtype=nil, teacherid=nil, automic=nil, turnoffmic=nil, audioquality=nil, disablerecord=nil, assistants=nil, rtcaudiencenumber=nil, audiencetype=nil, recordlayout=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, recordscene=nil, recordlang=nil, recordstream=nil, whiteboardsnapshotmode=nil, subtitlestranscription=nil)
4418
4428
  @Name = name
4419
4429
  @StartTime = starttime
4420
4430
  @EndTime = endtime
@@ -4445,6 +4455,7 @@ module TencentCloud
4445
4455
  @RecordLang = recordlang
4446
4456
  @RecordStream = recordstream
4447
4457
  @WhiteBoardSnapshotMode = whiteboardsnapshotmode
4458
+ @SubtitlesTranscription = subtitlestranscription
4448
4459
  end
4449
4460
 
4450
4461
  def deserialize(params)
@@ -4478,6 +4489,7 @@ module TencentCloud
4478
4489
  @RecordLang = params['RecordLang']
4479
4490
  @RecordStream = params['RecordStream']
4480
4491
  @WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode']
4492
+ @SubtitlesTranscription = params['SubtitlesTranscription']
4481
4493
  end
4482
4494
  end
4483
4495
 
@@ -4537,10 +4549,12 @@ module TencentCloud
4537
4549
  # @type RecordLang: String
4538
4550
  # @param WhiteBoardSnapshotMode: 板书截图生成类型。0 不生成板书;1 全量模式;2 单页去重模式
4539
4551
  # @type WhiteBoardSnapshotMode: Integer
4552
+ # @param SubtitlesTranscription: 字幕转写功能开关:0关闭,1开启,默认关闭
4553
+ # @type SubtitlesTranscription: Integer
4540
4554
 
4541
- attr_accessor :Name, :RoomId, :Status, :StartTime, :EndTime, :RealStartTime, :RealEndTime, :Resolution, :MaxRTCMember, :ReplayUrl, :RecordUrl, :MaxMicNumber, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RecordScene, :RecordLang, :WhiteBoardSnapshotMode
4555
+ attr_accessor :Name, :RoomId, :Status, :StartTime, :EndTime, :RealStartTime, :RealEndTime, :Resolution, :MaxRTCMember, :ReplayUrl, :RecordUrl, :MaxMicNumber, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RecordScene, :RecordLang, :WhiteBoardSnapshotMode, :SubtitlesTranscription
4542
4556
 
4543
- def initialize(name=nil, roomid=nil, status=nil, starttime=nil, endtime=nil, realstarttime=nil, realendtime=nil, resolution=nil, maxrtcmember=nil, replayurl=nil, recordurl=nil, maxmicnumber=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, recordscene=nil, recordlang=nil, whiteboardsnapshotmode=nil)
4557
+ def initialize(name=nil, roomid=nil, status=nil, starttime=nil, endtime=nil, realstarttime=nil, realendtime=nil, resolution=nil, maxrtcmember=nil, replayurl=nil, recordurl=nil, maxmicnumber=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, recordscene=nil, recordlang=nil, whiteboardsnapshotmode=nil, subtitlestranscription=nil)
4544
4558
  @Name = name
4545
4559
  @RoomId = roomid
4546
4560
  @Status = status
@@ -4566,6 +4580,7 @@ module TencentCloud
4566
4580
  @RecordScene = recordscene
4567
4581
  @RecordLang = recordlang
4568
4582
  @WhiteBoardSnapshotMode = whiteboardsnapshotmode
4583
+ @SubtitlesTranscription = subtitlestranscription
4569
4584
  end
4570
4585
 
4571
4586
  def deserialize(params)
@@ -4594,6 +4609,7 @@ module TencentCloud
4594
4609
  @RecordScene = params['RecordScene']
4595
4610
  @RecordLang = params['RecordLang']
4596
4611
  @WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode']
4612
+ @SubtitlesTranscription = params['SubtitlesTranscription']
4597
4613
  end
4598
4614
  end
4599
4615
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lcic
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1041
4
+ version: 3.0.1043
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-16 00:00:00.000000000 Z
11
+ date: 2025-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-lcic.rb
37
36
  - lib/v20220817/client.rb
38
37
  - lib/v20220817/models.rb
38
+ - lib/tencentcloud-sdk-lcic.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: