tencentcloud-sdk-vod 3.0.615 → 3.0.617
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/v20180717/models.rb +29 -29
- 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: 53991544a5fb0e5f52421404dd37734d6840fd80
|
4
|
+
data.tar.gz: a286aeb90cd2b96ee0656b06898e9fd6df0bcfbf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15d5e467f83758057cb7a0d28a01d34c981d346352beb5b1727c82b0aced14e0add9edfe8cabef8cae8e745515dd5e08d3dd746e598ebb65401e4208e015ffde
|
7
|
+
data.tar.gz: fe6f99c0add2306da5b70399207ae0b01fbb49240823c1ef2c18f9c70add193b5f3e212217c97a37cc31b642c6661d181787f37749b2b0a3337edfc57556fb42
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.617
|
data/lib/v20180717/models.rb
CHANGED
@@ -6487,14 +6487,14 @@ module TencentCloud
|
|
6487
6487
|
# @type MosaicConfigure: :class:`Tencentcloud::Vod.v20180717.models.MosaicConfigureInfo`
|
6488
6488
|
# @param QRCodeConfigure: 视频画面二维码检测的控制参数。
|
6489
6489
|
# @type QRCodeConfigure: :class:`Tencentcloud::Vod.v20180717.models.QRCodeConfigureInfo`
|
6490
|
-
# @param QualityEvaluationConfigure: 视频画面质量评价的控制参数。
|
6491
|
-
# @type QualityEvaluationConfigure: :class:`Tencentcloud::Vod.v20180717.models.QualityEvaluationConfigureInfo`
|
6492
6490
|
# @param VoiceConfigure: 音频(静音、低音、爆音)检测的控制参数。
|
6493
6491
|
# @type VoiceConfigure: :class:`Tencentcloud::Vod.v20180717.models.VoiceConfigureInfo`
|
6492
|
+
# @param QualityEvaluationConfigure: 视频画面质量评价的控制参数。
|
6493
|
+
# @type QualityEvaluationConfigure: :class:`Tencentcloud::Vod.v20180717.models.QualityEvaluationConfigureInfo`
|
6494
6494
|
|
6495
|
-
attr_accessor :SubAppId, :Name, :Comment, :ScreenshotInterval, :JitterConfigure, :BlurConfigure, :AbnormalLightingConfigure, :CrashScreenConfigure, :BlackWhiteEdgeConfigure, :NoiseConfigure, :MosaicConfigure, :QRCodeConfigure, :
|
6495
|
+
attr_accessor :SubAppId, :Name, :Comment, :ScreenshotInterval, :JitterConfigure, :BlurConfigure, :AbnormalLightingConfigure, :CrashScreenConfigure, :BlackWhiteEdgeConfigure, :NoiseConfigure, :MosaicConfigure, :QRCodeConfigure, :VoiceConfigure, :QualityEvaluationConfigure
|
6496
6496
|
|
6497
|
-
def initialize(subappid=nil, name=nil, comment=nil, screenshotinterval=nil, jitterconfigure=nil, blurconfigure=nil, abnormallightingconfigure=nil, crashscreenconfigure=nil, blackwhiteedgeconfigure=nil, noiseconfigure=nil, mosaicconfigure=nil, qrcodeconfigure=nil,
|
6497
|
+
def initialize(subappid=nil, name=nil, comment=nil, screenshotinterval=nil, jitterconfigure=nil, blurconfigure=nil, abnormallightingconfigure=nil, crashscreenconfigure=nil, blackwhiteedgeconfigure=nil, noiseconfigure=nil, mosaicconfigure=nil, qrcodeconfigure=nil, voiceconfigure=nil, qualityevaluationconfigure=nil)
|
6498
6498
|
@SubAppId = subappid
|
6499
6499
|
@Name = name
|
6500
6500
|
@Comment = comment
|
@@ -6507,8 +6507,8 @@ module TencentCloud
|
|
6507
6507
|
@NoiseConfigure = noiseconfigure
|
6508
6508
|
@MosaicConfigure = mosaicconfigure
|
6509
6509
|
@QRCodeConfigure = qrcodeconfigure
|
6510
|
-
@QualityEvaluationConfigure = qualityevaluationconfigure
|
6511
6510
|
@VoiceConfigure = voiceconfigure
|
6511
|
+
@QualityEvaluationConfigure = qualityevaluationconfigure
|
6512
6512
|
end
|
6513
6513
|
|
6514
6514
|
def deserialize(params)
|
@@ -6548,14 +6548,14 @@ module TencentCloud
|
|
6548
6548
|
@QRCodeConfigure = QRCodeConfigureInfo.new
|
6549
6549
|
@QRCodeConfigure.deserialize(params['QRCodeConfigure'])
|
6550
6550
|
end
|
6551
|
-
unless params['QualityEvaluationConfigure'].nil?
|
6552
|
-
@QualityEvaluationConfigure = QualityEvaluationConfigureInfo.new
|
6553
|
-
@QualityEvaluationConfigure.deserialize(params['QualityEvaluationConfigure'])
|
6554
|
-
end
|
6555
6551
|
unless params['VoiceConfigure'].nil?
|
6556
6552
|
@VoiceConfigure = VoiceConfigureInfo.new
|
6557
6553
|
@VoiceConfigure.deserialize(params['VoiceConfigure'])
|
6558
6554
|
end
|
6555
|
+
unless params['QualityEvaluationConfigure'].nil?
|
6556
|
+
@QualityEvaluationConfigure = QualityEvaluationConfigureInfo.new
|
6557
|
+
@QualityEvaluationConfigure.deserialize(params['QualityEvaluationConfigure'])
|
6558
|
+
end
|
6559
6559
|
end
|
6560
6560
|
end
|
6561
6561
|
|
@@ -17518,14 +17518,14 @@ module TencentCloud
|
|
17518
17518
|
# @type MosaicConfigure: :class:`Tencentcloud::Vod.v20180717.models.MosaicConfigureInfoForUpdate`
|
17519
17519
|
# @param QRCodeConfigure: 视频画面二维码检测的控制参数。
|
17520
17520
|
# @type QRCodeConfigure: :class:`Tencentcloud::Vod.v20180717.models.QRCodeConfigureInfoForUpdate`
|
17521
|
-
# @param QualityEvaluationConfigure: 视频画面质量评价的控制参数。
|
17522
|
-
# @type QualityEvaluationConfigure: :class:`Tencentcloud::Vod.v20180717.models.QualityEvaluationConfigureInfoForUpdate`
|
17523
17521
|
# @param VoiceConfigure: 音频(静音、低音、爆音)检测的控制参数。
|
17524
17522
|
# @type VoiceConfigure: :class:`Tencentcloud::Vod.v20180717.models.VoiceConfigureInfoForUpdate`
|
17523
|
+
# @param QualityEvaluationConfigure: 视频画面质量评价的控制参数。
|
17524
|
+
# @type QualityEvaluationConfigure: :class:`Tencentcloud::Vod.v20180717.models.QualityEvaluationConfigureInfoForUpdate`
|
17525
17525
|
|
17526
|
-
attr_accessor :Definition, :SubAppId, :Name, :Comment, :ScreenshotInterval, :JitterConfigure, :BlurConfigure, :AbnormalLightingConfigure, :CrashScreenConfigure, :BlackWhiteEdgeConfigure, :NoiseConfigure, :MosaicConfigure, :QRCodeConfigure, :
|
17526
|
+
attr_accessor :Definition, :SubAppId, :Name, :Comment, :ScreenshotInterval, :JitterConfigure, :BlurConfigure, :AbnormalLightingConfigure, :CrashScreenConfigure, :BlackWhiteEdgeConfigure, :NoiseConfigure, :MosaicConfigure, :QRCodeConfigure, :VoiceConfigure, :QualityEvaluationConfigure
|
17527
17527
|
|
17528
|
-
def initialize(definition=nil, subappid=nil, name=nil, comment=nil, screenshotinterval=nil, jitterconfigure=nil, blurconfigure=nil, abnormallightingconfigure=nil, crashscreenconfigure=nil, blackwhiteedgeconfigure=nil, noiseconfigure=nil, mosaicconfigure=nil, qrcodeconfigure=nil,
|
17528
|
+
def initialize(definition=nil, subappid=nil, name=nil, comment=nil, screenshotinterval=nil, jitterconfigure=nil, blurconfigure=nil, abnormallightingconfigure=nil, crashscreenconfigure=nil, blackwhiteedgeconfigure=nil, noiseconfigure=nil, mosaicconfigure=nil, qrcodeconfigure=nil, voiceconfigure=nil, qualityevaluationconfigure=nil)
|
17529
17529
|
@Definition = definition
|
17530
17530
|
@SubAppId = subappid
|
17531
17531
|
@Name = name
|
@@ -17539,8 +17539,8 @@ module TencentCloud
|
|
17539
17539
|
@NoiseConfigure = noiseconfigure
|
17540
17540
|
@MosaicConfigure = mosaicconfigure
|
17541
17541
|
@QRCodeConfigure = qrcodeconfigure
|
17542
|
-
@QualityEvaluationConfigure = qualityevaluationconfigure
|
17543
17542
|
@VoiceConfigure = voiceconfigure
|
17543
|
+
@QualityEvaluationConfigure = qualityevaluationconfigure
|
17544
17544
|
end
|
17545
17545
|
|
17546
17546
|
def deserialize(params)
|
@@ -17581,14 +17581,14 @@ module TencentCloud
|
|
17581
17581
|
@QRCodeConfigure = QRCodeConfigureInfoForUpdate.new
|
17582
17582
|
@QRCodeConfigure.deserialize(params['QRCodeConfigure'])
|
17583
17583
|
end
|
17584
|
-
unless params['QualityEvaluationConfigure'].nil?
|
17585
|
-
@QualityEvaluationConfigure = QualityEvaluationConfigureInfoForUpdate.new
|
17586
|
-
@QualityEvaluationConfigure.deserialize(params['QualityEvaluationConfigure'])
|
17587
|
-
end
|
17588
17584
|
unless params['VoiceConfigure'].nil?
|
17589
17585
|
@VoiceConfigure = VoiceConfigureInfoForUpdate.new
|
17590
17586
|
@VoiceConfigure.deserialize(params['VoiceConfigure'])
|
17591
17587
|
end
|
17588
|
+
unless params['QualityEvaluationConfigure'].nil?
|
17589
|
+
@QualityEvaluationConfigure = QualityEvaluationConfigureInfoForUpdate.new
|
17590
|
+
@QualityEvaluationConfigure.deserialize(params['QualityEvaluationConfigure'])
|
17591
|
+
end
|
17592
17592
|
end
|
17593
17593
|
end
|
17594
17594
|
|
@@ -20714,13 +20714,6 @@ module TencentCloud
|
|
20714
20714
|
|
20715
20715
|
# 音画质检测异常片段信息。
|
20716
20716
|
class QualityInspectItem < TencentCloud::Common::AbstractModel
|
20717
|
-
# @param Confidence: 置信度,取值范围:[0, 100]。
|
20718
|
-
# <font color=red>注意:</font> 仅当 Type 取值为下列之一时,本字段取值有效:
|
20719
|
-
# <li>Mosaic:马赛克;</li>
|
20720
|
-
# <li>QRCode:二维码;</li>
|
20721
|
-
# <li>AppletCode:小程序码;</li>
|
20722
|
-
# <li>BarCode:条形码。</li>
|
20723
|
-
# @type Confidence: Integer
|
20724
20717
|
# @param StartTimeOffset: 异常片段起始的偏移时间,单位:秒。
|
20725
20718
|
# @type StartTimeOffset: Float
|
20726
20719
|
# @param EndTimeOffset: 异常片段终止的偏移时间,单位:秒。
|
@@ -20733,21 +20726,28 @@ module TencentCloud
|
|
20733
20726
|
# <li>AppletCode:小程序码;</li>
|
20734
20727
|
# <li>BarCode:条形码。</li>
|
20735
20728
|
# @type AreaCoordSet: Array
|
20729
|
+
# @param Confidence: 置信度,取值范围:[0, 100]。
|
20730
|
+
# <font color=red>注意:</font> 仅当 Type 取值为下列之一时,本字段取值有效:
|
20731
|
+
# <li>Mosaic:马赛克;</li>
|
20732
|
+
# <li>QRCode:二维码;</li>
|
20733
|
+
# <li>AppletCode:小程序码;</li>
|
20734
|
+
# <li>BarCode:条形码。</li>
|
20735
|
+
# @type Confidence: Integer
|
20736
20736
|
|
20737
|
-
attr_accessor :
|
20737
|
+
attr_accessor :StartTimeOffset, :EndTimeOffset, :AreaCoordSet, :Confidence
|
20738
20738
|
|
20739
|
-
def initialize(
|
20740
|
-
@Confidence = confidence
|
20739
|
+
def initialize(starttimeoffset=nil, endtimeoffset=nil, areacoordset=nil, confidence=nil)
|
20741
20740
|
@StartTimeOffset = starttimeoffset
|
20742
20741
|
@EndTimeOffset = endtimeoffset
|
20743
20742
|
@AreaCoordSet = areacoordset
|
20743
|
+
@Confidence = confidence
|
20744
20744
|
end
|
20745
20745
|
|
20746
20746
|
def deserialize(params)
|
20747
|
-
@Confidence = params['Confidence']
|
20748
20747
|
@StartTimeOffset = params['StartTimeOffset']
|
20749
20748
|
@EndTimeOffset = params['EndTimeOffset']
|
20750
20749
|
@AreaCoordSet = params['AreaCoordSet']
|
20750
|
+
@Confidence = params['Confidence']
|
20751
20751
|
end
|
20752
20752
|
end
|
20753
20753
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-vod
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.617
|
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-07-
|
11
|
+
date: 2023-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|