tencentcloud-sdk-trtc 3.0.716 → 3.0.717

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190722/models.rb +16 -4
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d6b415e5535dd1778469511a240fafe666f4ac89
4
- data.tar.gz: 8ace7ce4a8d2b75ab2d15f9a3e1bd3bb61b74143
3
+ metadata.gz: 9708c23c35046aa3f5879faab5aa5958740694cb
4
+ data.tar.gz: ef49ed1d8f199ebcce49098f14448bd2e1ba62bd
5
5
  SHA512:
6
- metadata.gz: 2ec99fe356c6607e549c4e25213ead5e7824d3863df22a21562325e810b53e938c18120ca18aa235466756bf002cf32d8de65d2a73d2bab8eb48b126e51ef512
7
- data.tar.gz: 205488064cc3942160514ca8fb2731f7c1c5ee17376af84b60de4c1864111a7071dd9272dd6c2c1920920fbcb1cacb5303bb0337ce74ebeb847d9f528691cff1
6
+ metadata.gz: f67d533339b8232621031064f3ef70bba85eeb67e609b6eba29f10420ac7673d3b1be931262b01f850994a9daea87616b2b21de2885ff7031dd92e37c615ebd6
7
+ data.tar.gz: 3d52b8e94b4e7b0b56130ad8d823af7b1b2ddf1065556051401d8c2b1f23ed9b033769f0f05407dc0b7d5c8b963d2973bc5747cdc77aadcea063db8a4bb03801
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.716
1
+ 3.0.717
@@ -4619,10 +4619,14 @@ module TencentCloud
4619
4619
  # @type FontColor: String
4620
4620
  # @param BackGroundColor: 水印文字的背景色,为空代表背景透明,默认为空
4621
4621
  # @type BackGroundColor: String
4622
+ # @param Font: 文字水印的字体,支持设置以下值:
4623
+ # 1. Tencent (默认)
4624
+ # 2. SourceHanSans
4625
+ # @type Font: String
4622
4626
 
4623
- attr_accessor :Top, :Left, :Width, :Height, :Chars, :FontSize, :FontColor, :BackGroundColor
4627
+ attr_accessor :Top, :Left, :Width, :Height, :Chars, :FontSize, :FontColor, :BackGroundColor, :Font
4624
4628
 
4625
- def initialize(top=nil, left=nil, width=nil, height=nil, chars=nil, fontsize=nil, fontcolor=nil, backgroundcolor=nil)
4629
+ def initialize(top=nil, left=nil, width=nil, height=nil, chars=nil, fontsize=nil, fontcolor=nil, backgroundcolor=nil, font=nil)
4626
4630
  @Top = top
4627
4631
  @Left = left
4628
4632
  @Width = width
@@ -4631,6 +4635,7 @@ module TencentCloud
4631
4635
  @FontSize = fontsize
4632
4636
  @FontColor = fontcolor
4633
4637
  @BackGroundColor = backgroundcolor
4638
+ @Font = font
4634
4639
  end
4635
4640
 
4636
4641
  def deserialize(params)
@@ -4642,6 +4647,7 @@ module TencentCloud
4642
4647
  @FontSize = params['FontSize']
4643
4648
  @FontColor = params['FontColor']
4644
4649
  @BackGroundColor = params['BackGroundColor']
4650
+ @Font = params['Font']
4645
4651
  end
4646
4652
  end
4647
4653
 
@@ -4719,17 +4725,23 @@ module TencentCloud
4719
4725
  # @type Pos: Integer
4720
4726
  # @param TimeZone: 显示时间戳的时区,默认东八区
4721
4727
  # @type TimeZone: Integer
4728
+ # @param Font: 文字水印的字体,支持设置以下值:
4729
+ # 1. Tencent (默认)
4730
+ # 2. SourceHanSans
4731
+ # @type Font: String
4722
4732
 
4723
- attr_accessor :Pos, :TimeZone
4733
+ attr_accessor :Pos, :TimeZone, :Font
4724
4734
 
4725
- def initialize(pos=nil, timezone=nil)
4735
+ def initialize(pos=nil, timezone=nil, font=nil)
4726
4736
  @Pos = pos
4727
4737
  @TimeZone = timezone
4738
+ @Font = font
4728
4739
  end
4729
4740
 
4730
4741
  def deserialize(params)
4731
4742
  @Pos = params['Pos']
4732
4743
  @TimeZone = params['TimeZone']
4744
+ @Font = params['Font']
4733
4745
  end
4734
4746
  end
4735
4747
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-trtc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.716
4
+ version: 3.0.717
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud