tencentcloud-sdk-nodejs-iotexplorer 4.1.28 → 4.1.43
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
|
@@ -2593,7 +2593,7 @@ export interface DescribeStudioProductResponse {
|
|
|
2593
2593
|
*/
|
|
2594
2594
|
export interface VisionRecognitionResult {
|
|
2595
2595
|
/**
|
|
2596
|
-
* 任务状态(1
|
|
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返回参数结构体
|