tencentcloud-sdk-vod 3.0.890 → 3.0.892

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: 469245095382d58e56d724b16b53a23968421a56
4
- data.tar.gz: daccdad1324f08a90d83b437a90978fb7cd9d162
3
+ metadata.gz: 5b48b71de87652a9fc39726ae08d3f009b7614be
4
+ data.tar.gz: 8a545cf22dac1a754578532aeee8e46dde1c6aba
5
5
  SHA512:
6
- metadata.gz: 33e757a7473c64cac446534422daf67dbcc7d0939c30ce8dc9a23543f3fa4bf6c046c0e3d7c4227b93451cdd96279b2aa2c50231cdab551b25927d960a152b96
7
- data.tar.gz: 4ff2af41a04f0a648628c3cb45ad29ad2049a282608683f69350be5c8f0f630a83712a58b2770a107760946a47f4e7133d76febf8f0b8c1399678e5ce920dccb
6
+ metadata.gz: 83b5e5087f5c199bc998cab87ddcbd4628bfdd19cbdffbb2e2b51516b46c41361f38738ac2c35e17c3728da13a2dbf3299fb65922b78ccb2bccfcdd9b38868ef
7
+ data.tar.gz: d9e11f1bf0dc8fbb44f2caa1dfa09fd2666c2867f5aacf27e47801e5fdb5fe48debf372f40470af7f66757304bbfa42372c782a1d19755c2fbe6952557e09314
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.890
1
+ 3.0.892
@@ -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.890
4
+ version: 3.0.892
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-20 00:00:00.000000000 Z
11
+ date: 2024-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common