tencentcloud-sdk-live 3.0.850 → 3.0.851
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/v20180801/models.rb +7 -2
- 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: fbdeefb2184e25f46409bea4b13f29540f1d4add
|
|
4
|
+
data.tar.gz: 54e28aaf40b1639082ced40bbab1ef50095b3a27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce22a62b153bab4c782cf65a18a291da24f18749b44c8b6e0a47bac5647a84a4abbe108e61aee94e2acd78400e195ec15a7002ecea791609cc07aa4d9c079038
|
|
7
|
+
data.tar.gz: ece7cf9551f91d096b4115011c04dcbf493e0ef160682c4e66f02f1cc26819ae920bbe34a2b38617c6e01eadfd925de819f5de19152b84f80432fe92538e4eed
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.851
|
data/lib/v20180801/models.rb
CHANGED
|
@@ -794,19 +794,24 @@ module TencentCloud
|
|
|
794
794
|
# @param PassInputSei: 取值范围[0,1]
|
|
795
795
|
# 填1时,透传原始流的sei
|
|
796
796
|
# @type PassInputSei: Integer
|
|
797
|
+
# @param UsePictureTransparent: 取值范围[0,1]
|
|
798
|
+
# 填1时,图片输入中的透明通道生效。
|
|
799
|
+
# @type UsePictureTransparent: Integer
|
|
797
800
|
|
|
798
|
-
attr_accessor :UseMixCropCenter, :AllowCopy, :PassInputSei
|
|
801
|
+
attr_accessor :UseMixCropCenter, :AllowCopy, :PassInputSei, :UsePictureTransparent
|
|
799
802
|
|
|
800
|
-
def initialize(usemixcropcenter=nil, allowcopy=nil, passinputsei=nil)
|
|
803
|
+
def initialize(usemixcropcenter=nil, allowcopy=nil, passinputsei=nil, usepicturetransparent=nil)
|
|
801
804
|
@UseMixCropCenter = usemixcropcenter
|
|
802
805
|
@AllowCopy = allowcopy
|
|
803
806
|
@PassInputSei = passinputsei
|
|
807
|
+
@UsePictureTransparent = usepicturetransparent
|
|
804
808
|
end
|
|
805
809
|
|
|
806
810
|
def deserialize(params)
|
|
807
811
|
@UseMixCropCenter = params['UseMixCropCenter']
|
|
808
812
|
@AllowCopy = params['AllowCopy']
|
|
809
813
|
@PassInputSei = params['PassInputSei']
|
|
814
|
+
@UsePictureTransparent = params['UsePictureTransparent']
|
|
810
815
|
end
|
|
811
816
|
end
|
|
812
817
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-live
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.851
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-06-
|
|
11
|
+
date: 2024-06-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|