tencentcloud-sdk-nodejs-mps 4.1.68 → 4.1.70
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
|
@@ -4,7 +4,7 @@ exports.Client = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
6
6
|
/*
|
|
7
|
-
* Copyright (c) 2018
|
|
7
|
+
* Copyright (c) 2018 Tencent. All Rights Reserved.
|
|
8
8
|
*
|
|
9
9
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
10
|
* you may not use this file except in compliance with the License.
|
|
@@ -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/
|
|
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
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/*
|
|
3
|
-
* Copyright (c) 2018
|
|
3
|
+
* Copyright (c) 2018 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.
|