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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8db5aa8aa90750f792acf95d30fce5d4b2e58b45
4
- data.tar.gz: 44863a5df85a91d13ab11ee24c8374c8effd2edc
3
+ metadata.gz: fbdeefb2184e25f46409bea4b13f29540f1d4add
4
+ data.tar.gz: 54e28aaf40b1639082ced40bbab1ef50095b3a27
5
5
  SHA512:
6
- metadata.gz: f79557cc2a80e0e145d141f8c146a65d4c5ac59453401fc383085a2031c8e2cd2977cc1f893cbe7282cdb17aa02b5196c36b61a6c3bd2ec8fc67fad2b71e24c7
7
- data.tar.gz: eee079a784e00778345169a44c9db73541285aa1f45478f411d292f2f7a26388810a7bc3edf08af2ac33efdc05c53c7f4a18f9081e74ac52285abbca4b38e345
6
+ metadata.gz: ce22a62b153bab4c782cf65a18a291da24f18749b44c8b6e0a47bac5647a84a4abbe108e61aee94e2acd78400e195ec15a7002ecea791609cc07aa4d9c079038
7
+ data.tar.gz: ece7cf9551f91d096b4115011c04dcbf493e0ef160682c4e66f02f1cc26819ae920bbe34a2b38617c6e01eadfd925de819f5de19152b84f80432fe92538e4eed
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.850
1
+ 3.0.851
@@ -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.850
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-24 00:00:00.000000000 Z
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