tencentcloud-sdk-mps 3.0.1092 → 3.0.1094

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: 4c4a46f8cdb1e8af15669c4ccabdbbdab6dfc8a8
4
- data.tar.gz: 020ec4ed283092c48ff1f0a6b1ecf7fc959fa305
3
+ metadata.gz: 426d9c75959dfaa1a8280c3955c5c0f049e8c5f4
4
+ data.tar.gz: 679a22fa7f8baf817bdc9ec7367ad61838361d00
5
5
  SHA512:
6
- metadata.gz: f85ed7ead6e20cb1f947d7668f2c980d25867652f4a220f69ff872b06619da636764070bce7bf6f8802cfaad3b386290a17192d4c53e655b5750c360b34014fb
7
- data.tar.gz: d12dcc46df0f2b33023f861c290692089ad1517c93f75bc2f89e977e8ea8b43d540311b9ba49ff5b28c6f9c6a81dab2afa66fe6fed29db884e159deeafcd7c48
6
+ metadata.gz: 8e6506819d5d87c85635f4f05e59d27eec7eb394d13dd7ec7c420a53b3635e8bc761d79bc4e3d7db636ea9a6d9403d250f20e09a03eefa8aca7ba143d21d12aa
7
+ data.tar.gz: 90e631a4d4cfe7b353207b4f751212e908767a984047eab932bbd2ed09fc680830be4f4886489440db4dae048516fa3c10a5e52617373f0f614e37a8f34ab3ae
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1092
1
+ 3.0.1094
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16811,7 +16811,7 @@ module TencentCloud
16811
16811
  # @type Storage: :class:`Tencentcloud::Mps.v20190612.models.TaskOutputStorage`
16812
16812
  # @param Path: 转动图的文件路径。
16813
16813
  # @type Path: String
16814
- # @param Definition: 转动图模板 ID,参见[转动图参数模板](https://cloud.tencent.com/document/product/862/37042#.E9.A2.84.E7.BD.AE.E8.BD.AC.E5.8A.A8.E5.9B.BE.E6.A8.A1.E6.9D.BF)。
16814
+ # @param Definition: 转动图模板 ID,参见[转动图参数模板](https://cloud.tencent.com/document/product/862/77168#.E8.BD.AC.E5.8A.A8.E5.9B.BE.E6.A8.A1.E6.9D.BF.5B.5D(id.3Amove))
16815
16815
  # @type Definition: Integer
16816
16816
  # @param Container: 动图格式,如 gif。
16817
16817
  # @type Container: String
@@ -21740,8 +21740,11 @@ module TencentCloud
21740
21740
  # @param Type: 水印类型,可选值:
21741
21741
  # <li>image:图片水印。</li>
21742
21742
  # @type Type: String
21743
- # @param CoordinateOrigin: 原点位置,目前仅支持:
21743
+ # @param CoordinateOrigin: 原点位置,可选值:
21744
21744
  # <li>TopLeft:表示坐标原点位于视频图像左上角,水印原点为图片或文字的左上角。</li>
21745
+ # <li>TopRight:表示坐标原点位于视频图像的右上角,水印原点为图片或文字的右上角;</li>
21746
+ # <li>BottomLeft:表示坐标原点位于视频图像的左下角,水印原点为图片或文字的左下角;</li>
21747
+ # <li>BottomRight:表示坐标原点位于视频图像的右下角,水印原点为图片或文字的右下角。</li>
21745
21748
  # 默认值:TopLeft。
21746
21749
  # @type CoordinateOrigin: String
21747
21750
  # @param XPos: 水印原点距离视频图像坐标原点的水平位置。支持 %、px 两种格式:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mps
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1092
4
+ version: 3.0.1094
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-03 00:00:00.000000000 Z
11
+ date: 2025-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common