tencentcloud-sdk-nodejs-ams 4.1.67 → 4.1.69

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-ams",
3
- "version": "4.1.67",
3
+ "version": "4.1.69",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -77,22 +77,18 @@ export interface DescribeTasksRequest {
77
77
  export interface AudioResultDetailSpeakerResult {
78
78
  /**
79
79
  * 该字段用于返回检测结果需要检测的内容类型。
80
- 注意:此字段可能返回 null,表示取不到有效值。
81
80
  */
82
81
  Label?: string;
83
82
  /**
84
83
  * 该字段用于返回呻吟检测的置信度,取值范围:0(置信度最低)-100(置信度最高),越高代表音频越有可能属于说话人声纹。
85
- 注意:此字段可能返回 null,表示取不到有效值。
86
84
  */
87
85
  Score?: number;
88
86
  /**
89
87
  * 该字段用于返回对应说话人的片段在音频文件内的开始时间,单位为秒。
90
- 注意:此字段可能返回 null,表示取不到有效值。
91
88
  */
92
89
  StartTime?: number;
93
90
  /**
94
91
  * 该字段用于返回对应说话人的片段在音频文件内的结束时间,单位为秒。
95
- 注意:此字段可能返回 null,表示取不到有效值。
96
92
  */
97
93
  EndTime?: number;
98
94
  }
@@ -326,7 +322,7 @@ export interface LabelResults {
326
322
  */
327
323
  Scene?: string;
328
324
  /**
329
- * 建议
325
+ * 建议值
330
326
  */
331
327
  Suggestion?: number;
332
328
  /**
@@ -901,7 +897,6 @@ export interface AudioResult {
901
897
  export interface AudioResultDetailMoanResult {
902
898
  /**
903
899
  * 该字段用于返回检测结果需要检测的内容类型,此处固定为**Moan**(呻吟)以调用呻吟检测功能。
904
- 注意:此字段可能返回 null,表示取不到有效值。
905
900
  */
906
901
  Label?: string;
907
902
  /**
@@ -923,7 +918,6 @@ export interface AudioResultDetailMoanResult {
923
918
  SubLabelCode?: string;
924
919
  /**
925
920
  * 该字段用于返回当前标签(Lable)下的二级标签。
926
- 注意:此字段可能返回 null,表示取不到有效值。
927
921
  */
928
922
  SubLabel?: string;
929
923
  /**