tencentcloud-sdk-lcic 3.0.1042 → 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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220817/models.rb +12 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 99c4fb2b8b6c3eab84dbbb783e464c0de777aa75
|
4
|
+
data.tar.gz: cc1fa716fccd0cb37ceaae052a9d2e0752a0d460
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f48ba48d5bde7957cdacf2a1df06e4485488b1711f8b082634b95bd153e535a3f7e8bcc9e0378094c26521555b16f22b56df53473791270e0904ce9607622a40
|
7
|
+
data.tar.gz: 5e00ca8cdd1e4e07be19bd0e3a3e38b52d8757c0ff2b139a61d78d9db9d052b1f703ce2117fb18b349809fb70654b2e51fa033d46abbf7ecdf7b2534f7a382a4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1043
|
data/lib/v20220817/models.rb
CHANGED
@@ -4414,15 +4414,17 @@ module TencentCloud
|
|
4414
4414
|
# @type RecordStream: Integer
|
4415
4415
|
# @param WhiteBoardSnapshotMode: 板书截图生成类型。0 不生成板书(默认);1 全量模式;2 单页去重模式
|
4416
4416
|
# @type WhiteBoardSnapshotMode: Integer
|
4417
|
+
# @param SubtitlesTranscription: 字幕转写功能开关:0关闭,1开启,默认关闭
|
4418
|
+
# @type SubtitlesTranscription: Integer
|
4417
4419
|
|
4418
|
-
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
|
4419
4421
|
extend Gem::Deprecate
|
4420
4422
|
deprecate :RTCAudienceNumber, :none, 2025, 4
|
4421
4423
|
deprecate :RTCAudienceNumber=, :none, 2025, 4
|
4422
4424
|
deprecate :RecordLang, :none, 2025, 4
|
4423
4425
|
deprecate :RecordLang=, :none, 2025, 4
|
4424
4426
|
|
4425
|
-
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)
|
4426
4428
|
@Name = name
|
4427
4429
|
@StartTime = starttime
|
4428
4430
|
@EndTime = endtime
|
@@ -4453,6 +4455,7 @@ module TencentCloud
|
|
4453
4455
|
@RecordLang = recordlang
|
4454
4456
|
@RecordStream = recordstream
|
4455
4457
|
@WhiteBoardSnapshotMode = whiteboardsnapshotmode
|
4458
|
+
@SubtitlesTranscription = subtitlestranscription
|
4456
4459
|
end
|
4457
4460
|
|
4458
4461
|
def deserialize(params)
|
@@ -4486,6 +4489,7 @@ module TencentCloud
|
|
4486
4489
|
@RecordLang = params['RecordLang']
|
4487
4490
|
@RecordStream = params['RecordStream']
|
4488
4491
|
@WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode']
|
4492
|
+
@SubtitlesTranscription = params['SubtitlesTranscription']
|
4489
4493
|
end
|
4490
4494
|
end
|
4491
4495
|
|
@@ -4545,10 +4549,12 @@ module TencentCloud
|
|
4545
4549
|
# @type RecordLang: String
|
4546
4550
|
# @param WhiteBoardSnapshotMode: 板书截图生成类型。0 不生成板书;1 全量模式;2 单页去重模式
|
4547
4551
|
# @type WhiteBoardSnapshotMode: Integer
|
4552
|
+
# @param SubtitlesTranscription: 字幕转写功能开关:0关闭,1开启,默认关闭
|
4553
|
+
# @type SubtitlesTranscription: Integer
|
4548
4554
|
|
4549
|
-
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
|
4550
4556
|
|
4551
|
-
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)
|
4552
4558
|
@Name = name
|
4553
4559
|
@RoomId = roomid
|
4554
4560
|
@Status = status
|
@@ -4574,6 +4580,7 @@ module TencentCloud
|
|
4574
4580
|
@RecordScene = recordscene
|
4575
4581
|
@RecordLang = recordlang
|
4576
4582
|
@WhiteBoardSnapshotMode = whiteboardsnapshotmode
|
4583
|
+
@SubtitlesTranscription = subtitlestranscription
|
4577
4584
|
end
|
4578
4585
|
|
4579
4586
|
def deserialize(params)
|
@@ -4602,6 +4609,7 @@ module TencentCloud
|
|
4602
4609
|
@RecordScene = params['RecordScene']
|
4603
4610
|
@RecordLang = params['RecordLang']
|
4604
4611
|
@WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode']
|
4612
|
+
@SubtitlesTranscription = params['SubtitlesTranscription']
|
4605
4613
|
end
|
4606
4614
|
end
|
4607
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.
|
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-
|
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
|