tencentcloud-sdk-nodejs-trtc 4.1.305 → 4.1.307

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.305",
3
+ "version": "4.1.307",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -63,7 +63,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
63
63
  * 接口说明:
64
64
  用户通过本接口进行热词表的下载,获得词表权重文件形式的 base64 值,文件形式为通过 “|” 分割的词和权重,即 word|weight 的形式。
65
65
  */
66
- DownloadRecognizeVocabV3(req?: DownloadRecognizeVocabV3Request, cb?: (error: string, rep: DownloadRecognizeVocabV3Response) => void): Promise<DownloadRecognizeVocabV3Response>;
66
+ DownloadRecognizeVocabV3(req: DownloadRecognizeVocabV3Request, cb?: (error: string, rep: DownloadRecognizeVocabV3Response) => void): Promise<DownloadRecognizeVocabV3Response>;
67
67
  /**
68
68
  * 查询指定时间内的用户列表及用户通话质量数据,最大可查询14天内数据。DataType 不为null,查询起止时间不超过1个小时,查询用户不超过6个,支持跨天查询。DataType为null时,查询起止时间不超过4个小时, 默认查询6个用户,同时支持每页查询100以内用户个数(PageSize不超过100)。接口用于查询质量问题,不推荐作为计费使用。(同老接口DescribeCallDetail)
69
69
  **注意**:
@@ -107,12 +107,12 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
107
107
  * 接口说明:
108
108
  用户通过本接口进行热词表的更新。
109
109
  */
110
- UpdateRecognizeVocabV3(req?: UpdateRecognizeVocabV3Request, cb?: (error: string, rep: UpdateRecognizeVocabV3Response) => void): Promise<UpdateRecognizeVocabV3Response>;
110
+ UpdateRecognizeVocabV3(req: UpdateRecognizeVocabV3Request, cb?: (error: string, rep: UpdateRecognizeVocabV3Response) => void): Promise<UpdateRecognizeVocabV3Response>;
111
111
  /**
112
112
  * 接口说明:
113
113
  用户通过该接口可以设置热词表的默认状态。初始状态为0,用户可设置状态为1,即为默认状态。默认状态表示用户在请求识别时,如不设置热词表ID,则默认使用状态为1的热词表。
114
114
  */
115
- SetVocabStateV3(req?: SetVocabStateV3Request, cb?: (error: string, rep: SetVocabStateV3Response) => void): Promise<SetVocabStateV3Response>;
115
+ SetVocabStateV3(req: SetVocabStateV3Request, cb?: (error: string, rep: SetVocabStateV3Response) => void): Promise<SetVocabStateV3Response>;
116
116
  /**
117
117
  * 查询TRTC监控仪表盘-实时监控规模指标(会返回下列指标)
118
118
  -userCount(在线用户数)
@@ -173,7 +173,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
173
173
  * 接口说明:
174
174
  用户通过本接口进行热词表的删除。
175
175
  */
176
- DeleteRecognizeVocabV3(req?: DeleteRecognizeVocabV3Request, cb?: (error: string, rep: DeleteRecognizeVocabV3Response) => void): Promise<DeleteRecognizeVocabV3Response>;
176
+ DeleteRecognizeVocabV3(req: DeleteRecognizeVocabV3Request, cb?: (error: string, rep: DeleteRecognizeVocabV3Response) => void): Promise<DeleteRecognizeVocabV3Response>;
177
177
  /**
178
178
  * 如果您需要在 [云端混流转码](https://cloud.tencent.com/document/product/647/16827) 时频繁删除自定义背景图或水印,可通过此接口删除已上传的图片。无需频繁删除图片的场景,建议直接在 [控制台 > 应用管理 > 素材管理](https://cloud.tencent.com/document/product/647/50769) 中操作。
179
179
  */
@@ -490,7 +490,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
490
490
  * 接口说明:
491
491
  用户通过本接口分页列举所有的热词表。
492
492
  */
493
- GetRecognizeVocabListV3(req?: GetRecognizeVocabListV3Request, cb?: (error: string, rep: GetRecognizeVocabListV3Response) => void): Promise<GetRecognizeVocabListV3Response>;
493
+ GetRecognizeVocabListV3(req: GetRecognizeVocabListV3Request, cb?: (error: string, rep: GetRecognizeVocabListV3Response) => void): Promise<GetRecognizeVocabListV3Response>;
494
494
  /**
495
495
  * 查询TRTC监控仪表盘-数据大盘质量指标(包括下列指标)
496
496
  joinSuccessRate:加入频道成功率。
@@ -538,5 +538,5 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
538
538
  * 接口说明:
539
539
  用户根据词表的ID可以获取对应的热词表信息
540
540
  */
541
- GetRecognizeVocabV3(req?: GetRecognizeVocabV3Request, cb?: (error: string, rep: GetRecognizeVocabV3Response) => void): Promise<GetRecognizeVocabV3Response>;
541
+ GetRecognizeVocabV3(req: GetRecognizeVocabV3Request, cb?: (error: string, rep: GetRecognizeVocabV3Response) => void): Promise<GetRecognizeVocabV3Response>;
542
542
  }
@@ -271,11 +271,28 @@ export interface AudioEncodeParams {
271
271
  /**
272
272
  * DeleteRecognizeVocabV3请求参数结构体
273
273
  */
274
- export type DeleteRecognizeVocabV3Request = null;
274
+ export interface DeleteRecognizeVocabV3Request {
275
+ /**
276
+ * <p>词表 id</p>
277
+ */
278
+ VocabId: string;
279
+ /**
280
+ * <p>客户维度唯一标识</p>
281
+ */
282
+ SdkAppId: number;
283
+ }
275
284
  /**
276
285
  * GetRecognizeVocabListV3返回参数结构体
277
286
  */
278
287
  export interface GetRecognizeVocabListV3Response {
288
+ /**
289
+ * <p>词表列表</p>
290
+ */
291
+ VocabList?: Array<Vocab>;
292
+ /**
293
+ * <p>词表个数</p><p>单位:个</p>
294
+ */
295
+ TotalCount?: number;
279
296
  /**
280
297
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
281
298
  */
@@ -294,7 +311,8 @@ export interface McuRecordParams {
294
311
  */
295
312
  UniRecord?: number;
296
313
  /**
297
- * 录制任务 key,标识一个录制任务;您可以通过该参数,将多个转推任务录制成一个文件。不指定该参数时,只录制当前转推任务。
314
+ * 录制任务标识 key,显式关联多个转推任务到一个录制任务;一般不需设置,默认录制本次转推内容。
315
+ 如果有特殊需求,比如将多段转推内容分时录制到同一个文件,可以通过设置此参数来控制。举例: 时间点10:00 发起转推任务:A + RecorderKey:abc,10:05分发起转推任务B+ RecorderKey:abc,那么录制文件会包含,转推A(10:00~10:05分的内容)+转推B的内容。
298
316
  【限制长度为128字节,只允许包含大小写英文字母(a-zA-Z)、数字(0-9)及下划线(_)和连词符(-)】
299
317
  */
300
318
  RecordKey?: string;
@@ -1694,6 +1712,10 @@ export interface StopAITranscriptionRequest {
1694
1712
  * SetVocabStateV3返回参数结构体
1695
1713
  */
1696
1714
  export interface SetVocabStateV3Response {
1715
+ /**
1716
+ * <p>词表 id</p>
1717
+ */
1718
+ VocabId?: string;
1697
1719
  /**
1698
1720
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1699
1721
  */
@@ -1767,10 +1789,26 @@ export interface AmbientSound {
1767
1789
  * CreateRecognizeVocabV3请求参数结构体
1768
1790
  */
1769
1791
  export interface CreateRecognizeVocabV3Request {
1792
+ /**
1793
+ * <p>词表名称(同 SdkAppId 下唯一)</p>
1794
+ */
1795
+ Name: string;
1770
1796
  /**
1771
1797
  * <p>客户维度唯一标识</p>
1772
1798
  */
1773
1799
  SdkAppId: number;
1800
+ /**
1801
+ * <p>描述</p>
1802
+ */
1803
+ Description?: string;
1804
+ /**
1805
+ * <p>热词+权重数组</p>
1806
+ */
1807
+ WordWeights?: Array<HotWord>;
1808
+ /**
1809
+ * <p>文本形式热词</p>
1810
+ */
1811
+ WordWeightStr?: string;
1774
1812
  }
1775
1813
  /**
1776
1814
  * DescribeRecordStatistic请求参数结构体
@@ -2645,6 +2683,34 @@ export interface DescribeUserInfoResponse {
2645
2683
  * GetRecognizeVocabV3返回参数结构体
2646
2684
  */
2647
2685
  export interface GetRecognizeVocabV3Response {
2686
+ /**
2687
+ * <p>词表名称</p>
2688
+ */
2689
+ Name?: string;
2690
+ /**
2691
+ * <p>描述</p>
2692
+ */
2693
+ Description?: string;
2694
+ /**
2695
+ * <p>词表 id</p>
2696
+ */
2697
+ VocabId?: string;
2698
+ /**
2699
+ * <p>热词+权重数组</p>
2700
+ */
2701
+ WordWeights?: Array<HotWord>;
2702
+ /**
2703
+ * <p>创建时间</p>
2704
+ */
2705
+ CreateTime?: string;
2706
+ /**
2707
+ * <p>更新时间</p>
2708
+ */
2709
+ UpdateTime?: string;
2710
+ /**
2711
+ * <p>是否设置默认词表</p><p>枚举值:</p><ul><li>0: 否</li><li>1: 是</li></ul>
2712
+ */
2713
+ State?: number;
2648
2714
  /**
2649
2715
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2650
2716
  */
@@ -2804,7 +2870,7 @@ export interface McuWaterMarkImage {
2804
2870
  */
2805
2871
  export interface StartPublishCdnStreamResponse {
2806
2872
  /**
2807
- * 用于唯一标识转推任务,由腾讯云服务端生成,后续更新和停止请求都需要携带TaskID参数。
2873
+ * <p>用于唯一标识转推任务,由腾讯云服务端生成,后续更新和停止请求都需要携带TaskID参数。</p>
2808
2874
  */
2809
2875
  TaskId?: string;
2810
2876
  /**
@@ -3294,6 +3360,19 @@ export interface VoicePrint {
3294
3360
  */
3295
3361
  IdList?: Array<string>;
3296
3362
  }
3363
+ /**
3364
+ * 热词的词和权重
3365
+ */
3366
+ export interface HotWord {
3367
+ /**
3368
+ * <p>热词</p>
3369
+ */
3370
+ Word: string;
3371
+ /**
3372
+ * <p>权重</p>
3373
+ */
3374
+ Weight: number;
3375
+ }
3297
3376
  /**
3298
3377
  * DescribeMixTranscodingUsage返回参数结构体
3299
3378
  */
@@ -3584,7 +3663,16 @@ export interface DescribeUnusualEventRequest {
3584
3663
  /**
3585
3664
  * GetRecognizeVocabV3请求参数结构体
3586
3665
  */
3587
- export type GetRecognizeVocabV3Request = null;
3666
+ export interface GetRecognizeVocabV3Request {
3667
+ /**
3668
+ * <p>词表 id</p>
3669
+ */
3670
+ VocabId: string;
3671
+ /**
3672
+ * <p>客户维度唯一标识</p>
3673
+ */
3674
+ SdkAppId: number;
3675
+ }
3588
3676
  /**
3589
3677
  * DescribeCloudRecording请求参数结构体
3590
3678
  */
@@ -4421,7 +4509,16 @@ export interface TTSParam {
4421
4509
  /**
4422
4510
  * DownloadRecognizeVocabV3请求参数结构体
4423
4511
  */
4424
- export type DownloadRecognizeVocabV3Request = null;
4512
+ export interface DownloadRecognizeVocabV3Request {
4513
+ /**
4514
+ * <p>词表 id</p>
4515
+ */
4516
+ VocabId: string;
4517
+ /**
4518
+ * <p>客户维度唯一标识</p>
4519
+ */
4520
+ SdkAppId: number;
4521
+ }
4425
4522
  /**
4426
4523
  * ModifyCloudModeration返回参数结构体
4427
4524
  */
@@ -4788,6 +4885,39 @@ export interface ModifyCloudRecordingResponse {
4788
4885
  */
4789
4886
  RequestId?: string;
4790
4887
  }
4888
+ /**
4889
+ * 词表内容
4890
+ */
4891
+ export interface Vocab {
4892
+ /**
4893
+ * <p>热词表名称</p>
4894
+ */
4895
+ Name?: string;
4896
+ /**
4897
+ * <p>热词表描述</p>
4898
+ */
4899
+ Description?: string;
4900
+ /**
4901
+ * <p>热词表ID</p>
4902
+ */
4903
+ VocabId?: string;
4904
+ /**
4905
+ * <p>词权重列表</p>
4906
+ */
4907
+ WordWeights?: Array<HotWord>;
4908
+ /**
4909
+ * <p>词表创建时间</p>
4910
+ */
4911
+ CreateTime?: string;
4912
+ /**
4913
+ * <p>词表更新时间</p>
4914
+ */
4915
+ UpdateTime?: string;
4916
+ /**
4917
+ * <p>热词表状态,1为默认状态即在识别时默认加载该热词表进行识别,0为初始状态</p>
4918
+ */
4919
+ State?: number;
4920
+ }
4791
4921
  /**
4792
4922
  * 单流旁路转推的用户上行信息。
4793
4923
  */
@@ -4846,7 +4976,20 @@ export interface AsyncTextToSpeechResponse {
4846
4976
  /**
4847
4977
  * GetRecognizeVocabListV3请求参数结构体
4848
4978
  */
4849
- export type GetRecognizeVocabListV3Request = null;
4979
+ export interface GetRecognizeVocabListV3Request {
4980
+ /**
4981
+ * <p>客户维度唯一标识</p>
4982
+ */
4983
+ SdkAppId: number;
4984
+ /**
4985
+ * <p>分页偏移</p>
4986
+ */
4987
+ Offset?: number;
4988
+ /**
4989
+ * <p>分页大小</p>
4990
+ */
4991
+ Limit?: number;
4992
+ }
4850
4993
  /**
4851
4994
  * 云端审核的控制参数。
4852
4995
  */
@@ -4933,7 +5076,20 @@ export interface StartMCUMixTranscodeByStrRoomIdRequest {
4933
5076
  /**
4934
5077
  * SetVocabStateV3请求参数结构体
4935
5078
  */
4936
- export type SetVocabStateV3Request = null;
5079
+ export interface SetVocabStateV3Request {
5080
+ /**
5081
+ * <p>词表 id</p>
5082
+ */
5083
+ VocabId: string;
5084
+ /**
5085
+ * <p>是否设置为默认词表</p>
5086
+ */
5087
+ State: number;
5088
+ /**
5089
+ * <p>客户维度唯一标识</p>
5090
+ */
5091
+ SdkAppId: number;
5092
+ }
4937
5093
  /**
4938
5094
  * TRTC用户参数。
4939
5095
  */
@@ -5008,43 +5164,43 @@ export interface DeleteCloudTranscriptionRequest {
5008
5164
  */
5009
5165
  export interface UpdatePublishCdnStreamRequest {
5010
5166
  /**
5011
- * TRTC的[SdkAppId](https://cloud.tencent.com/document/product/647/46351#sdkappid),和转推的房间所对应的SdkAppId相同。
5167
+ * <p>TRTC的<a href="https://cloud.tencent.com/document/product/647/46351#sdkappid">SdkAppId</a>,和转推的房间所对应的SdkAppId相同。</p>
5012
5168
  */
5013
5169
  SdkAppId: number;
5014
5170
  /**
5015
- * 唯一标识转推任务。
5171
+ * <p>唯一标识转推任务。</p>
5016
5172
  */
5017
5173
  TaskId: string;
5018
5174
  /**
5019
- * 客户保证同一个任务,每次更新请求中的SequenceNumber递增,防止请求乱序。
5175
+ * <p>客户保证同一个任务,每次更新请求中的SequenceNumber递增,防止请求乱序。</p>
5020
5176
  */
5021
5177
  SequenceNumber: number;
5022
5178
  /**
5023
- * 是否转码,0表示无需转码,1表示需要转码。 WithTranscoding为0,表示旁路转推,默认不转码;WithTranscoding为1,表示混流转推,此时一定会转码,并收取转码费用。 注: 1,混流是必须转码的,这个参数需设置为1。 2,WithTranscoding=0时,视频输出Codec默认跟随上行视频Codec,如果上行视频Codec发生变化,CDN会断流重推。
5179
+ * <p>是否转码,0表示无需转码,1表示需要转码。 WithTranscoding为0,表示旁路转推,默认不转码;WithTranscoding为1,表示混流转推,此时一定会转码,并收取转码费用。 注: 1,混流是必须转码的,这个参数需设置为1。 2,WithTranscoding=0时,视频输出Codec默认跟随上行视频Codec,如果上行视频Codec发生变化,CDN会断流重推。</p>
5024
5180
  */
5025
5181
  WithTranscoding: number;
5026
5182
  /**
5027
- * 更新相关参数,只支持更新参与混音的主播列表参数,不支持更新Codec、采样率、码率和声道数。不填表示不更新此参数。
5183
+ * <p>更新相关参数,只支持更新参与混音的主播列表参数,不支持更新Codec、采样率、码率和声道数。不填表示不更新此参数。</p>
5028
5184
  */
5029
5185
  AudioParams?: McuAudioParams;
5030
5186
  /**
5031
- * 更新视频相关参数,转码时支持更新除编码类型之外的编码参数,视频布局参数,背景图片和背景颜色参数,水印参数。不填表示不更新此参数。
5187
+ * <p>更新视频相关参数,转码时支持更新除编码类型之外的编码参数,视频布局参数,背景图片和背景颜色参数,水印参数。不填表示不更新此参数。</p>
5032
5188
  */
5033
5189
  VideoParams?: McuVideoParams;
5034
5190
  /**
5035
- * 更新单流转推的用户上行参数,仅在非转码时有效。不填表示不更新此参数。
5191
+ * <p>更新单流转推的用户上行参数,仅在非转码时有效。不填表示不更新此参数。</p>
5036
5192
  */
5037
5193
  SingleSubscribeParams?: SingleSubscribeParams;
5038
5194
  /**
5039
- * 更新转推的CDN参数。不填表示不更新此参数。
5195
+ * <p>更新转推的CDN参数。不填表示不更新此参数。</p>
5040
5196
  */
5041
5197
  PublishCdnParams?: Array<McuPublishCdnParam>;
5042
5198
  /**
5043
- * 混流SEI参数
5199
+ * <p>混流SEI参数</p>
5044
5200
  */
5045
5201
  SeiParams?: McuSeiParams;
5046
5202
  /**
5047
- * 回推房间信息
5203
+ * <p>回推房间信息</p>
5048
5204
  */
5049
5205
  FeedBackRoomParams?: Array<McuFeedBackRoomParams>;
5050
5206
  }
@@ -5296,55 +5452,51 @@ export interface UpdateVoicePrintRequest {
5296
5452
  */
5297
5453
  export interface StartPublishCdnStreamRequest {
5298
5454
  /**
5299
- * TRTC的[SdkAppId](https://cloud.tencent.com/document/product/647/46351#sdkappid),和转推的房间所对应的SdkAppId相同。
5455
+ * <p>TRTC的<a href="https://cloud.tencent.com/document/product/647/46351#sdkappid">SdkAppId</a>,和转推的房间所对应的SdkAppId相同。</p>
5300
5456
  */
5301
5457
  SdkAppId: number;
5302
5458
  /**
5303
- * 主房间信息RoomId,转推的TRTC房间所对应的RoomId
5459
+ * <p>主房间信息RoomId,转推的TRTC房间所对应的RoomId。</p>
5304
5460
  */
5305
5461
  RoomId: string;
5306
5462
  /**
5307
- * 主房间信息RoomType,必须和转推的房间所对应的RoomId类型相同,0为整型房间号,1为字符串房间号。
5463
+ * <p>主房间信息RoomType,必须和转推的房间所对应的RoomId类型相同,0为整型房间号,1为字符串房间号。</p>
5308
5464
  */
5309
5465
  RoomIdType: number;
5310
5466
  /**
5311
- * 转推服务加入TRTC房间的机器人参数。
5467
+ * <p>转推服务加入TRTC房间的机器人参数。</p>
5312
5468
  */
5313
5469
  AgentParams: AgentParams;
5314
5470
  /**
5315
- * 是否转码,0表示无需转码,1表示需要转码。
5316
- WithTranscoding为0,表示旁路转推,默认不转码;WithTranscoding为1,表示混流转推,此时一定会转码,并收取转码费用。
5317
- 注:
5318
- 1,混流是必须转码的,这个参数需设置为1。
5319
- 2,WithTranscoding=0时,视频输出Codec默认跟随上行视频Codec,如果上行视频Codec发生变化,CDN会断流重推。
5471
+ * <p>是否转码,0表示无需转码,1表示需要转码。<br>WithTranscoding为0,表示旁路转推,默认不转码;WithTranscoding为1,表示混流转推,此时一定会转码,并收取转码费用。<br>注:<br>1,混流是必须转码的,这个参数需设置为1。<br>2,WithTranscoding=0时,视频输出Codec默认跟随上行视频Codec,如果上行视频Codec发生变化,CDN会断流重推。</p>
5320
5472
  */
5321
5473
  WithTranscoding: number;
5322
5474
  /**
5323
- * 转推流的音频编码参数。由于音频是必转码的(不会收取转码费用),所以启动任务的时候,必须填写。
5475
+ * <p>转推流的音频编码参数。由于音频是必转码的(不会收取转码费用),所以启动任务的时候,必须填写。</p>
5324
5476
  */
5325
5477
  AudioParams?: McuAudioParams;
5326
5478
  /**
5327
- * 转推流的视频编码参数,不填表示纯音频转推。
5479
+ * <p>转推流的视频编码参数,不填表示纯音频转推。</p>
5328
5480
  */
5329
5481
  VideoParams?: McuVideoParams;
5330
5482
  /**
5331
- * 需要单流旁路转推的用户上行参数,单流旁路转推时,WithTranscoding需要设置为0
5483
+ * <p>需要单流旁路转推的用户上行参数,单流旁路转推时,WithTranscoding需要设置为0。</p>
5332
5484
  */
5333
5485
  SingleSubscribeParams?: SingleSubscribeParams;
5334
5486
  /**
5335
- * 转推的CDN参数,一个任务最多支持10个推流URL。和回推房间参数必须要有一个。
5487
+ * <p>转推的CDN参数,一个任务最多支持10个推流URL。和回推房间参数必须要有一个。</p>
5336
5488
  */
5337
5489
  PublishCdnParams?: Array<McuPublishCdnParam>;
5338
5490
  /**
5339
- * 混流SEI参数
5491
+ * <p>混流SEI参数</p>
5340
5492
  */
5341
5493
  SeiParams?: McuSeiParams;
5342
5494
  /**
5343
- * 回推房间信息,一个任务最多支持回推10个房间,和转推CDN参数必须要有一个。注:回推房间需使用10.4及以上SDK版本,如您有需求,请联系腾讯云技术支持。
5495
+ * <p>回推房间信息,一个任务最多支持回推10个房间,和转推CDN参数必须要有一个。注:回推房间需使用10.4及以上SDK版本,如您有需求,请联系腾讯云技术支持。</p>
5344
5496
  */
5345
5497
  FeedBackRoomParams?: Array<McuFeedBackRoomParams>;
5346
5498
  /**
5347
- * 转推录制参数,[参考文档](https://cloud.tencent.com/document/product/647/111748)。
5499
+ * <p>转推录制参数,<a href="https://cloud.tencent.com/document/product/647/111748">参考文档</a>。</p>
5348
5500
  */
5349
5501
  RecordParams?: McuRecordParams;
5350
5502
  }
@@ -5411,7 +5563,7 @@ export interface UpdateAIConversationRequest {
5411
5563
  */
5412
5564
  export interface UpdatePublishCdnStreamResponse {
5413
5565
  /**
5414
- * 转推任务唯一的String Id
5566
+ * <p>转推任务唯一的String Id</p>
5415
5567
  */
5416
5568
  TaskId?: string;
5417
5569
  /**
@@ -5572,6 +5724,10 @@ export interface WaterMarkTimestamp {
5572
5724
  * UpdateRecognizeVocabV3返回参数结构体
5573
5725
  */
5574
5726
  export interface UpdateRecognizeVocabV3Response {
5727
+ /**
5728
+ * <p>词表 id</p>
5729
+ */
5730
+ VocabId?: string;
5575
5731
  /**
5576
5732
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5577
5733
  */
@@ -5580,7 +5736,32 @@ export interface UpdateRecognizeVocabV3Response {
5580
5736
  /**
5581
5737
  * UpdateRecognizeVocabV3请求参数结构体
5582
5738
  */
5583
- export type UpdateRecognizeVocabV3Request = null;
5739
+ export interface UpdateRecognizeVocabV3Request {
5740
+ /**
5741
+ * <p>词表 id</p>
5742
+ */
5743
+ VocabId: string;
5744
+ /**
5745
+ * <p>客户维度唯一标识</p>
5746
+ */
5747
+ SdkAppId: number;
5748
+ /**
5749
+ * <p>词表名称</p>
5750
+ */
5751
+ Name?: string;
5752
+ /**
5753
+ * <p>词表描述</p>
5754
+ */
5755
+ Description?: string;
5756
+ /**
5757
+ * <p>热词数组</p>
5758
+ */
5759
+ WordWeights?: Array<HotWord>;
5760
+ /**
5761
+ * <p>base64 编码的词表文本</p>
5762
+ */
5763
+ WordWeightStr?: string;
5764
+ }
5584
5765
  /**
5585
5766
  * 指定动态布局中悬浮布局和屏幕分享布局的大画面信息,只在悬浮布局和屏幕分享布局有效。
5586
5767
  */
@@ -5743,6 +5924,14 @@ export interface EncodeParams {
5743
5924
  * DownloadRecognizeVocabV3返回参数结构体
5744
5925
  */
5745
5926
  export interface DownloadRecognizeVocabV3Response {
5927
+ /**
5928
+ * <p>词表 id</p>
5929
+ */
5930
+ VocabId?: string;
5931
+ /**
5932
+ * <p>文本形式热词</p>
5933
+ */
5934
+ WordWeightStr?: string;
5746
5935
  /**
5747
5936
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5748
5937
  */
@@ -5841,6 +6030,10 @@ export interface SeriesInfo {
5841
6030
  * CreateRecognizeVocabV3返回参数结构体
5842
6031
  */
5843
6032
  export interface CreateRecognizeVocabV3Response {
6033
+ /**
6034
+ * <p>词表 id</p>
6035
+ */
6036
+ VocabId?: string;
5844
6037
  /**
5845
6038
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5846
6039
  */