tencentcloud-sdk-nodejs-trtc 4.1.235 → 4.1.240

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.235",
3
+ "version": "4.1.240",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4748,7 +4748,7 @@ export interface AsyncTextToSpeechResponse {
4748
4748
  */
4749
4749
  export interface ModerationParams {
4750
4750
  /**
4751
- * 审核任务类型, 1:音频切片审核,2:视频截帧审核,3:音视切片审核+视频截帧审核4:音频流式审核 5:音频流式+视频截帧审核  默认值1 (流式审核需要供应商支持才生效)
4751
+ * 审核任务类型, 1:音频切片审核,2:视频截帧审核,3:音视切片审核+视频截帧审核 默认值1
4752
4752
  */
4753
4753
  ModerationType?: number;
4754
4754
  /**
@@ -4756,15 +4756,16 @@ export interface ModerationParams {
4756
4756
  */
4757
4757
  MaxIdleTime?: number;
4758
4758
  /**
4759
- * 音频切片时长,默认15s 示例值:15
4759
+ * 音频切片时长,默认15s 示例值:15, 范围15-60s
4760
4760
  */
4761
4761
  SliceAudio?: number;
4762
4762
  /**
4763
- * 视频截帧间隔时长,默认5s
4763
+ * 视频截帧间隔时长,默认5s, 范围1-60s
4764
4764
  */
4765
4765
  SliceVideo?: number;
4766
4766
  /**
4767
4767
  * 供应商枚举,
4768
+ trtc : trtc内容理解(支持 1:音频切片审核,2:视频截帧审核,3:音视切片审核+视频截帧审核)
4768
4769
  tianyu : 天御内容安全 (支持 1:音频切片审核,2:视频截帧审核,3:音视切片审核+视频截帧审核)
4769
4770
  ace : ACE内容安全 (支持 1:音频切片审核,2:视频截帧审核,3:音视切片审核+视频截帧审核)
4770
4771
  shumei : 数美审核(支持 1:音频切片审核,2:视频截帧审核,3:音视切片审核+视频截帧审核)
@@ -4772,11 +4773,11 @@ export interface ModerationParams {
4772
4773
  */
4773
4774
  ModerationSupplier?: string;
4774
4775
  /**
4775
- * 第三方审核商送审需要配置信息
4776
+ * 第三方审核商送审需要配置信息, ModerationSupplier为trtc时,这个参数可以不需要初始化
4776
4777
  */
4777
4778
  ModerationSupplierParam?: ModerationSupplierParam;
4778
4779
  /**
4779
- * 是否保存文件 0不保存文件 1保存所有文件 2仅保存命中文件
4780
+ * 是否保存文件: 0不保存文件 1保存所有文件 2仅保存命中文件
4780
4781
  */
4781
4782
  SaveModerationFile?: number;
4782
4783
  /**