tencentcloud-sdk-nodejs-iotexplorer 4.1.28 → 4.1.44

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-iotexplorer",
3
- "version": "4.1.28",
3
+ "version": "4.1.44",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2593,7 +2593,7 @@ export interface DescribeStudioProductResponse {
2593
2593
  */
2594
2594
  export interface VisionRecognitionResult {
2595
2595
  /**
2596
- * 任务状态(1:失败;2:成功但结果为空;3:成功且结果非空)
2596
+ * 任务状态(1:分析失败;2:下载/读取视频/图片失败;3:成功)
2597
2597
  */
2598
2598
  Status?: number;
2599
2599
  /**
@@ -2611,9 +2611,13 @@ export interface VisionRecognitionResult {
2611
2611
  */
2612
2612
  DetectedClassifications?: Array<string>;
2613
2613
  /**
2614
- * 视频摘要文本
2614
+ * 摘要文本
2615
2615
  */
2616
2616
  Summary?: string;
2617
+ /**
2618
+ * 摘要文本(次选语言)
2619
+ */
2620
+ AlternativeSummary?: string;
2617
2621
  }
2618
2622
  /**
2619
2623
  * CreateIotVideoCloudStorage返回参数结构体