tencentcloud-sdk-nodejs-iotexplorer 4.1.248 → 4.1.250
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
|
@@ -1469,56 +1469,27 @@ export interface FenceEventItem {
|
|
|
1469
1469
|
*/
|
|
1470
1470
|
export interface SeeComprehensionConfig {
|
|
1471
1471
|
/**
|
|
1472
|
-
*
|
|
1472
|
+
* <p>拓展的目标及事件检测类别</p>
|
|
1473
1473
|
*/
|
|
1474
1474
|
DetectTypes?: Array<string>;
|
|
1475
1475
|
/**
|
|
1476
|
-
*
|
|
1476
|
+
* <p>使该视频 / 图片录入搜索库,后续可进行搜索</p>
|
|
1477
1477
|
*/
|
|
1478
1478
|
EnableSearch?: boolean;
|
|
1479
1479
|
/**
|
|
1480
|
-
*
|
|
1481
|
-
- `zh` 中文(默认值)
|
|
1482
|
-
- `en` 英语
|
|
1483
|
-
- `ja` 日语
|
|
1484
|
-
- `ko` 韩文
|
|
1485
|
-
- `pt-BR` 葡萄牙语(巴西)
|
|
1486
|
-
- `th` 泰语
|
|
1487
|
-
- `ms` 马来语
|
|
1480
|
+
* <p>主输出语言,可选值包括:</p><ul><li><code>zh</code> 中文(默认值)</li><li><code>en</code> 英语</li><li><code>ja</code> 日语</li><li><code>ko</code> 韩文</li><li><code>pt-BR</code> 葡萄牙语(巴西)</li><li><code>th</code> 泰语</li><li><code>ms</code> 马来语</li></ul>
|
|
1488
1481
|
*/
|
|
1489
1482
|
OutputLang?: string;
|
|
1490
1483
|
/**
|
|
1491
|
-
*
|
|
1492
|
-
- `zh` 中文
|
|
1493
|
-
- `en` 英语
|
|
1494
|
-
- `ja` 日语
|
|
1495
|
-
- `ko` 韩文
|
|
1496
|
-
- `pt-BR` 葡萄牙语(巴西)
|
|
1497
|
-
- `th` 泰语
|
|
1498
|
-
- `ms` 马来语
|
|
1499
|
-
|
|
1484
|
+
* <p>次选输出语言,可选值包括:</p><ul><li><code>zh</code> 中文</li><li><code>en</code> 英语</li><li><code>ja</code> 日语</li><li><code>ko</code> 韩文</li><li><code>pt-BR</code> 葡萄牙语(巴西)</li><li><code>th</code> 泰语</li><li><code>ms</code> 马来语</li></ul>
|
|
1500
1485
|
*/
|
|
1501
1486
|
AlternativeOutputLang?: string;
|
|
1502
1487
|
/**
|
|
1503
|
-
*
|
|
1504
|
-
|
|
1505
|
-
- 单摄(默认值):`Single`
|
|
1506
|
-
|
|
1507
|
-
- 双摄(纵向排列)- 全部画面:`Vertical,Num=2,Index=0;1`
|
|
1508
|
-
- 双摄(纵向排列)- 画面1:`Vertical,Num=2,Index=0`
|
|
1509
|
-
- 双摄(纵向排列)- 画面2:`Vertical,Num=2,Index=1`
|
|
1510
|
-
|
|
1511
|
-
- 三摄(纵向排列)- 全部画面:`Vertical,Num=3,Index=0;1;2`
|
|
1512
|
-
- 三摄(纵向排列)- 画面1:`Vertical,Num=3,Index=0`
|
|
1513
|
-
- 三摄(纵向排列)- 画面2:`Vertical,Num=3,Index=1`
|
|
1514
|
-
- 三摄(纵向排列)- 画面3:`Vertical,Num=3,Index=2`
|
|
1515
|
-
- 三摄(纵向排列)- 画面1+2:`Vertical,Num=3,Index=0;1`
|
|
1516
|
-
- 三摄(纵向排列)- 画面1+3:`Vertical,Num=3,Index=0;2`
|
|
1517
|
-
- 三摄(纵向排列)- 画面2+3:`Vertical,Num=3,Index=1;2`
|
|
1488
|
+
* <p>多摄像头布局定义。可选值包括:</p><ul><li><p>单摄(默认值):<code>Single</code></p></li><li><p>双摄(纵向排列)- 全部画面:<code>Vertical,Num=2,Index=0;1</code></p></li><li><p>双摄(纵向排列)- 画面1:<code>Vertical,Num=2,Index=0</code></p></li><li><p>双摄(纵向排列)- 画面2:<code>Vertical,Num=2,Index=1</code></p></li><li><p>三摄(纵向排列)- 全部画面:<code>Vertical,Num=3,Index=0;1;2</code></p></li><li><p>三摄(纵向排列)- 画面1:<code>Vertical,Num=3,Index=0</code></p></li><li><p>三摄(纵向排列)- 画面2:<code>Vertical,Num=3,Index=1</code></p></li><li><p>三摄(纵向排列)- 画面3:<code>Vertical,Num=3,Index=2</code></p></li><li><p>三摄(纵向排列)- 画面1+2:<code>Vertical,Num=3,Index=0;1</code></p></li><li><p>三摄(纵向排列)- 画面1+3:<code>Vertical,Num=3,Index=0;2</code></p></li><li><p>三摄(纵向排列)- 画面2+3:<code>Vertical,Num=3,Index=1;2</code></p></li></ul>
|
|
1518
1489
|
*/
|
|
1519
1490
|
MultiCameraLayout?: string;
|
|
1520
1491
|
/**
|
|
1521
|
-
*
|
|
1492
|
+
* <p>最大处理的输入视频时长,单位:秒(仅对视频输入生效)</p>
|
|
1522
1493
|
*/
|
|
1523
1494
|
MaxDuration?: number;
|
|
1524
1495
|
}
|