tencentcloud-sdk-lcic 3.0.1041 → 3.0.1042
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 +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db291566acbb34db57cd36d442e724ba8aef64e6
|
4
|
+
data.tar.gz: e9ddc15c9711a9ef6e790397b34c4eb0e10f65c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf43614359a2d25c742713de5e5716fafd38272d103a1aac94c32719d24b4df2461c4d7a2d9c6647e8a1eafb6fa32cecaecaaefb9bdde3202207b7e7a1abc15a
|
7
|
+
data.tar.gz: c44b3d1da4cedff52cc730877515b6c424cb64e4b9ea43f4d329fafa32646c0a9c7e35c95f48d6461c44b2544b1460752f50f29a2db95ad882ccd468fba56eb0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1042
|
data/lib/v20220817/models.rb
CHANGED
@@ -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
|
|
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.1042
|
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-17 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:
|