tencentcloud-sdk-trtc 3.0.819 → 3.0.820

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a69ce8ab51fb923e2f018865211790b84324b3af
4
- data.tar.gz: 1d2d40d7b9927c50a6e6440a6b83fbc6596f45b8
3
+ metadata.gz: 13450b2eed22dcc566fd4b463ba259950c9bb11a
4
+ data.tar.gz: 44cecd0984328dec8479ddb4f480912c36500f67
5
5
  SHA512:
6
- metadata.gz: b7278b4512d64894e4da667581e6315c8c6089fa41fa1714f7bfb4d9512a9c8a7114b7e9d2bece579d6e4686a5aae3a4944eaae9f40dedca262b24e3be88a019
7
- data.tar.gz: 9819481ce595d1ff887eef5c903dd80978fa1b555e5a0f6c1c1b66dd3ee0785bd3dda244ba7abd6b9c127b6ca845c2e51f036d1de9baaa0bf2007b7346bc6529
6
+ metadata.gz: 6e3d5bdf2877643fe4d700fbeb895a38fa713994a2a450707a05d5b52dc64eecc47d31bd81550819cc7f97fd3c9aa20bdf6687bbcfab478db8cf2c46073b59da
7
+ data.tar.gz: ee6053b604841f997d5c17288acda28420c09fcfb343d9f7a1204b64394d3540ef592048cfa2978334459e7e9746d3b6d13a5d3741fd6fb546f458ad44ce8eb8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.819
1
+ 3.0.820
@@ -2754,10 +2754,12 @@ module TencentCloud
2754
2754
  # @type DynamicPosType: Integer
2755
2755
  # @param ZOrder: 水印在输出时的层级,不填默认为0。
2756
2756
  # @type ZOrder: Integer
2757
+ # @param Font: 水印字体,不填默认为Tencent。支持设置以下值: Tencent (默认) SourceHanSans
2758
+ # @type Font: String
2757
2759
 
2758
- attr_accessor :Text, :WaterMarkWidth, :WaterMarkHeight, :LocationX, :LocationY, :FontSize, :FontColor, :BackGroundColor, :DynamicPosType, :ZOrder
2760
+ attr_accessor :Text, :WaterMarkWidth, :WaterMarkHeight, :LocationX, :LocationY, :FontSize, :FontColor, :BackGroundColor, :DynamicPosType, :ZOrder, :Font
2759
2761
 
2760
- def initialize(text=nil, watermarkwidth=nil, watermarkheight=nil, locationx=nil, locationy=nil, fontsize=nil, fontcolor=nil, backgroundcolor=nil, dynamicpostype=nil, zorder=nil)
2762
+ def initialize(text=nil, watermarkwidth=nil, watermarkheight=nil, locationx=nil, locationy=nil, fontsize=nil, fontcolor=nil, backgroundcolor=nil, dynamicpostype=nil, zorder=nil, font=nil)
2761
2763
  @Text = text
2762
2764
  @WaterMarkWidth = watermarkwidth
2763
2765
  @WaterMarkHeight = watermarkheight
@@ -2768,6 +2770,7 @@ module TencentCloud
2768
2770
  @BackGroundColor = backgroundcolor
2769
2771
  @DynamicPosType = dynamicpostype
2770
2772
  @ZOrder = zorder
2773
+ @Font = font
2771
2774
  end
2772
2775
 
2773
2776
  def deserialize(params)
@@ -2781,6 +2784,7 @@ module TencentCloud
2781
2784
  @BackGroundColor = params['BackGroundColor']
2782
2785
  @DynamicPosType = params['DynamicPosType']
2783
2786
  @ZOrder = params['ZOrder']
2787
+ @Font = params['Font']
2784
2788
  end
2785
2789
  end
2786
2790
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-trtc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.819
4
+ version: 3.0.820
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-05-12 00:00:00.000000000 Z
11
+ date: 2024-05-13 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-trtc.rb
37
36
  - lib/v20190722/client.rb
38
37
  - lib/v20190722/models.rb
38
+ - lib/tencentcloud-sdk-trtc.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: