tencentcloud-sdk-nodejs-mps 4.1.194 → 4.1.198

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.194",
3
+ "version": "4.1.198",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7622,20 +7622,19 @@ export interface AiAnalysisTaskFrameTagOutput {
7622
7622
  */
7623
7623
  export interface AiAnalysisTaskDubbingOutput {
7624
7624
  /**
7625
- * 译制视频路径。
7625
+ * <p>译制视频路径。</p>
7626
7626
  */
7627
7627
  VideoPath?: string;
7628
7628
  /**
7629
- * 标记文件路径
7630
-
7629
+ * <p>标记文件路径</p>
7631
7630
  */
7632
7631
  SpeakerPath?: string;
7633
7632
  /**
7634
- * 音色id
7633
+ * <p>音色id</p>
7635
7634
  */
7636
7635
  VoiceId?: string;
7637
7636
  /**
7638
- * 译制视频存储位置。
7637
+ * <p>译制视频存储位置。</p>
7639
7638
  */
7640
7639
  OutputStorage?: TaskOutputStorage;
7641
7640
  }