tencentcloud-sdk-nodejs 4.0.690 → 4.0.691
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/CHANGELOG.md +332 -0
- package/SERVICE_CHANGELOG.md +498 -109
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +8 -4
- package/src/services/dlc/v20210125/dlc_models.ts +2 -2
- package/src/services/dsgc/v20190723/dsgc_models.ts +40 -0
- package/src/services/ess/v20201111/ess_client.ts +28 -11
- package/src/services/ess/v20201111/ess_models.ts +126 -15
- package/src/services/essbasic/v20210526/essbasic_client.ts +37 -19
- package/src/services/essbasic/v20210526/essbasic_models.ts +106 -0
- package/src/services/faceid/v20180301/faceid_models.ts +9 -12
- package/src/services/iai/v20200303/iai_models.ts +2 -2
- package/src/services/mps/v20190612/mps_client.ts +50 -12
- package/src/services/mps/v20190612/mps_models.ts +1191 -379
- package/src/services/organization/v20210331/organization_client.ts +31 -7
- package/src/services/organization/v20210331/organization_models.ts +128 -90
- package/src/services/privatedns/v20201028/privatedns_client.ts +25 -1
- package/src/services/privatedns/v20201028/privatedns_models.ts +88 -8
- package/src/services/tdmq/v20200217/tdmq_client.ts +39 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +243 -88
- package/src/services/tts/v20190823/tts_models.ts +8 -0
- package/src/services/waf/v20180125/waf_models.ts +53 -24
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +6 -2
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +2 -2
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +40 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +16 -7
- package/tencentcloud/services/ess/v20201111/ess_client.js +18 -7
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +124 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +22 -12
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +25 -13
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +104 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +9 -12
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +2 -2
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +15 -4
- package/tencentcloud/services/mps/v20190612/mps_client.js +14 -3
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1162 -377
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +9 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +12 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +124 -90
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +9 -1
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +12 -0
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +84 -8
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +13 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +18 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +236 -88
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +8 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +53 -24
- package/test/ess.v20201111.test.js +12 -2
- package/test/essbasic.v20210526.test.js +14 -4
- package/test/organization.v20210331.test.js +20 -0
- package/test/privatedns.v20201028.test.js +20 -0
- package/test/tdmq.v20200217.test.js +30 -0
|
@@ -606,6 +606,32 @@ export interface ChannelCreateFlowSignUrlResponse {
|
|
|
606
606
|
RequestId?: string
|
|
607
607
|
}
|
|
608
608
|
|
|
609
|
+
/**
|
|
610
|
+
* ChannelCreateBatchSignUrl返回参数结构体
|
|
611
|
+
*/
|
|
612
|
+
export interface ChannelCreateBatchSignUrlResponse {
|
|
613
|
+
/**
|
|
614
|
+
* 批量签署链接,以短链形式返回,短链的有效期参考回参中的 ExpiredTime。
|
|
615
|
+
|
|
616
|
+
注: `非小程序和APP集成使用`
|
|
617
|
+
*/
|
|
618
|
+
SignUrl?: string
|
|
619
|
+
/**
|
|
620
|
+
* 链接过期时间以 Unix 时间戳格式表示,从生成链接时间起,往后7天有效期。过期后短链将失效,无法打开。
|
|
621
|
+
*/
|
|
622
|
+
ExpiredTime?: number
|
|
623
|
+
/**
|
|
624
|
+
* 从客户小程序或者客户APP跳转至腾讯电子签小程序进行批量签署的跳转路径
|
|
625
|
+
|
|
626
|
+
注: `小程序和APP集成使用`
|
|
627
|
+
*/
|
|
628
|
+
MiniAppPath?: string
|
|
629
|
+
/**
|
|
630
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
631
|
+
*/
|
|
632
|
+
RequestId?: string
|
|
633
|
+
}
|
|
634
|
+
|
|
609
635
|
/**
|
|
610
636
|
* ChannelCreatePrepareFlow返回参数结构体
|
|
611
637
|
*/
|
|
@@ -4173,6 +4199,86 @@ export interface PermissionGroup {
|
|
|
4173
4199
|
Permissions?: Array<Permission>
|
|
4174
4200
|
}
|
|
4175
4201
|
|
|
4202
|
+
/**
|
|
4203
|
+
* ChannelCreateBatchSignUrl请求参数结构体
|
|
4204
|
+
*/
|
|
4205
|
+
export interface ChannelCreateBatchSignUrlRequest {
|
|
4206
|
+
/**
|
|
4207
|
+
* 关于渠道应用的相关信息,包括子客企业及应用编、号等详细内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
|
|
4208
|
+
*/
|
|
4209
|
+
Agent: Agent
|
|
4210
|
+
/**
|
|
4211
|
+
* 签署方经办人的姓名。
|
|
4212
|
+
经办人的姓名将用于身份认证和电子签名,请确保填写的姓名为签署方的真实姓名,而非昵称等代名。
|
|
4213
|
+
|
|
4214
|
+
注:`请确保和合同中填入的一致`
|
|
4215
|
+
*/
|
|
4216
|
+
Name: string
|
|
4217
|
+
/**
|
|
4218
|
+
* 手机号码, 支持国内手机号11位数字(无需加+86前缀或其他字符)。
|
|
4219
|
+
请确认手机号所有方为此业务通知方。
|
|
4220
|
+
|
|
4221
|
+
注:`请确保和合同中填入的一致, 若无法保持一致,请确保在发起和生成批量签署链接时传入相同的参与方证件信息`
|
|
4222
|
+
*/
|
|
4223
|
+
Mobile: string
|
|
4224
|
+
/**
|
|
4225
|
+
* 执行本接口操作的员工信息。
|
|
4226
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
4227
|
+
*/
|
|
4228
|
+
Operator?: UserInfo
|
|
4229
|
+
/**
|
|
4230
|
+
* 证件类型,支持以下类型
|
|
4231
|
+
<ul><li>**ID_CARD** : 居民身份证 (默认值)</li>
|
|
4232
|
+
<li>**HONGKONG_AND_MACAO** : 港澳居民来往内地通行证</li>
|
|
4233
|
+
<li>**HONGKONG_MACAO_AND_TAIWAN** : 港澳台居民居住证(格式同居民身份证)</li></ul>
|
|
4234
|
+
|
|
4235
|
+
注:`请确保和合同中填入的一致`
|
|
4236
|
+
*/
|
|
4237
|
+
IdCardType?: string
|
|
4238
|
+
/**
|
|
4239
|
+
* 证件号码,应符合以下规则
|
|
4240
|
+
<ul><li>居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>
|
|
4241
|
+
<li>港澳居民来往内地通行证号码应为9位字符串,第1位为“C”,第2位为英文字母(但“I”、“O”除外),后7位为阿拉伯数字。</li>
|
|
4242
|
+
<li>港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>
|
|
4243
|
+
|
|
4244
|
+
注:`请确保和合同中填入的一致`
|
|
4245
|
+
*/
|
|
4246
|
+
IdCardNumber?: string
|
|
4247
|
+
/**
|
|
4248
|
+
* 通知用户方式:
|
|
4249
|
+
<ul>
|
|
4250
|
+
<li>**NONE** : 不通知(默认)</li>
|
|
4251
|
+
<li>**SMS** : 短信通知(发送短信通知到Mobile参数所传的手机号)</li>
|
|
4252
|
+
</ul>
|
|
4253
|
+
*/
|
|
4254
|
+
NotifyType?: string
|
|
4255
|
+
/**
|
|
4256
|
+
* 本次需要批量签署的合同流程ID列表。
|
|
4257
|
+
可以不传, 如不传则是发给对方的所有待签署合同流程。
|
|
4258
|
+
|
|
4259
|
+
*/
|
|
4260
|
+
FlowIds?: Array<string>
|
|
4261
|
+
/**
|
|
4262
|
+
* 目标签署人的企业名称,签署人如果是企业员工身份,需要传此参数。
|
|
4263
|
+
|
|
4264
|
+
注:
|
|
4265
|
+
<ul>
|
|
4266
|
+
<li>请确认该名称与企业营业执照中注册的名称一致。</li>
|
|
4267
|
+
<li>如果名称中包含英文括号(),请使用中文括号()代替。</li>
|
|
4268
|
+
<li>请确保此企业已完成腾讯电子签企业认证。</li>
|
|
4269
|
+
</ul>
|
|
4270
|
+
*/
|
|
4271
|
+
OrganizationName?: string
|
|
4272
|
+
/**
|
|
4273
|
+
* 是否直接跳转至合同内容页面进行签署
|
|
4274
|
+
<ul>
|
|
4275
|
+
<li>**false**: 会跳转至批量合同流程的列表, 点击需要批量签署合同后进入合同内容页面进行签署(默认)</li>
|
|
4276
|
+
<li>**true**: 跳过合同流程列表, 直接进入合同内容页面进行签署</li>
|
|
4277
|
+
</ul>
|
|
4278
|
+
*/
|
|
4279
|
+
JumpToDetail?: boolean
|
|
4280
|
+
}
|
|
4281
|
+
|
|
4176
4282
|
/**
|
|
4177
4283
|
* ChannelCreateOrganizationModifyQrCode返回参数结构体
|
|
4178
4284
|
*/
|
|
@@ -1234,19 +1234,18 @@ export interface PhoneVerificationCMCCResponse {
|
|
|
1234
1234
|
-7: 身份证号码有误
|
|
1235
1235
|
-8: 姓名校验不通过
|
|
1236
1236
|
-9: 没有记录
|
|
1237
|
-
-10: 认证未通过
|
|
1238
1237
|
-11: 验证中心服务繁忙
|
|
1239
1238
|
*/
|
|
1240
|
-
Result
|
|
1239
|
+
Result?: string
|
|
1241
1240
|
/**
|
|
1242
1241
|
* 运营商名称。
|
|
1243
1242
|
取值范围为["移动","联通","电信",""]
|
|
1244
1243
|
*/
|
|
1245
|
-
Isp
|
|
1244
|
+
Isp?: string
|
|
1246
1245
|
/**
|
|
1247
1246
|
* 业务结果描述。
|
|
1248
1247
|
*/
|
|
1249
|
-
Description
|
|
1248
|
+
Description?: string
|
|
1250
1249
|
/**
|
|
1251
1250
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1252
1251
|
*/
|
|
@@ -1285,19 +1284,18 @@ export interface PhoneVerificationCTCCResponse {
|
|
|
1285
1284
|
-7: 身份证号码有误
|
|
1286
1285
|
-8: 姓名校验不通过
|
|
1287
1286
|
-9: 没有记录
|
|
1288
|
-
-10: 认证未通过
|
|
1289
1287
|
-11: 验证中心服务繁忙
|
|
1290
1288
|
*/
|
|
1291
|
-
Result
|
|
1289
|
+
Result?: string
|
|
1292
1290
|
/**
|
|
1293
1291
|
* 运营商名称。
|
|
1294
1292
|
取值范围为["移动","联通","电信",""]
|
|
1295
1293
|
*/
|
|
1296
|
-
Isp
|
|
1294
|
+
Isp?: string
|
|
1297
1295
|
/**
|
|
1298
1296
|
* 业务结果描述。
|
|
1299
1297
|
*/
|
|
1300
|
-
Description
|
|
1298
|
+
Description?: string
|
|
1301
1299
|
/**
|
|
1302
1300
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1303
1301
|
*/
|
|
@@ -2005,19 +2003,18 @@ export interface PhoneVerificationCUCCResponse {
|
|
|
2005
2003
|
-7: 身份证号码有误
|
|
2006
2004
|
-8: 姓名校验不通过
|
|
2007
2005
|
-9: 没有记录
|
|
2008
|
-
-10: 认证未通过
|
|
2009
2006
|
-11: 验证中心服务繁忙
|
|
2010
2007
|
*/
|
|
2011
|
-
Result
|
|
2008
|
+
Result?: string
|
|
2012
2009
|
/**
|
|
2013
2010
|
* 运营商名称。
|
|
2014
2011
|
取值范围为["移动","联通","电信",""]
|
|
2015
2012
|
*/
|
|
2016
|
-
Isp
|
|
2013
|
+
Isp?: string
|
|
2017
2014
|
/**
|
|
2018
2015
|
* 业务结果描述。
|
|
2019
2016
|
*/
|
|
2020
|
-
Description
|
|
2017
|
+
Description?: string
|
|
2021
2018
|
/**
|
|
2022
2019
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2023
2020
|
*/
|
|
@@ -2341,14 +2341,14 @@ export interface CompareFaceRequest {
|
|
|
2341
2341
|
/**
|
|
2342
2342
|
* A 图片 base64 数据,base64 编码后大小不可超过5M。
|
|
2343
2343
|
jpg格式长边像素不可超过4000,其他格式图片长边像素不可超2000。
|
|
2344
|
-
|
|
2344
|
+
若图片中包含多张人脸,只选取其中置信度最高的人脸。
|
|
2345
2345
|
支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。
|
|
2346
2346
|
*/
|
|
2347
2347
|
ImageA?: string
|
|
2348
2348
|
/**
|
|
2349
2349
|
* B 图片 base64 数据,base64 编码后大小不可超过5M。
|
|
2350
2350
|
jpg格式长边像素不可超过4000,其他格式图片长边像素不可超2000。
|
|
2351
|
-
|
|
2351
|
+
若图片中包含多张人脸,只选取其中置信度最高的人脸。
|
|
2352
2352
|
支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。
|
|
2353
2353
|
*/
|
|
2354
2354
|
ImageB?: string
|
|
@@ -65,6 +65,7 @@ import {
|
|
|
65
65
|
RawWatermarkParameter,
|
|
66
66
|
AiReviewTaskPoliticalOcrResult,
|
|
67
67
|
AiSampleWord,
|
|
68
|
+
PoliticalOcrReviewTemplateInfo,
|
|
68
69
|
CreateImageSpriteTemplateRequest,
|
|
69
70
|
MediaSnapshotByTimePicInfoItem,
|
|
70
71
|
UserDefineFaceReviewTemplateInfo,
|
|
@@ -119,7 +120,7 @@ import {
|
|
|
119
120
|
CosInputInfo,
|
|
120
121
|
CreateScheduleResponse,
|
|
121
122
|
TagConfigureInfo,
|
|
122
|
-
|
|
123
|
+
AiRecognitionTaskOcrWordsResultOutput,
|
|
123
124
|
FlowStatisticsArray,
|
|
124
125
|
AudioSeparateConfig,
|
|
125
126
|
DeleteAIRecognitionTemplateRequest,
|
|
@@ -135,8 +136,9 @@ import {
|
|
|
135
136
|
FlowRealtimeStatusItem,
|
|
136
137
|
AiRecognitionTaskOcrFullTextResultOutput,
|
|
137
138
|
EditMediaTaskInput,
|
|
139
|
+
ComposeTransitionOperation,
|
|
138
140
|
UserDefineAsrTextReviewTemplateInfo,
|
|
139
|
-
|
|
141
|
+
ComposeTrackTime,
|
|
140
142
|
AiSampleFaceInfo,
|
|
141
143
|
CreateInputRTSPPullSettings,
|
|
142
144
|
CreateStreamLinkFlowRequest,
|
|
@@ -147,6 +149,7 @@ import {
|
|
|
147
149
|
WatermarkTemplate,
|
|
148
150
|
TextWatermarkTemplateInput,
|
|
149
151
|
ModifyAIAnalysisTemplateResponse,
|
|
152
|
+
DescribeWordSamplesResponse,
|
|
150
153
|
DescribeAIRecognitionTemplatesResponse,
|
|
151
154
|
ScratchRepairConfig,
|
|
152
155
|
LiveStreamAiReviewResultInfo,
|
|
@@ -159,7 +162,7 @@ import {
|
|
|
159
162
|
ScheduleRecognitionTaskResult,
|
|
160
163
|
ModifyStreamLinkEventResponse,
|
|
161
164
|
WithdrawsWatermarkRequest,
|
|
162
|
-
|
|
165
|
+
ComposeTargetInfo,
|
|
163
166
|
DescribeInputRTMPPullSettings,
|
|
164
167
|
MediaProcessTaskInput,
|
|
165
168
|
DisableScheduleRequest,
|
|
@@ -172,6 +175,7 @@ import {
|
|
|
172
175
|
CreateScheduleRequest,
|
|
173
176
|
CreateAnimatedGraphicsTemplateRequest,
|
|
174
177
|
ParseNotificationRequest,
|
|
178
|
+
LiveRecordTaskInput,
|
|
175
179
|
CreateWordSamplesRequest,
|
|
176
180
|
DescribeStreamLinkEventsResponse,
|
|
177
181
|
PoliticalAsrReviewTemplateInfoForUpdate,
|
|
@@ -181,15 +185,18 @@ import {
|
|
|
181
185
|
AiReviewTaskTerrorismOcrResult,
|
|
182
186
|
AiRecognitionTaskOcrWordsResult,
|
|
183
187
|
PornAsrReviewTemplateInfo,
|
|
188
|
+
ComposeVideoStream,
|
|
184
189
|
ProhibitedAsrReviewTemplateInfoForUpdate,
|
|
185
190
|
DisableScheduleResponse,
|
|
186
191
|
ModifyAnimatedGraphicsTemplateResponse,
|
|
192
|
+
AiAnalysisTaskFrameTagResult,
|
|
187
193
|
DeleteAdaptiveDynamicStreamingTemplateRequest,
|
|
188
194
|
AiRecognitionTaskOcrFullTextSegmentItem,
|
|
189
195
|
EditMediaOutputConfig,
|
|
190
196
|
AiQualityControlTaskInput,
|
|
191
197
|
PornConfigureInfoForUpdate,
|
|
192
198
|
AiReviewPornAsrTaskOutput,
|
|
199
|
+
ComposeTransitionItem,
|
|
193
200
|
DeleteAIAnalysisTemplateRequest,
|
|
194
201
|
EditMediaRequest,
|
|
195
202
|
CreateStreamLinkOutputInfoResponse,
|
|
@@ -202,11 +209,14 @@ import {
|
|
|
202
209
|
StopStreamLinkFlowRequest,
|
|
203
210
|
DescribeAdaptiveDynamicStreamingTemplatesRequest,
|
|
204
211
|
ImageWatermarkInput,
|
|
212
|
+
LiveRecordResult,
|
|
205
213
|
AsrFullTextConfigureInfoForUpdate,
|
|
214
|
+
LiveRecordFile,
|
|
215
|
+
ComposeSourceMedia,
|
|
206
216
|
CreatePersonSampleResponse,
|
|
207
217
|
CreateContentReviewTemplateResponse,
|
|
208
218
|
ProhibitedConfigureInfoForUpdate,
|
|
209
|
-
|
|
219
|
+
ComposeEmptyItem,
|
|
210
220
|
TagConfigureInfoForUpdate,
|
|
211
221
|
DeleteWordSamplesRequest,
|
|
212
222
|
SRTSourceAddressReq,
|
|
@@ -215,7 +225,7 @@ import {
|
|
|
215
225
|
RawTranscodeParameter,
|
|
216
226
|
LiveStreamTaskNotifyConfig,
|
|
217
227
|
VideoTemplateInfo,
|
|
218
|
-
|
|
228
|
+
ComposeSubtitleStyle,
|
|
219
229
|
PornOcrReviewTemplateInfoForUpdate,
|
|
220
230
|
AiReviewTaskPornOcrResult,
|
|
221
231
|
ModifyContentReviewTemplateResponse,
|
|
@@ -227,8 +237,9 @@ import {
|
|
|
227
237
|
UserDefineConfigureInfo,
|
|
228
238
|
ColorEnhanceConfig,
|
|
229
239
|
DescribeOutputRTPSettings,
|
|
230
|
-
|
|
240
|
+
ComposeAudioItem,
|
|
231
241
|
AiReviewPornOcrTaskInput,
|
|
242
|
+
LiveScheduleTask,
|
|
232
243
|
AiAnalysisTaskFrameTagOutput,
|
|
233
244
|
ModifyAdaptiveDynamicStreamingTemplateRequest,
|
|
234
245
|
MediaAnimatedGraphicsItem,
|
|
@@ -246,6 +257,7 @@ import {
|
|
|
246
257
|
DescribeRTSPPullSourceAddress,
|
|
247
258
|
DescribeOutputRTSPPullSettings,
|
|
248
259
|
AiRecognitionTaskOcrFullTextResult,
|
|
260
|
+
ComposeVideoItem,
|
|
249
261
|
MediaProcessTaskSnapshotByTimeOffsetResult,
|
|
250
262
|
DescribeOutputHLSPullSettings,
|
|
251
263
|
AiRecognitionTaskTransTextResultInput,
|
|
@@ -253,6 +265,7 @@ import {
|
|
|
253
265
|
ImageQualityEnhanceConfig,
|
|
254
266
|
DescribeStreamLinkRegionsResponse,
|
|
255
267
|
ManageTaskRequest,
|
|
268
|
+
AiRecognitionTaskAsrFullTextResultInput,
|
|
256
269
|
DescribeStreamLinkFlowStatisticsResponse,
|
|
257
270
|
AiRecognitionTaskAsrWordsResultOutput,
|
|
258
271
|
LiveStreamOcrWordsRecognitionResult,
|
|
@@ -289,6 +302,7 @@ import {
|
|
|
289
302
|
ModifyImageSpriteTemplateResponse,
|
|
290
303
|
CreateWatermarkTemplateRequest,
|
|
291
304
|
ScheduleAnalysisTaskResult,
|
|
305
|
+
ComposeMediaItem,
|
|
292
306
|
CreateStreamLinkInputRequest,
|
|
293
307
|
ScheduleQualityControlTaskResult,
|
|
294
308
|
TerrorismConfigureInfoForUpdate,
|
|
@@ -304,7 +318,7 @@ import {
|
|
|
304
318
|
MosaicInput,
|
|
305
319
|
DescribeStreamLinkActivateStateRequest,
|
|
306
320
|
AIAnalysisTemplateItem,
|
|
307
|
-
|
|
321
|
+
ComposeMediaConfig,
|
|
308
322
|
LiveStreamAiReviewImagePoliticalResult,
|
|
309
323
|
RawImageWatermarkInput,
|
|
310
324
|
DescribeImageSpriteTemplatesRequest,
|
|
@@ -369,6 +383,7 @@ import {
|
|
|
369
383
|
AiReviewProhibitedAsrTaskInput,
|
|
370
384
|
DescribeMediaMetaDataResponse,
|
|
371
385
|
TerrorismOcrReviewTemplateInfo,
|
|
386
|
+
SharpEnhanceConfig,
|
|
372
387
|
AiReviewTaskPornResult,
|
|
373
388
|
DescribeStreamLinkFlowRealtimeStatusRequest,
|
|
374
389
|
AiReviewProhibitedAsrTaskOutput,
|
|
@@ -385,6 +400,7 @@ import {
|
|
|
385
400
|
TranscodeTaskInput,
|
|
386
401
|
ModifyAIRecognitionTemplateRequest,
|
|
387
402
|
ParseNotificationResponse,
|
|
403
|
+
ComposeImageOperation,
|
|
388
404
|
ActivityResult,
|
|
389
405
|
DescribeInputHLSPullSettings,
|
|
390
406
|
ResetWorkflowResponse,
|
|
@@ -404,7 +420,7 @@ import {
|
|
|
404
420
|
CreateAIRecognitionTemplateRequest,
|
|
405
421
|
DescribeTaskDetailRequest,
|
|
406
422
|
DescribeStreamLinkFlowResponse,
|
|
407
|
-
|
|
423
|
+
ComposeCanvas,
|
|
408
424
|
AiReviewPornTaskOutput,
|
|
409
425
|
CreateWorkflowResponse,
|
|
410
426
|
AiRecognitionTaskAsrFullTextResult,
|
|
@@ -423,6 +439,7 @@ import {
|
|
|
423
439
|
AiSampleWordInfo,
|
|
424
440
|
DeleteStreamLinkEventRequest,
|
|
425
441
|
CreateStreamLinkOutputInfoRequest,
|
|
442
|
+
ComposeMediaTrack,
|
|
426
443
|
ProhibitedOcrReviewTemplateInfo,
|
|
427
444
|
LiveStreamOcrFullTextRecognitionResult,
|
|
428
445
|
ModifyStreamLinkInputRequest,
|
|
@@ -430,6 +447,7 @@ import {
|
|
|
430
447
|
DescribeStreamLinkEventAttachedFlowsResponse,
|
|
431
448
|
ModifyTranscodeTemplateResponse,
|
|
432
449
|
MediaMetaData,
|
|
450
|
+
ComposeStyles,
|
|
433
451
|
ExpressionConfigInfo,
|
|
434
452
|
VideoTemplateInfoForUpdate,
|
|
435
453
|
CreateContentReviewTemplateRequest,
|
|
@@ -445,13 +463,15 @@ import {
|
|
|
445
463
|
AiRecognitionTaskAsrWordsResultItem,
|
|
446
464
|
DescribeStreamLinkRegionsRequest,
|
|
447
465
|
ModifyStreamLinkInputResponse,
|
|
466
|
+
HeadTailParameter,
|
|
448
467
|
DescribeTaskDetailResponse,
|
|
449
468
|
LiveStreamAiRecognitionResultItem,
|
|
450
469
|
DeleteImageSpriteTemplateRequest,
|
|
470
|
+
LiveScheduleLiveRecordTaskResult,
|
|
451
471
|
AiSampleFailFaceInfo,
|
|
452
472
|
UserDefineFaceReviewTemplateInfoForUpdate,
|
|
453
473
|
DescribeInputRTMPSettings,
|
|
454
|
-
|
|
474
|
+
LiveStreamTransTextRecognitionResult,
|
|
455
475
|
OcrFullTextConfigureInfoForUpdate,
|
|
456
476
|
FlowSRTInfo,
|
|
457
477
|
AiRecognitionTaskOcrFullTextResultInput,
|
|
@@ -488,6 +508,7 @@ import {
|
|
|
488
508
|
ModifyImageSpriteTemplateRequest,
|
|
489
509
|
AiReviewProhibitedOcrTaskInput,
|
|
490
510
|
DeleteWatermarkTemplateRequest,
|
|
511
|
+
ComposeSubtitleItem,
|
|
491
512
|
DescribeWordSamplesRequest,
|
|
492
513
|
AddOnSubtitle,
|
|
493
514
|
AwsSQS,
|
|
@@ -495,8 +516,10 @@ import {
|
|
|
495
516
|
QualityControlData,
|
|
496
517
|
DrmInfo,
|
|
497
518
|
DescribeSampleSnapshotTemplatesResponse,
|
|
519
|
+
ComposeImageItem,
|
|
498
520
|
MediaContentReviewSegmentItem,
|
|
499
521
|
DescribeStreamLinkFlowRealtimeStatusResponse,
|
|
522
|
+
LiveActivityResult,
|
|
500
523
|
TerrorismImgReviewTemplateInfo,
|
|
501
524
|
TranslateConfigureInfo,
|
|
502
525
|
FlowMediaAudio,
|
|
@@ -514,6 +537,7 @@ import {
|
|
|
514
537
|
ModifyPersonSampleResponse,
|
|
515
538
|
DeleteTranscodeTemplateResponse,
|
|
516
539
|
MediaTranscodeItem,
|
|
540
|
+
MediaSampleSnapshotItem,
|
|
517
541
|
DescribePersonSamplesResponse,
|
|
518
542
|
ModifyScheduleResponse,
|
|
519
543
|
PornConfigureInfo,
|
|
@@ -529,6 +553,7 @@ import {
|
|
|
529
553
|
AiReviewTaskPornAsrResult,
|
|
530
554
|
EditMediaFileInfo,
|
|
531
555
|
UrlInputInfo,
|
|
556
|
+
ComposeAudioStream,
|
|
532
557
|
FaceConfigureInfo,
|
|
533
558
|
AiRecognitionTaskFaceResultOutput,
|
|
534
559
|
PornImgReviewTemplateInfoForUpdate,
|
|
@@ -543,6 +568,7 @@ import {
|
|
|
543
568
|
DescribeAnimatedGraphicsTemplatesResponse,
|
|
544
569
|
DescribeSampleSnapshotTemplatesRequest,
|
|
545
570
|
ActivityResItem,
|
|
571
|
+
LiveActivityResItem,
|
|
546
572
|
SampleSnapshotTaskInput,
|
|
547
573
|
TerrorismConfigureInfo,
|
|
548
574
|
PoliticalAsrReviewTemplateInfo,
|
|
@@ -558,6 +584,7 @@ import {
|
|
|
558
584
|
AiAnalysisTaskCoverInput,
|
|
559
585
|
RegionInfo,
|
|
560
586
|
CreateStreamLinkInputResponse,
|
|
587
|
+
ComposeAudioOperation,
|
|
561
588
|
LiveStreamAiAnalysisResultItem,
|
|
562
589
|
AiRecognitionTaskTransTextResult,
|
|
563
590
|
BatchStopStreamLinkFlowResponse,
|
|
@@ -606,11 +633,19 @@ export class Client extends AbstractClient {
|
|
|
606
633
|
}
|
|
607
634
|
|
|
608
635
|
/**
|
|
609
|
-
*
|
|
636
|
+
* 对视频进行编辑,生成一个新的视频。编辑的功能包括:
|
|
637
|
+
|
|
610
638
|
|
|
639
|
+
一、**剪辑任务**:简单的视频剪辑,如剪辑、拼接等
|
|
611
640
|
1. 对一个文件进行剪辑,生成一个新的视频;
|
|
612
641
|
2. 对多个文件进行拼接,生成一个新的视频;
|
|
613
642
|
3. 对多个文件进行剪辑,然后再拼接,生成一个新的视频。
|
|
643
|
+
|
|
644
|
+
二、**合成任务**:通过接口描述信息,合成一个新的视频。
|
|
645
|
+
1. 多轨道(视频、音频、字幕)、多类型元素(视频、图片、音频、文字、空)
|
|
646
|
+
2. 图像级别:贴图、缩放、任意角度旋转、镜像等
|
|
647
|
+
3. 音频级别:音量控制、淡入淡出、混音等
|
|
648
|
+
4. 视频级别:转场、倍数播放、拼接、剪切、字幕、画中画、音画分离、出入场动效等
|
|
614
649
|
*/
|
|
615
650
|
async EditMedia(
|
|
616
651
|
req: EditMediaRequest,
|
|
@@ -1493,9 +1528,12 @@ export class Client extends AbstractClient {
|
|
|
1493
1528
|
* 对直播流媒体发起处理任务,功能包括:
|
|
1494
1529
|
|
|
1495
1530
|
* 智能内容审核(画面鉴黄、敏感信息检测、声音鉴黄);
|
|
1496
|
-
*
|
|
1531
|
+
* 智能内容识别(人脸、文本全文、文本关键词、语音全文、语音关键词、语音实时翻译、物体识别、游戏打点)。
|
|
1532
|
+
* 智能内容分析(新闻实时拆条)。
|
|
1533
|
+
* 质检(直播流格式诊断、音画内容检测(抖动、模糊、低光照、过曝光、黑边、白边、黑屏、白屏、花屏、噪点、马赛克、二维码等)、无参考打分)。
|
|
1534
|
+
* 录制
|
|
1497
1535
|
|
|
1498
|
-
|
|
1536
|
+
直播流处理事件通知支持HTTP回调,也支持实时写入用户指定的消息队列 CMQ 中,用户从消息队列 CMQ 中获取事件通知结果,同时处理过程中存在输出文件的,会写入用户指定的输出文件的目标存储中。
|
|
1499
1537
|
*/
|
|
1500
1538
|
async ProcessLiveStream(
|
|
1501
1539
|
req: ProcessLiveStreamRequest,
|