tencentcloud-sdk-nodejs-iotexplorer 4.1.202 → 4.1.225

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.202",
3
+ "version": "4.1.225",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2689,7 +2689,7 @@ export type DescribeFreeCloudStorageNumRequest = null;
2689
2689
  */
2690
2690
  export interface InvokeVideosKeywordsAnalyzerResponse {
2691
2691
  /**
2692
- * 基于搜索结果的总结
2692
+ * 根据视频内容生成的关键词
2693
2693
  */
2694
2694
  Keywords?: Array<string>;
2695
2695
  /**
@@ -4981,6 +4981,14 @@ export interface InvokeAISearchServiceRequest {
4981
4981
  * 指定向量搜索最相似的 Top K;仅当SearchMode为2时支持自定义设置,默认为100
4982
4982
  */
4983
4983
  VectorSearchTopK?: number;
4984
+ /**
4985
+ * 搜索结果的排序方式,可选值:
4986
+
4987
+ - `CORRELATION`:按相关性(默认)
4988
+ - `TIME_ASC`:按时间升序
4989
+ - `TIME_DESC`:按时间降序
4990
+ */
4991
+ Order?: string;
4984
4992
  }
4985
4993
  /**
4986
4994
  * 结构体(PackageInfo)记录了设备拥有的有效套餐信息,包括云存开启状态、云存类型、云存回看时长、云存套餐过期时间
@@ -8893,9 +8901,13 @@ export interface InvokeVideosKeywordsAnalyzerRequest {
8893
8901
  */
8894
8902
  EndTimeMs: number;
8895
8903
  /**
8896
- * 返回的关键字最大数量,默认为5;最大不能超过10
8904
+ * 返回的关键词的最大数量,默认为5;最大不能超过10
8897
8905
  */
8898
8906
  KeywordsMaxNum?: number;
8907
+ /**
8908
+ * 返回的关键词的语言类型,支持的类型有:en-US、zh-CN
8909
+ */
8910
+ KeywordsLang?: string;
8899
8911
  }
8900
8912
  /**
8901
8913
  * DescribeFirmwareTaskDevices请求参数结构体