tencentcloud-sdk-nodejs 4.1.202 → 4.1.203
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/es/common/sdk_version.js +1 -1
- package/es/services/csip/v20221121/csip_client.js +154 -148
- package/es/services/cvm/v20170312/cvm_client.js +22 -4
- package/es/services/sqlserver/v20180328/sqlserver_client.js +30 -6
- package/es/services/tse/v20201207/tse_client.js +11 -2
- package/es/services/waf/v20180125/waf_client.js +6 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ags/v20250920/ags_models.d.ts +42 -17
- package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +8 -0
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +1 -1
- package/tencentcloud/services/apis/v20240801/apis_models.d.ts +41 -0
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +4 -0
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +17 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +87 -94
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +167 -159
- package/tencentcloud/services/csip/v20221121/csip_client.js +249 -237
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +249 -70
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +37 -5
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +50 -6
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +360 -22
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -39
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +2 -2
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -0
- package/tencentcloud/services/live/v20180801/live_client.js +1 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +9 -11
- package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +201 -43
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +38 -37
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +5 -5
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +39 -7
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +57 -9
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +956 -159
- package/tencentcloud/services/tds/v20220801/tds_models.d.ts +44 -23
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +26 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +21 -0
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +15 -3
- package/tencentcloud/services/tse/v20201207/tse_client.js +21 -3
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +199 -35
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +4 -4
- package/tencentcloud/services/vcube/v20220410/vcube_models.d.ts +141 -14
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +124 -39
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +51 -80
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +12 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +261 -65
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +10 -0
|
@@ -314,19 +314,19 @@ export interface DescribeVideoFaceFusionJobRequest {
|
|
|
314
314
|
*/
|
|
315
315
|
export interface FaceRect {
|
|
316
316
|
/**
|
|
317
|
-
*
|
|
317
|
+
* <p>人脸框左上角横坐标。</p>
|
|
318
318
|
*/
|
|
319
319
|
X?: number;
|
|
320
320
|
/**
|
|
321
|
-
*
|
|
321
|
+
* <p>人脸框左上角纵坐标。</p>
|
|
322
322
|
*/
|
|
323
323
|
Y?: number;
|
|
324
324
|
/**
|
|
325
|
-
*
|
|
325
|
+
* <p>人脸框宽度。<br>单位:px</p>
|
|
326
326
|
*/
|
|
327
327
|
Width?: number;
|
|
328
328
|
/**
|
|
329
|
-
*
|
|
329
|
+
* <p>人脸框高度。<br>单位:px</p>
|
|
330
330
|
*/
|
|
331
331
|
Height?: number;
|
|
332
332
|
}
|
|
@@ -142,6 +142,93 @@ export interface DeleteApplicationAndVideoLicenseResponse {
|
|
|
142
142
|
*/
|
|
143
143
|
RequestId?: string;
|
|
144
144
|
}
|
|
145
|
+
/**
|
|
146
|
+
* 视立方应用license
|
|
147
|
+
*/
|
|
148
|
+
export interface OverviewLicense {
|
|
149
|
+
/**
|
|
150
|
+
* 所属应用
|
|
151
|
+
*/
|
|
152
|
+
Application?: OverviewAppInfo;
|
|
153
|
+
/**
|
|
154
|
+
* license生效时间
|
|
155
|
+
*/
|
|
156
|
+
StartTime?: string;
|
|
157
|
+
/**
|
|
158
|
+
* license失效时间
|
|
159
|
+
*/
|
|
160
|
+
EndTime?: string;
|
|
161
|
+
/**
|
|
162
|
+
* license对应的功能Id
|
|
163
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
164
|
+
*/
|
|
165
|
+
FeatureId?: number;
|
|
166
|
+
/**
|
|
167
|
+
* license是测试:test还是正式:formal
|
|
168
|
+
*/
|
|
169
|
+
LicenseType?: string;
|
|
170
|
+
/**
|
|
171
|
+
* license索引
|
|
172
|
+
*/
|
|
173
|
+
LicenseId?: number;
|
|
174
|
+
/**
|
|
175
|
+
* license名称
|
|
176
|
+
*/
|
|
177
|
+
Name?: string;
|
|
178
|
+
/**
|
|
179
|
+
* 返回还有多少秒过期,过期返回负值
|
|
180
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
181
|
+
*/
|
|
182
|
+
RestTime?: number;
|
|
183
|
+
/**
|
|
184
|
+
* 创建时间
|
|
185
|
+
*/
|
|
186
|
+
CreatedAt?: string;
|
|
187
|
+
/**
|
|
188
|
+
* 更新时间
|
|
189
|
+
*/
|
|
190
|
+
UpdatedAt?: string;
|
|
191
|
+
/**
|
|
192
|
+
* 优图套餐名称
|
|
193
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
194
|
+
*/
|
|
195
|
+
Plan?: string;
|
|
196
|
+
/**
|
|
197
|
+
* licenseType
|
|
198
|
+
*/
|
|
199
|
+
Type?: string;
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* 自动续期资源info
|
|
203
|
+
*/
|
|
204
|
+
export interface RenewResource {
|
|
205
|
+
/**
|
|
206
|
+
* 资源Id
|
|
207
|
+
*/
|
|
208
|
+
ResourceId?: string;
|
|
209
|
+
/**
|
|
210
|
+
* 自动续期标记,0:默认,1:自动续期,2:不续期
|
|
211
|
+
*/
|
|
212
|
+
AutoRenewFlag?: number;
|
|
213
|
+
/**
|
|
214
|
+
* 资源冻结时间
|
|
215
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
216
|
+
*/
|
|
217
|
+
IsolatedTimestamp?: string;
|
|
218
|
+
/**
|
|
219
|
+
* 资源销毁状态
|
|
220
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
221
|
+
*/
|
|
222
|
+
Refund?: boolean;
|
|
223
|
+
/**
|
|
224
|
+
* 子产品码
|
|
225
|
+
*/
|
|
226
|
+
SubProductCode?: string;
|
|
227
|
+
/**
|
|
228
|
+
* 资源到期时间
|
|
229
|
+
*/
|
|
230
|
+
EndTime?: string;
|
|
231
|
+
}
|
|
145
232
|
/**
|
|
146
233
|
* license 资源信息
|
|
147
234
|
*/
|
|
@@ -376,6 +463,23 @@ export interface CreateActivityLicenseRequest {
|
|
|
376
463
|
*/
|
|
377
464
|
Activity: string;
|
|
378
465
|
}
|
|
466
|
+
/**
|
|
467
|
+
* 总览统计数据
|
|
468
|
+
*/
|
|
469
|
+
export interface Overview {
|
|
470
|
+
/**
|
|
471
|
+
* 过期license数量
|
|
472
|
+
*/
|
|
473
|
+
Expired: number;
|
|
474
|
+
/**
|
|
475
|
+
* 有效license数量
|
|
476
|
+
*/
|
|
477
|
+
Valid: number;
|
|
478
|
+
/**
|
|
479
|
+
* 临期license数量
|
|
480
|
+
*/
|
|
481
|
+
Near: number;
|
|
482
|
+
}
|
|
379
483
|
/**
|
|
380
484
|
* 优图简单信息
|
|
381
485
|
*/
|
|
@@ -625,35 +729,42 @@ export interface RenewLicenseRequest {
|
|
|
625
729
|
ResourceId: string;
|
|
626
730
|
}
|
|
627
731
|
/**
|
|
628
|
-
*
|
|
732
|
+
* 应用包名信息
|
|
629
733
|
*/
|
|
630
|
-
export interface
|
|
734
|
+
export interface OverviewAppInfo {
|
|
631
735
|
/**
|
|
632
|
-
*
|
|
736
|
+
* 应用Id
|
|
633
737
|
*/
|
|
634
|
-
|
|
738
|
+
Id?: number;
|
|
635
739
|
/**
|
|
636
|
-
*
|
|
740
|
+
* 应用名称
|
|
637
741
|
*/
|
|
638
|
-
|
|
742
|
+
AppName?: string;
|
|
639
743
|
/**
|
|
640
|
-
*
|
|
744
|
+
* Ios 包名
|
|
641
745
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
642
746
|
*/
|
|
643
|
-
|
|
747
|
+
BundleId?: string;
|
|
644
748
|
/**
|
|
645
|
-
*
|
|
749
|
+
* Andorid 包名
|
|
646
750
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
647
751
|
*/
|
|
648
|
-
|
|
752
|
+
PackageName?: string;
|
|
649
753
|
/**
|
|
650
|
-
*
|
|
754
|
+
* Mac 进程名
|
|
755
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
651
756
|
*/
|
|
652
|
-
|
|
757
|
+
MacBundleId?: string;
|
|
653
758
|
/**
|
|
654
|
-
*
|
|
759
|
+
* windows 进程名
|
|
760
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
655
761
|
*/
|
|
656
|
-
|
|
762
|
+
WinProcessName?: string;
|
|
763
|
+
/**
|
|
764
|
+
* 域名列表
|
|
765
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
766
|
+
*/
|
|
767
|
+
DomainList?: Array<string>;
|
|
657
768
|
}
|
|
658
769
|
/**
|
|
659
770
|
* ModifyPresetApplication请求参数结构体
|
|
@@ -1214,6 +1325,22 @@ export interface XMagicResource {
|
|
|
1214
1325
|
* DescribeLicenseList返回参数结构体
|
|
1215
1326
|
*/
|
|
1216
1327
|
export interface DescribeLicenseListResponse {
|
|
1328
|
+
/**
|
|
1329
|
+
* 临期license数量
|
|
1330
|
+
*/
|
|
1331
|
+
Count?: number;
|
|
1332
|
+
/**
|
|
1333
|
+
* 正式license总览统计数据
|
|
1334
|
+
*/
|
|
1335
|
+
Overview?: Overview;
|
|
1336
|
+
/**
|
|
1337
|
+
* 临期license列表
|
|
1338
|
+
*/
|
|
1339
|
+
LicenseList?: Array<OverviewLicense>;
|
|
1340
|
+
/**
|
|
1341
|
+
* 测试license总览统计数据
|
|
1342
|
+
*/
|
|
1343
|
+
TrialOverview?: Overview;
|
|
1217
1344
|
/**
|
|
1218
1345
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1219
1346
|
*/
|
|
@@ -150,19 +150,25 @@ export interface TravelResult {
|
|
|
150
150
|
*/
|
|
151
151
|
export interface StorageInfo {
|
|
152
152
|
/**
|
|
153
|
-
*
|
|
154
|
-
URL 资源链接类型
|
|
155
|
-
COS 腾讯云对象存储类型
|
|
153
|
+
* <p>类型 可选:<br>URL 资源链接类型<br>COS 腾讯云对象存储类型</p>
|
|
156
154
|
*/
|
|
157
155
|
Type?: string;
|
|
158
156
|
/**
|
|
159
|
-
*
|
|
157
|
+
* <p>资源链接</p>
|
|
160
158
|
*/
|
|
161
159
|
Url?: string;
|
|
162
160
|
/**
|
|
163
|
-
*
|
|
161
|
+
* <p>腾讯云存储桶信息</p>
|
|
164
162
|
*/
|
|
165
163
|
BucketInfo?: BucketInfo;
|
|
164
|
+
/**
|
|
165
|
+
* <p>大模型审核场景下,送审的图片列表</p>
|
|
166
|
+
*/
|
|
167
|
+
ImageUrlList?: Array<string>;
|
|
168
|
+
/**
|
|
169
|
+
* <p>大模型审核场景下,base64编码的审核要求内容</p>
|
|
170
|
+
*/
|
|
171
|
+
TextContent?: string;
|
|
166
172
|
}
|
|
167
173
|
/**
|
|
168
174
|
* 文件桶信息
|
|
@@ -272,102 +278,135 @@ export interface CancelTaskRequest {
|
|
|
272
278
|
*/
|
|
273
279
|
export interface DescribeTaskDetailResponse {
|
|
274
280
|
/**
|
|
275
|
-
*
|
|
281
|
+
* <p>该字段用于返回创建视频审核任务后返回的任务ID(在Results参数中),用于标识需要查询任务详情的审核任务。</p>
|
|
276
282
|
*/
|
|
277
283
|
TaskId?: string;
|
|
278
284
|
/**
|
|
279
|
-
*
|
|
285
|
+
* <p>该字段用于返回调用视频审核接口时传入的数据ID参数,方便数据的辨别和管理。</p>
|
|
280
286
|
*/
|
|
281
287
|
DataId?: string;
|
|
282
288
|
/**
|
|
283
|
-
*
|
|
289
|
+
* <p>该字段用于返回调用视频审核接口时传入的BizType参数,方便数据的辨别和管理。</p>
|
|
284
290
|
*/
|
|
285
291
|
BizType?: string;
|
|
286
292
|
/**
|
|
287
|
-
*
|
|
293
|
+
* <p>该字段用于返回调用视频审核接口时传入的TaskInput参数中的任务名称,方便任务的识别与管理。</p>
|
|
288
294
|
*/
|
|
289
295
|
Name?: string;
|
|
290
296
|
/**
|
|
291
|
-
*
|
|
292
|
-
<br>取值:**FINISH**(任务已完成)、**PENDING** (任务等待中)、**RUNNING** (任务进行中)、**ERROR** (任务出错)、**CANCELLED** (任务已取消)。
|
|
297
|
+
* <p>该字段用于返回所查询内容的任务状态。<br><br>取值:<strong>FINISH</strong>(任务已完成)、<strong>PENDING</strong> (任务等待中)、<strong>RUNNING</strong> (任务进行中)、<strong>ERROR</strong> (任务出错)、<strong>CANCELLED</strong> (任务已取消)。</p>
|
|
293
298
|
*/
|
|
294
299
|
Status?: string;
|
|
295
300
|
/**
|
|
296
|
-
*
|
|
301
|
+
* <p>该字段用于返回调用视频审核接口时输入的视频审核类型,取值为:<strong>VIDEO</strong>(点播视频)、<strong>LIVE_VIDEO</strong>(直播视频)和<strong>VIDEO_AIGC</strong>(AI生成检测),默认值为VIDEO。</p>
|
|
297
302
|
*/
|
|
298
303
|
Type?: string;
|
|
299
304
|
/**
|
|
300
|
-
*
|
|
305
|
+
* <p>该字段用于返回基于恶意标签的后续操作建议。当您获取到判定结果后,返回值表示系统推荐的后续操作;建议您按照业务所需,对不同违规类型与建议值进行处理。<br>返回值:<strong>Block</strong>:建议屏蔽,<strong>Review</strong> :建议人工复审,<strong>Pass</strong>:建议通过</p>
|
|
301
306
|
*/
|
|
302
307
|
Suggestion?: string;
|
|
303
308
|
/**
|
|
304
|
-
*
|
|
309
|
+
* <p>该字段用于返回检测结果所对应的恶意标签。<br>返回值:<strong>Porn</strong>:色情,<strong>Abuse</strong>:谩骂,<strong>Ad</strong>:广告,<strong>Custom</strong>:自定义违规;以及其他令人反感、不安全或不适宜的内容类型。</p>
|
|
305
310
|
*/
|
|
306
311
|
Labels?: Array<TaskLabel>;
|
|
307
312
|
/**
|
|
308
|
-
*
|
|
313
|
+
* <p>该字段用于返回输入媒体文件的详细信息,包括编解码格式、分片时长等信息。详细内容敬请参考MediaInfo数据结构的描述。</p>
|
|
309
314
|
*/
|
|
310
315
|
MediaInfo?: MediaInfo;
|
|
311
316
|
/**
|
|
312
|
-
*
|
|
317
|
+
* <p>该字段用于返回审核服务的媒体内容信息,主要包括传入文件类型和访问地址。</p>
|
|
313
318
|
*/
|
|
314
319
|
InputInfo?: InputInfo;
|
|
315
320
|
/**
|
|
316
|
-
*
|
|
321
|
+
* <p>该字段用于返回被查询任务创建的时间,格式采用 ISO 8601标准。</p>
|
|
317
322
|
*/
|
|
318
323
|
CreatedAt?: string;
|
|
319
324
|
/**
|
|
320
|
-
*
|
|
325
|
+
* <p>该字段用于返回被查询任务最后更新时间,格式采用 ISO 8601标准。</p>
|
|
321
326
|
*/
|
|
322
327
|
UpdatedAt?: string;
|
|
323
328
|
/**
|
|
324
|
-
*
|
|
329
|
+
* <p>在秒后重试</p>
|
|
325
330
|
*/
|
|
326
331
|
TryInSeconds?: number;
|
|
327
332
|
/**
|
|
328
|
-
*
|
|
333
|
+
* <p>该字段用于返回视频中截帧审核的结果,详细返回内容敬请参考ImageSegments数据结构的描述。</p>
|
|
329
334
|
*/
|
|
330
335
|
ImageSegments?: Array<ImageSegments>;
|
|
331
336
|
/**
|
|
332
|
-
*
|
|
337
|
+
* <p>该字段用于返回视频中音频审核的结果,详细返回内容敬请参考AudioSegments数据结构的描述。</p>
|
|
333
338
|
*/
|
|
334
339
|
AudioSegments?: Array<AudioSegments>;
|
|
335
340
|
/**
|
|
336
|
-
*
|
|
337
|
-
**DECODE_ERROR**: 解码失败。(输入资源中可能包含无法解码的视频)
|
|
338
|
-
**URL_ERROR**:下载地址验证失败。
|
|
339
|
-
**TIMEOUT_ERROR**:处理超时。
|
|
340
|
-
**CALLBACK_ERRORR**:回调错误。
|
|
341
|
-
**MODERATION_ERROR**:审核失败。
|
|
342
|
-
**URL_NOT_SUPPORTED**:源文件太大或没有图片音频帧
|
|
343
|
-
任务状态非Error时默认返回为空。
|
|
341
|
+
* <p>当任务状态为Error时,返回对应错误的类型,取值:<br><strong>DECODE_ERROR</strong>: 解码失败。(输入资源中可能包含无法解码的视频)<br><strong>URL_ERROR</strong>:下载地址验证失败。<br><strong>TIMEOUT_ERROR</strong>:处理超时。<br><strong>CALLBACK_ERRORR</strong>:回调错误。<br><strong>MODERATION_ERROR</strong>:审核失败。<br><strong>URL_NOT_SUPPORTED</strong>:源文件太大或没有图片音频帧<br>任务状态非Error时默认返回为空。</p>
|
|
344
342
|
*/
|
|
345
343
|
ErrorType?: string;
|
|
346
344
|
/**
|
|
347
|
-
*
|
|
345
|
+
* <p>当任务状态为Error时,该字段用于返回对应错误的详细描述,任务状态非Error时默认返回为空。</p>
|
|
348
346
|
*/
|
|
349
347
|
ErrorDescription?: string;
|
|
350
348
|
/**
|
|
351
|
-
*
|
|
349
|
+
* <p>该字段用于返回检测结果所对应的标签。如果未命中恶意,返回Normal,如果命中恶意,则返回Labels中优先级最高的标签</p>
|
|
352
350
|
*/
|
|
353
351
|
Label?: string;
|
|
354
352
|
/**
|
|
355
|
-
*
|
|
353
|
+
* <p>该字段用于返回音频文件识别出的对应文本内容,最大支持<strong>前1000个字符</strong>。</p>
|
|
356
354
|
*/
|
|
357
355
|
AudioText?: string;
|
|
358
356
|
/**
|
|
359
|
-
*
|
|
357
|
+
* <p>该字段用于返回音频文件识别出的对应文本内容。</p>
|
|
360
358
|
*/
|
|
361
359
|
Asrs?: Array<RcbAsr>;
|
|
362
360
|
/**
|
|
363
|
-
*
|
|
361
|
+
* <p>该字段用于返回检测结果明细数据相关的cos url</p>
|
|
364
362
|
*/
|
|
365
363
|
SegmentCosUrlList?: SegmentCosUrlList;
|
|
364
|
+
/**
|
|
365
|
+
* <p>该字段用于返回视频中视频切片审核的结果</p>
|
|
366
|
+
*/
|
|
367
|
+
VideoSegments?: Array<VideoSegment>;
|
|
366
368
|
/**
|
|
367
369
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
368
370
|
*/
|
|
369
371
|
RequestId?: string;
|
|
370
372
|
}
|
|
373
|
+
/**
|
|
374
|
+
* 单个视频切片审核详情
|
|
375
|
+
*/
|
|
376
|
+
export interface VideoSegmentResult {
|
|
377
|
+
/**
|
|
378
|
+
* <p>违规标志 0 未命中 1 命中</p>
|
|
379
|
+
*/
|
|
380
|
+
HitFlag?: number;
|
|
381
|
+
/**
|
|
382
|
+
* <p>审核建议,可选值: Pass 通过, Review 建议人审, Block 确认违规</p>
|
|
383
|
+
*/
|
|
384
|
+
Suggestion?: string;
|
|
385
|
+
/**
|
|
386
|
+
* <p>Asr文本内容</p>
|
|
387
|
+
*/
|
|
388
|
+
Text?: string;
|
|
389
|
+
/**
|
|
390
|
+
* <p>审核结果</p>
|
|
391
|
+
*/
|
|
392
|
+
Detail?: Array<VideoLLMDetail>;
|
|
393
|
+
/**
|
|
394
|
+
* <p>视频切片存储URL</p>
|
|
395
|
+
*/
|
|
396
|
+
VideoUrl?: string;
|
|
397
|
+
/**
|
|
398
|
+
* <p>音频切片存储URL</p>
|
|
399
|
+
*/
|
|
400
|
+
AudioUrl?: string;
|
|
401
|
+
/**
|
|
402
|
+
* <p>切片时长</p>
|
|
403
|
+
*/
|
|
404
|
+
Duration?: string;
|
|
405
|
+
/**
|
|
406
|
+
* <p>切片请求ID</p>
|
|
407
|
+
*/
|
|
408
|
+
RequestId?: string;
|
|
409
|
+
}
|
|
371
410
|
/**
|
|
372
411
|
* DescribeTasks请求参数结构体
|
|
373
412
|
*/
|
|
@@ -415,11 +454,11 @@ export interface TaskInput {
|
|
|
415
454
|
*/
|
|
416
455
|
export interface DescribeTaskDetailRequest {
|
|
417
456
|
/**
|
|
418
|
-
*
|
|
457
|
+
* <p>任务ID,创建任务后返回的TaskId字段</p>
|
|
419
458
|
*/
|
|
420
459
|
TaskId: string;
|
|
421
460
|
/**
|
|
422
|
-
*
|
|
461
|
+
* <p>是否展示所有分片,默认只展示命中规则的分片</p>
|
|
423
462
|
*/
|
|
424
463
|
ShowAllSegments?: boolean;
|
|
425
464
|
}
|
|
@@ -571,23 +610,48 @@ export interface ImageResultsResultDetail {
|
|
|
571
610
|
*/
|
|
572
611
|
OcrHitInfos?: Array<OcrHitInfo>;
|
|
573
612
|
}
|
|
613
|
+
/**
|
|
614
|
+
* 单个视频切片审核结果
|
|
615
|
+
*/
|
|
616
|
+
export interface VideoSegment {
|
|
617
|
+
/**
|
|
618
|
+
* <p>视频切片审核结果</p>
|
|
619
|
+
*/
|
|
620
|
+
Result?: VideoSegmentResult;
|
|
621
|
+
/**
|
|
622
|
+
* <p>视频切片的起始时间偏移</p>
|
|
623
|
+
*/
|
|
624
|
+
OffsetTime?: string;
|
|
625
|
+
/**
|
|
626
|
+
* <p>切片保存时间</p>
|
|
627
|
+
*/
|
|
628
|
+
CreatedAt?: string;
|
|
629
|
+
}
|
|
574
630
|
/**
|
|
575
631
|
* 输入信息详情
|
|
576
632
|
*/
|
|
577
633
|
export interface InputInfo {
|
|
578
634
|
/**
|
|
579
|
-
*
|
|
635
|
+
* <p>传入的类型可选:URL,COS</p>
|
|
580
636
|
*/
|
|
581
637
|
Type?: string;
|
|
582
638
|
/**
|
|
583
|
-
* Url
|
|
639
|
+
* <p>Url地址</p>
|
|
584
640
|
*/
|
|
585
641
|
Url?: string;
|
|
586
642
|
/**
|
|
587
|
-
*
|
|
643
|
+
* <p>桶信息。当输入当时COS时,该字段不为空</p>
|
|
588
644
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
589
645
|
*/
|
|
590
646
|
BucketInfo?: string;
|
|
647
|
+
/**
|
|
648
|
+
* <p>大模型审核可选输入图片列表</p>
|
|
649
|
+
*/
|
|
650
|
+
ImageUrlList?: Array<string>;
|
|
651
|
+
/**
|
|
652
|
+
* <p>大模型审核场景下,base64编码的审核要求内容</p>
|
|
653
|
+
*/
|
|
654
|
+
TextContent?: string;
|
|
591
655
|
}
|
|
592
656
|
/**
|
|
593
657
|
* Ocr命中信息
|
|
@@ -723,6 +787,27 @@ export interface RecognitionResult {
|
|
|
723
787
|
*/
|
|
724
788
|
Tags?: Array<Tag>;
|
|
725
789
|
}
|
|
790
|
+
/**
|
|
791
|
+
* 大模型原子能力审核明细
|
|
792
|
+
*/
|
|
793
|
+
export interface VideoLLMDetail {
|
|
794
|
+
/**
|
|
795
|
+
* <p>命中的标签名</p>
|
|
796
|
+
*/
|
|
797
|
+
LabelName?: string;
|
|
798
|
+
/**
|
|
799
|
+
* <p>命中标签的原因</p>
|
|
800
|
+
*/
|
|
801
|
+
Reason?: string;
|
|
802
|
+
/**
|
|
803
|
+
* <p>命中的文本内容</p>
|
|
804
|
+
*/
|
|
805
|
+
TargetText?: Array<string>;
|
|
806
|
+
/**
|
|
807
|
+
* <p>违规建议</p>
|
|
808
|
+
*/
|
|
809
|
+
Suggestion?: string;
|
|
810
|
+
}
|
|
726
811
|
/**
|
|
727
812
|
* CancelTask返回参数结构体
|
|
728
813
|
*/
|