tencentcloud-sdk-vod 3.0.891 → 3.0.893

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: 562e751a4792e2cfc4930888e6770e0bd2e5e62f
4
- data.tar.gz: cce3651ada0e7ed27962aa535a3049e3c2357842
3
+ metadata.gz: 05a10e5e4086909a3e72bdb9db61d28c75988ef8
4
+ data.tar.gz: 8613e46c3eac8d2edb5276b7bc3716e0ef5f8131
5
5
  SHA512:
6
- metadata.gz: 3b57b3ec82946d3936ec2f415f2804547ecea4d637b95f6c2d31e8b2fa2568d7146a3356cf99a640fc489979ae93ac053de24653aa25085d6f38c815087e1c12
7
- data.tar.gz: 26bffd296607892ab0e1eb18734aefbca565e557a1229c98fd3a0889610edf43765a4e02f9163cb392f922a8037cd242651099a4f894a8a44f1d9684046f857e
6
+ metadata.gz: 7d0756ca1a65374e5c572765771767eac04e9fc55c77a298d4af5bd0bd416fb3229a4cebfc0986edebc8394a7ef9a2a7c30706a5a4e2bcddb8e333cd84402ae7
7
+ data.tar.gz: 3fc04a43e8a1cebe01dc4540c8c2808cd98bd16af9b8062856b93c346245c73ea882aaaa531d8b1bfd21bcf10a5d061ba1953271354c0e824d861bf2c6b05663
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.891
1
+ 3.0.893
@@ -2996,7 +2996,7 @@ module TencentCloud
2996
2996
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2997
2997
  end
2998
2998
 
2999
- # 提取版权水印信息。
2999
+ # 该 API 已经<font color='red'>不再维护</font>。如果有盗录溯源需求,请参考 [幽灵水印](https://cloud.tencent.com/document/product/266/94228)。
3000
3000
 
3001
3001
  # @param request: Request instance for ExtractCopyRightWatermark.
3002
3002
  # @type request: :class:`Tencentcloud::vod::V20180717::ExtractCopyRightWatermarkRequest`
@@ -3020,7 +3020,7 @@ module TencentCloud
3020
3020
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
3021
3021
  end
3022
3022
 
3023
- # 用于提取溯源水印。
3023
+ # 该 API 已经<font color='red'>不再维护</font>。如果有盗录溯源需求,请参考 [幽灵水印](https://cloud.tencent.com/document/product/266/94228)。
3024
3024
 
3025
3025
  # @param request: Request instance for ExtractTraceWatermark.
3026
3026
  # @type request: :class:`Tencentcloud::vod::V20180717::ExtractTraceWatermarkRequest`
@@ -317,9 +317,9 @@ module TencentCloud
317
317
  # @type Definition: Integer
318
318
  # @param WatermarkSet: 水印列表,支持多张图片或文字水印,最大可支持 10 张。
319
319
  # @type WatermarkSet: Array
320
- # @param TraceWatermark: 溯源水印。
320
+ # @param TraceWatermark: 溯源水印,该功能已不再支持使用。
321
321
  # @type TraceWatermark: :class:`Tencentcloud::Vod.v20180717.models.TraceWatermarkInput`
322
- # @param CopyRightWatermark: 版权水印。
322
+ # @param CopyRightWatermark: 版权水印,该功能已不再支持使用。
323
323
  # @type CopyRightWatermark: :class:`Tencentcloud::Vod.v20180717.models.CopyRightWatermarkInput`
324
324
  # @param SubtitleSet: 字幕列表,元素为字幕 ID,支持多个字幕,最大可支持16个。
325
325
  # @type SubtitleSet: Array
@@ -13802,7 +13802,7 @@ module TencentCloud
13802
13802
 
13803
13803
  # 提取溯源水印输出信息
13804
13804
  class ExtractTraceWatermarkTaskOutput < TencentCloud::Common::AbstractModel
13805
- # @param Uv: 播放者的 ID,以十六进制表示,共6位,该参数用于 [溯源水印](https://cloud.tencent.com/document/product/266/75789) 使用场景。
13805
+ # @param Uv: 播放者的 ID,以十六进制表示,共6位。
13806
13806
  # @type Uv: String
13807
13807
  # @param Uid: 该字段已废弃。
13808
13808
  # @type Uid: String
@@ -27085,9 +27085,9 @@ module TencentCloud
27085
27085
  # @type Definition: Integer
27086
27086
  # @param WatermarkSet: 水印列表,支持多张图片或文字水印,最大可支持 10 张。
27087
27087
  # @type WatermarkSet: Array
27088
- # @param TraceWatermark: 溯源水印。
27088
+ # @param TraceWatermark: 溯源水印,该功能已不再支持使用。
27089
27089
  # @type TraceWatermark: :class:`Tencentcloud::Vod.v20180717.models.TraceWatermarkInput`
27090
- # @param CopyRightWatermark: 版权水印。
27090
+ # @param CopyRightWatermark: 版权水印,该功能已不再支持使用。
27091
27091
  # @type CopyRightWatermark: :class:`Tencentcloud::Vod.v20180717.models.CopyRightWatermarkInput`
27092
27092
  # @param MosaicSet: 马赛克列表,最大可支持 10 张。
27093
27093
  # @type MosaicSet: Array
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vod
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.891
4
+ version: 3.0.893
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-08-21 00:00:00.000000000 Z
11
+ date: 2024-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common