tencentcloud-sdk-nodejs-trtc 4.1.216 → 4.1.221

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-trtc",
3
- "version": "4.1.216",
3
+ "version": "4.1.221",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3194,6 +3194,21 @@ export interface AsrParam {
3194
3194
  * vad的远场人声抑制能力(不会对asr识别效果造成影响),范围为[0, 3],默认为0。推荐设置为2,有较好的远场人声抑制能力。
3195
3195
  */
3196
3196
  VadLevel?: number;
3197
+ /**
3198
+ * 是否过滤脏词(目前仅支持填写基础语言引擎和标准语言引擎),范围为[0, 2],默认值为 0。
3199
+ 0:不过滤脏词;1:过滤脏词;2:将脏词替换为 " * "。
3200
+ */
3201
+ FilterDirty?: number;
3202
+ /**
3203
+ * 是否过滤语气词(目前仅支持填写基础语言引擎和标准语言引擎),范围为[0, 2],默认值为 0。
3204
+ 0:不过滤语气词;1:部分过滤;2:严格过滤。
3205
+ */
3206
+ FilterModal?: number;
3207
+ /**
3208
+ * 是否过滤句末的句号(目前仅支持填写基础语言引擎和标准语言引擎),范围为[0, 1],默认值为 0。
3209
+ 0:不过滤句末的句号;1:过滤句末的句号。
3210
+ */
3211
+ FilterPunc?: number;
3197
3212
  }
3198
3213
  /**
3199
3214
  * 回推房间参数。