tencentcloud-sdk-trtc 3.0.819 → 3.0.821

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: a69ce8ab51fb923e2f018865211790b84324b3af
4
- data.tar.gz: 1d2d40d7b9927c50a6e6440a6b83fbc6596f45b8
3
+ metadata.gz: 528916eb3d0e38776eccbaa53c1a575fbddb0644
4
+ data.tar.gz: 5c722615bd0de69133aefbe6df9dcb1b20f3fc82
5
5
  SHA512:
6
- metadata.gz: b7278b4512d64894e4da667581e6315c8c6089fa41fa1714f7bfb4d9512a9c8a7114b7e9d2bece579d6e4686a5aae3a4944eaae9f40dedca262b24e3be88a019
7
- data.tar.gz: 9819481ce595d1ff887eef5c903dd80978fa1b555e5a0f6c1c1b66dd3ee0785bd3dda244ba7abd6b9c127b6ca845c2e51f036d1de9baaa0bf2007b7346bc6529
6
+ metadata.gz: f081192b6192876bd3af29ff24d222395c24e9a27f9b618e0f4ada5962a5d6c8ff4c1517406e0d2ea8900650e59b1ee8a5c6ebf61d3eeeda34c15fa9afa85a4e
7
+ data.tar.gz: e91139b8c94b39fa9f7ec679ab70bc90fa324bf74f457483c18282d65d7487153c6882d606e5c6ccd14c64f73b65fd798abb1c9514239d4606980be3a12cb9fd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.819
1
+ 3.0.821
@@ -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.821
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-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common