tencentcloud-sdk-nodejs-vod 4.1.167 → 4.1.168

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-vod",
3
- "version": "4.1.167",
3
+ "version": "4.1.168",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -12356,7 +12356,7 @@ export interface SemanticsSearchResult {
12356
12356
  */
12357
12357
  StartTimeOffset?: number;
12358
12358
  /**
12359
- * 视频片段的开始时间,单位:秒
12359
+ * 视频片段的结束时间,单位:秒
12360
12360
  */
12361
12361
  EndTimeOffset?: number;
12362
12362
  }