tencentcloud-sdk-nodejs-mps 4.1.68 → 4.1.69

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-mps",
3
- "version": "4.1.68",
3
+ "version": "4.1.69",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1597,8 +1597,11 @@ export interface RawWatermarkParameter {
1597
1597
  */
1598
1598
  Type: string;
1599
1599
  /**
1600
- * 原点位置,目前仅支持:
1600
+ * 原点位置,可选值:
1601
1601
  <li>TopLeft:表示坐标原点位于视频图像左上角,水印原点为图片或文字的左上角。</li>
1602
+ <li>TopRight:表示坐标原点位于视频图像的右上角,水印原点为图片或文字的右上角;</li>
1603
+ <li>BottomLeft:表示坐标原点位于视频图像的左下角,水印原点为图片或文字的左下角;</li>
1604
+ <li>BottomRight:表示坐标原点位于视频图像的右下角,水印原点为图片或文字的右下角。</li>
1602
1605
  默认值:TopLeft。
1603
1606
  */
1604
1607
  CoordinateOrigin?: string;
@@ -6575,7 +6578,7 @@ export interface MediaAnimatedGraphicsItem {
6575
6578
  */
6576
6579
  Path?: string;
6577
6580
  /**
6578
- * 转动图模板 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)。
6581
+ * 转动图模板 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))
6579
6582
  */
6580
6583
  Definition?: number;
6581
6584
  /**