tencentcloud-sdk-nodejs-vm 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-vm",
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",
@@ -223,7 +223,6 @@ export interface TaskLabel {
223
223
  /**
224
224
  * 该字段用于返回检测结果所对应的恶意标签。
225
225
  返回值:Porn:色情,Abuse:谩骂,Ad:广告;以及其他令人反感、不安全或不适宜的内容类型。
226
- 注意:此字段可能返回 null,表示取不到有效值。
227
226
  */
228
227
  Label?: string;
229
228
  /**
@@ -231,17 +230,14 @@ export interface TaskLabel {
231
230
  Pass 通过,
232
231
  Review 建议人审,
233
232
  Block 确认违规
234
- 注意:此字段可能返回 null,表示取不到有效值。
235
233
  */
236
234
  Suggestion?: string;
237
235
  /**
238
236
  * 得分,分数是 0 ~ 100
239
- 注意:此字段可能返回 null,表示取不到有效值。
240
237
  */
241
238
  Score?: number;
242
239
  /**
243
240
  * 命中的二级标签
244
- 注意:此字段可能返回 null,表示取不到有效值。
245
241
  */
246
242
  SubLabel?: string;
247
243
  }