@alicloud/quanmiaolightapp20240801 2.0.1 → 2.2.0
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/dist/client.d.ts +2587 -936
- package/dist/client.js +3412 -953
- package/dist/client.js.map +1 -1
- package/package.json +3 -6
- package/src/client.ts +5069 -1534
package/dist/client.d.ts
CHANGED
|
@@ -1,893 +1,947 @@
|
|
|
1
1
|
/**
|
|
2
2
|
*/
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import * as $
|
|
6
|
-
export declare class
|
|
3
|
+
import OpenApi from '@alicloud/openapi-core';
|
|
4
|
+
import { $OpenApiUtil } from '@alicloud/openapi-core';
|
|
5
|
+
import * as $dara from '@darabonba/typescript';
|
|
6
|
+
export declare class GenerateBroadcastNewsResponseBodyDataHotTopicSummariesImages extends $dara.Model {
|
|
7
7
|
/**
|
|
8
|
-
* @
|
|
9
|
-
*
|
|
8
|
+
* @example
|
|
9
|
+
* http://xxx.com/xxx.jpeg
|
|
10
10
|
*/
|
|
11
|
-
|
|
11
|
+
url?: string;
|
|
12
12
|
static names(): {
|
|
13
13
|
[key: string]: string;
|
|
14
14
|
};
|
|
15
15
|
static types(): {
|
|
16
16
|
[key: string]: any;
|
|
17
17
|
};
|
|
18
|
+
validate(): void;
|
|
18
19
|
constructor(map?: {
|
|
19
20
|
[key: string]: any;
|
|
20
21
|
});
|
|
21
22
|
}
|
|
22
|
-
export declare class
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
* xx
|
|
26
|
-
*/
|
|
27
|
-
code?: string;
|
|
28
|
-
data?: GenerateBroadcastNewsResponseBodyData;
|
|
23
|
+
export declare class GenerateBroadcastNewsResponseBodyDataHotTopicSummaries extends $dara.Model {
|
|
24
|
+
category?: string;
|
|
25
|
+
hotTopic?: string;
|
|
29
26
|
/**
|
|
30
27
|
* @example
|
|
31
|
-
*
|
|
28
|
+
* 2024-09-13_08
|
|
32
29
|
*/
|
|
33
|
-
|
|
30
|
+
hotTopicVersion?: string;
|
|
34
31
|
/**
|
|
35
32
|
* @example
|
|
36
|
-
*
|
|
33
|
+
* 1000000
|
|
37
34
|
*/
|
|
38
|
-
|
|
35
|
+
hotValue?: number;
|
|
39
36
|
/**
|
|
40
37
|
* @example
|
|
41
|
-
*
|
|
38
|
+
* 1458tb3bjo7531kap42a
|
|
42
39
|
*/
|
|
43
|
-
|
|
40
|
+
id?: string;
|
|
41
|
+
images?: GenerateBroadcastNewsResponseBodyDataHotTopicSummariesImages[];
|
|
44
42
|
/**
|
|
45
43
|
* @example
|
|
46
|
-
*
|
|
44
|
+
* xxx
|
|
47
45
|
*/
|
|
48
|
-
|
|
46
|
+
textSummary?: string;
|
|
49
47
|
static names(): {
|
|
50
48
|
[key: string]: string;
|
|
51
49
|
};
|
|
52
50
|
static types(): {
|
|
53
51
|
[key: string]: any;
|
|
54
52
|
};
|
|
53
|
+
validate(): void;
|
|
55
54
|
constructor(map?: {
|
|
56
55
|
[key: string]: any;
|
|
57
56
|
});
|
|
58
57
|
}
|
|
59
|
-
export declare class
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
58
|
+
export declare class GenerateBroadcastNewsResponseBodyDataUsage extends $dara.Model {
|
|
59
|
+
/**
|
|
60
|
+
* @example
|
|
61
|
+
* 1
|
|
62
|
+
*/
|
|
63
|
+
inputTokens?: number;
|
|
64
|
+
/**
|
|
65
|
+
* @example
|
|
66
|
+
* 2
|
|
67
|
+
*/
|
|
68
|
+
outputTokens?: number;
|
|
69
|
+
/**
|
|
70
|
+
* @example
|
|
71
|
+
* 3
|
|
72
|
+
*/
|
|
73
|
+
totalTokens?: number;
|
|
65
74
|
static names(): {
|
|
66
75
|
[key: string]: string;
|
|
67
76
|
};
|
|
68
77
|
static types(): {
|
|
69
78
|
[key: string]: any;
|
|
70
79
|
};
|
|
80
|
+
validate(): void;
|
|
71
81
|
constructor(map?: {
|
|
72
82
|
[key: string]: any;
|
|
73
83
|
});
|
|
74
84
|
}
|
|
75
|
-
export declare class
|
|
76
|
-
|
|
77
|
-
* @example
|
|
78
|
-
* xx
|
|
79
|
-
*/
|
|
80
|
-
category?: string;
|
|
85
|
+
export declare class GenerateBroadcastNewsResponseBodyData extends $dara.Model {
|
|
86
|
+
hotTopicSummaries?: GenerateBroadcastNewsResponseBodyDataHotTopicSummaries[];
|
|
81
87
|
/**
|
|
82
88
|
* @example
|
|
83
|
-
*
|
|
89
|
+
* 2bb0ea82dafd48a8817fadc4c90e2b52
|
|
84
90
|
*/
|
|
85
|
-
|
|
91
|
+
sessionId?: string;
|
|
86
92
|
/**
|
|
87
93
|
* @example
|
|
88
|
-
*
|
|
94
|
+
* 3feb69ed02d9b1a17d0f1a942675d300
|
|
89
95
|
*/
|
|
90
|
-
|
|
96
|
+
taskId?: string;
|
|
97
|
+
text?: string;
|
|
98
|
+
usage?: GenerateBroadcastNewsResponseBodyDataUsage;
|
|
99
|
+
static names(): {
|
|
100
|
+
[key: string]: string;
|
|
101
|
+
};
|
|
102
|
+
static types(): {
|
|
103
|
+
[key: string]: any;
|
|
104
|
+
};
|
|
105
|
+
validate(): void;
|
|
106
|
+
constructor(map?: {
|
|
107
|
+
[key: string]: any;
|
|
108
|
+
});
|
|
109
|
+
}
|
|
110
|
+
export declare class GenerateOutputFormatRequestTags extends $dara.Model {
|
|
91
111
|
/**
|
|
92
112
|
* @example
|
|
93
|
-
*
|
|
113
|
+
* xxxx
|
|
94
114
|
*/
|
|
95
|
-
|
|
115
|
+
tagDefinePrompt?: string;
|
|
96
116
|
/**
|
|
97
117
|
* @example
|
|
98
|
-
*
|
|
118
|
+
* xxxx
|
|
99
119
|
*/
|
|
100
|
-
|
|
120
|
+
tagName?: string;
|
|
121
|
+
static names(): {
|
|
122
|
+
[key: string]: string;
|
|
123
|
+
};
|
|
124
|
+
static types(): {
|
|
125
|
+
[key: string]: any;
|
|
126
|
+
};
|
|
127
|
+
validate(): void;
|
|
128
|
+
constructor(map?: {
|
|
129
|
+
[key: string]: any;
|
|
130
|
+
});
|
|
131
|
+
}
|
|
132
|
+
export declare class GenerateOutputFormatResponseBodyData extends $dara.Model {
|
|
133
|
+
outputFormat?: string;
|
|
101
134
|
static names(): {
|
|
102
135
|
[key: string]: string;
|
|
103
136
|
};
|
|
104
137
|
static types(): {
|
|
105
138
|
[key: string]: any;
|
|
106
139
|
};
|
|
140
|
+
validate(): void;
|
|
107
141
|
constructor(map?: {
|
|
108
142
|
[key: string]: any;
|
|
109
143
|
});
|
|
110
144
|
}
|
|
111
|
-
export declare class
|
|
145
|
+
export declare class GetVideoAnalysisConfigResponseBodyData extends $dara.Model {
|
|
112
146
|
/**
|
|
113
147
|
* @example
|
|
114
|
-
*
|
|
148
|
+
* 2
|
|
115
149
|
*/
|
|
116
|
-
|
|
117
|
-
|
|
150
|
+
asyncConcurrency?: number;
|
|
151
|
+
static names(): {
|
|
152
|
+
[key: string]: string;
|
|
153
|
+
};
|
|
154
|
+
static types(): {
|
|
155
|
+
[key: string]: any;
|
|
156
|
+
};
|
|
157
|
+
validate(): void;
|
|
158
|
+
constructor(map?: {
|
|
159
|
+
[key: string]: any;
|
|
160
|
+
});
|
|
161
|
+
}
|
|
162
|
+
export declare class GetVideoAnalysisTaskResponseBodyDataHeader extends $dara.Model {
|
|
118
163
|
/**
|
|
119
164
|
* @example
|
|
120
|
-
*
|
|
165
|
+
* success
|
|
121
166
|
*/
|
|
122
|
-
|
|
167
|
+
errorCode?: string;
|
|
123
168
|
/**
|
|
124
169
|
* @example
|
|
125
|
-
*
|
|
170
|
+
* Deduct task already success,Please do not resubmit.token \\"369e8f2c-d283-424a-96c4-c83efe08c89e\\"
|
|
126
171
|
*/
|
|
127
|
-
|
|
172
|
+
errorMessage?: string;
|
|
128
173
|
/**
|
|
129
174
|
* @example
|
|
130
|
-
*
|
|
175
|
+
* TIMEOUT_CLOSE_ORDER
|
|
131
176
|
*/
|
|
132
|
-
|
|
177
|
+
event?: string;
|
|
133
178
|
/**
|
|
134
179
|
* @example
|
|
135
|
-
*
|
|
180
|
+
* xxx
|
|
136
181
|
*/
|
|
137
|
-
|
|
182
|
+
eventInfo?: string;
|
|
138
183
|
/**
|
|
139
184
|
* @example
|
|
140
|
-
*
|
|
185
|
+
* d5c38cf6-a4bf-4a57-a697-9f449926f0c9
|
|
141
186
|
*/
|
|
142
|
-
|
|
187
|
+
sessionId?: string;
|
|
143
188
|
/**
|
|
144
189
|
* @example
|
|
145
|
-
*
|
|
190
|
+
* 6e223291-729b-4e84-9271-c13ada1a776b
|
|
146
191
|
*/
|
|
147
|
-
|
|
192
|
+
taskId?: string;
|
|
148
193
|
/**
|
|
149
194
|
* @example
|
|
150
|
-
*
|
|
195
|
+
* 215045f817272303448235204efdef
|
|
151
196
|
*/
|
|
152
|
-
|
|
197
|
+
traceId?: string;
|
|
153
198
|
static names(): {
|
|
154
199
|
[key: string]: string;
|
|
155
200
|
};
|
|
156
201
|
static types(): {
|
|
157
202
|
[key: string]: any;
|
|
158
203
|
};
|
|
204
|
+
validate(): void;
|
|
159
205
|
constructor(map?: {
|
|
160
206
|
[key: string]: any;
|
|
161
207
|
});
|
|
162
208
|
}
|
|
163
|
-
export declare class
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
209
|
+
export declare class GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoAnalysisResultUsage extends $dara.Model {
|
|
210
|
+
/**
|
|
211
|
+
* @example
|
|
212
|
+
* 0
|
|
213
|
+
*/
|
|
214
|
+
inputTokens?: number;
|
|
215
|
+
/**
|
|
216
|
+
* @example
|
|
217
|
+
* 0
|
|
218
|
+
*/
|
|
219
|
+
outputTokens?: number;
|
|
220
|
+
/**
|
|
221
|
+
* @example
|
|
222
|
+
* 0
|
|
223
|
+
*/
|
|
224
|
+
totalTokens?: number;
|
|
169
225
|
static names(): {
|
|
170
226
|
[key: string]: string;
|
|
171
227
|
};
|
|
172
228
|
static types(): {
|
|
173
229
|
[key: string]: any;
|
|
174
230
|
};
|
|
231
|
+
validate(): void;
|
|
175
232
|
constructor(map?: {
|
|
176
233
|
[key: string]: any;
|
|
177
234
|
});
|
|
178
235
|
}
|
|
179
|
-
export declare class
|
|
180
|
-
category?: string;
|
|
181
|
-
generateOptions?: string[];
|
|
182
|
-
/**
|
|
183
|
-
* @example
|
|
184
|
-
* 2024-09-13_12
|
|
185
|
-
*/
|
|
186
|
-
hotTopicVersion?: string;
|
|
187
|
-
hotTopics?: string[];
|
|
188
|
-
/**
|
|
189
|
-
* @example
|
|
190
|
-
* 1
|
|
191
|
-
*/
|
|
192
|
-
imageCount?: number;
|
|
193
|
-
messages?: RunHotTopicChatRequestMessages[];
|
|
236
|
+
export declare class GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoAnalysisResultVideoShotAnalysisResults extends $dara.Model {
|
|
194
237
|
/**
|
|
195
238
|
* @example
|
|
196
|
-
*
|
|
239
|
+
* 1710432000000
|
|
197
240
|
*/
|
|
198
|
-
|
|
241
|
+
endTime?: number;
|
|
199
242
|
/**
|
|
200
243
|
* @example
|
|
201
|
-
*
|
|
244
|
+
* 2024-10-05 06:22:00
|
|
202
245
|
*/
|
|
203
|
-
|
|
246
|
+
startTime?: number;
|
|
247
|
+
text?: string;
|
|
248
|
+
static names(): {
|
|
249
|
+
[key: string]: string;
|
|
250
|
+
};
|
|
251
|
+
static types(): {
|
|
252
|
+
[key: string]: any;
|
|
253
|
+
};
|
|
254
|
+
validate(): void;
|
|
255
|
+
constructor(map?: {
|
|
256
|
+
[key: string]: any;
|
|
257
|
+
});
|
|
258
|
+
}
|
|
259
|
+
export declare class GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoAnalysisResult extends $dara.Model {
|
|
204
260
|
/**
|
|
205
261
|
* @example
|
|
206
|
-
*
|
|
262
|
+
* true
|
|
207
263
|
*/
|
|
208
|
-
|
|
209
|
-
prompt?: string;
|
|
210
|
-
stepForBroadcastContentConfig?: RunHotTopicChatRequestStepForBroadcastContentConfig;
|
|
264
|
+
generateFinished?: boolean;
|
|
211
265
|
/**
|
|
212
266
|
* @example
|
|
213
|
-
*
|
|
267
|
+
* xxx
|
|
214
268
|
*/
|
|
215
|
-
|
|
269
|
+
text?: string;
|
|
270
|
+
usage?: GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoAnalysisResultUsage;
|
|
271
|
+
videoShotAnalysisResults?: GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoAnalysisResultVideoShotAnalysisResults[];
|
|
216
272
|
static names(): {
|
|
217
273
|
[key: string]: string;
|
|
218
274
|
};
|
|
219
275
|
static types(): {
|
|
220
276
|
[key: string]: any;
|
|
221
277
|
};
|
|
278
|
+
validate(): void;
|
|
222
279
|
constructor(map?: {
|
|
223
280
|
[key: string]: any;
|
|
224
281
|
});
|
|
225
282
|
}
|
|
226
|
-
export declare class
|
|
227
|
-
category?: string;
|
|
228
|
-
generateOptionsShrink?: string;
|
|
229
|
-
/**
|
|
230
|
-
* @example
|
|
231
|
-
* 2024-09-13_12
|
|
232
|
-
*/
|
|
233
|
-
hotTopicVersion?: string;
|
|
234
|
-
hotTopicsShrink?: string;
|
|
283
|
+
export declare class GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoCaptionResultVideoCaptions extends $dara.Model {
|
|
235
284
|
/**
|
|
236
285
|
* @example
|
|
237
|
-
*
|
|
286
|
+
* 1736129678000
|
|
238
287
|
*/
|
|
239
|
-
|
|
240
|
-
messagesShrink?: string;
|
|
288
|
+
endTime?: number;
|
|
241
289
|
/**
|
|
242
290
|
* @example
|
|
243
|
-
*
|
|
291
|
+
* 00:01
|
|
244
292
|
*/
|
|
245
|
-
|
|
293
|
+
endTimeFormat?: string;
|
|
246
294
|
/**
|
|
247
295
|
* @example
|
|
248
|
-
*
|
|
296
|
+
* 00:01
|
|
249
297
|
*/
|
|
250
|
-
|
|
298
|
+
startTime?: number;
|
|
251
299
|
/**
|
|
252
300
|
* @example
|
|
253
|
-
*
|
|
301
|
+
* 2025-01-07 11:52:06
|
|
254
302
|
*/
|
|
255
|
-
|
|
256
|
-
prompt?: string;
|
|
257
|
-
stepForBroadcastContentConfigShrink?: string;
|
|
303
|
+
startTimeFormat?: string;
|
|
258
304
|
/**
|
|
259
305
|
* @example
|
|
260
|
-
*
|
|
306
|
+
* xxxx
|
|
261
307
|
*/
|
|
262
|
-
|
|
308
|
+
text?: string;
|
|
263
309
|
static names(): {
|
|
264
310
|
[key: string]: string;
|
|
265
311
|
};
|
|
266
312
|
static types(): {
|
|
267
313
|
[key: string]: any;
|
|
268
314
|
};
|
|
315
|
+
validate(): void;
|
|
269
316
|
constructor(map?: {
|
|
270
317
|
[key: string]: any;
|
|
271
318
|
});
|
|
272
319
|
}
|
|
273
|
-
export declare class
|
|
274
|
-
header?: RunHotTopicChatResponseBodyHeader;
|
|
275
|
-
payload?: RunHotTopicChatResponseBodyPayload;
|
|
320
|
+
export declare class GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoCaptionResult extends $dara.Model {
|
|
276
321
|
/**
|
|
277
322
|
* @example
|
|
278
|
-
*
|
|
323
|
+
* true
|
|
279
324
|
*/
|
|
280
|
-
|
|
325
|
+
generateFinished?: boolean;
|
|
326
|
+
videoCaptions?: GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoCaptionResultVideoCaptions[];
|
|
281
327
|
static names(): {
|
|
282
328
|
[key: string]: string;
|
|
283
329
|
};
|
|
284
330
|
static types(): {
|
|
285
331
|
[key: string]: any;
|
|
286
332
|
};
|
|
333
|
+
validate(): void;
|
|
287
334
|
constructor(map?: {
|
|
288
335
|
[key: string]: any;
|
|
289
336
|
});
|
|
290
337
|
}
|
|
291
|
-
export declare class
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
338
|
+
export declare class GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoGenerateResultUsage extends $dara.Model {
|
|
339
|
+
/**
|
|
340
|
+
* @example
|
|
341
|
+
* 1
|
|
342
|
+
*/
|
|
343
|
+
inputTokens?: number;
|
|
344
|
+
/**
|
|
345
|
+
* @example
|
|
346
|
+
* 1
|
|
347
|
+
*/
|
|
348
|
+
outputTokens?: number;
|
|
349
|
+
/**
|
|
350
|
+
* @example
|
|
351
|
+
* 2
|
|
352
|
+
*/
|
|
353
|
+
totalTokens?: number;
|
|
297
354
|
static names(): {
|
|
298
355
|
[key: string]: string;
|
|
299
356
|
};
|
|
300
357
|
static types(): {
|
|
301
358
|
[key: string]: any;
|
|
302
359
|
};
|
|
360
|
+
validate(): void;
|
|
303
361
|
constructor(map?: {
|
|
304
362
|
[key: string]: any;
|
|
305
363
|
});
|
|
306
364
|
}
|
|
307
|
-
export declare class
|
|
365
|
+
export declare class GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoGenerateResult extends $dara.Model {
|
|
308
366
|
/**
|
|
309
|
-
* @remarks
|
|
310
|
-
* This parameter is required.
|
|
311
|
-
*
|
|
312
367
|
* @example
|
|
313
|
-
*
|
|
368
|
+
* true
|
|
314
369
|
*/
|
|
315
|
-
|
|
370
|
+
generateFinished?: boolean;
|
|
316
371
|
/**
|
|
317
|
-
* @remarks
|
|
318
|
-
* This parameter is required.
|
|
319
|
-
*/
|
|
320
|
-
stepForCustomSummaryStyleConfig?: RunHotTopicSummaryRequestStepForCustomSummaryStyleConfig;
|
|
321
|
-
/**
|
|
322
|
-
* @remarks
|
|
323
|
-
* This parameter is required.
|
|
324
|
-
*
|
|
325
372
|
* @example
|
|
326
|
-
*
|
|
373
|
+
* xxx
|
|
327
374
|
*/
|
|
328
|
-
|
|
375
|
+
text?: string;
|
|
376
|
+
usage?: GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoGenerateResultUsage;
|
|
329
377
|
static names(): {
|
|
330
378
|
[key: string]: string;
|
|
331
379
|
};
|
|
332
380
|
static types(): {
|
|
333
381
|
[key: string]: any;
|
|
334
382
|
};
|
|
383
|
+
validate(): void;
|
|
335
384
|
constructor(map?: {
|
|
336
385
|
[key: string]: any;
|
|
337
386
|
});
|
|
338
387
|
}
|
|
339
|
-
export declare class
|
|
388
|
+
export declare class GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoMindMappingGenerateResultUsage extends $dara.Model {
|
|
340
389
|
/**
|
|
341
|
-
* @remarks
|
|
342
|
-
* This parameter is required.
|
|
343
|
-
*
|
|
344
390
|
* @example
|
|
345
|
-
*
|
|
391
|
+
* 1
|
|
346
392
|
*/
|
|
347
|
-
|
|
393
|
+
inputTokens?: number;
|
|
348
394
|
/**
|
|
349
|
-
* @
|
|
350
|
-
*
|
|
395
|
+
* @example
|
|
396
|
+
* 1
|
|
351
397
|
*/
|
|
352
|
-
|
|
398
|
+
outputTokens?: number;
|
|
353
399
|
/**
|
|
354
|
-
* @remarks
|
|
355
|
-
* This parameter is required.
|
|
356
|
-
*
|
|
357
400
|
* @example
|
|
358
|
-
*
|
|
401
|
+
* 2
|
|
359
402
|
*/
|
|
360
|
-
|
|
403
|
+
totalTokens?: number;
|
|
361
404
|
static names(): {
|
|
362
405
|
[key: string]: string;
|
|
363
406
|
};
|
|
364
407
|
static types(): {
|
|
365
408
|
[key: string]: any;
|
|
366
409
|
};
|
|
410
|
+
validate(): void;
|
|
367
411
|
constructor(map?: {
|
|
368
412
|
[key: string]: any;
|
|
369
413
|
});
|
|
370
414
|
}
|
|
371
|
-
export declare class
|
|
372
|
-
|
|
373
|
-
payload?: RunHotTopicSummaryResponseBodyPayload;
|
|
374
|
-
/**
|
|
375
|
-
* @remarks
|
|
376
|
-
* Id of the request
|
|
377
|
-
*
|
|
378
|
-
* @example
|
|
379
|
-
* 5D0E915E-655D-59A8-894F-93873F73AAE5
|
|
380
|
-
*/
|
|
381
|
-
requestId?: string;
|
|
415
|
+
export declare class GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoMindMappingGenerateResultVideoMindMappingsChildNodesChildNodes extends $dara.Model {
|
|
416
|
+
name?: string;
|
|
382
417
|
static names(): {
|
|
383
418
|
[key: string]: string;
|
|
384
419
|
};
|
|
385
420
|
static types(): {
|
|
386
421
|
[key: string]: any;
|
|
387
422
|
};
|
|
423
|
+
validate(): void;
|
|
388
424
|
constructor(map?: {
|
|
389
425
|
[key: string]: any;
|
|
390
426
|
});
|
|
391
427
|
}
|
|
392
|
-
export declare class
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
};
|
|
396
|
-
statusCode?: number;
|
|
397
|
-
body?: RunHotTopicSummaryResponseBody;
|
|
428
|
+
export declare class GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoMindMappingGenerateResultVideoMindMappingsChildNodes extends $dara.Model {
|
|
429
|
+
childNodes?: GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoMindMappingGenerateResultVideoMindMappingsChildNodesChildNodes[];
|
|
430
|
+
name?: string;
|
|
398
431
|
static names(): {
|
|
399
432
|
[key: string]: string;
|
|
400
433
|
};
|
|
401
434
|
static types(): {
|
|
402
435
|
[key: string]: any;
|
|
403
436
|
};
|
|
437
|
+
validate(): void;
|
|
404
438
|
constructor(map?: {
|
|
405
439
|
[key: string]: any;
|
|
406
440
|
});
|
|
407
441
|
}
|
|
408
|
-
export declare class
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
/**
|
|
412
|
-
* @example
|
|
413
|
-
* qwen-max
|
|
414
|
-
* qwen-plus
|
|
415
|
-
*/
|
|
416
|
-
modelId?: string;
|
|
417
|
-
sourceMaterials?: string[];
|
|
442
|
+
export declare class GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoMindMappingGenerateResultVideoMindMappings extends $dara.Model {
|
|
443
|
+
childNodes?: GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoMindMappingGenerateResultVideoMindMappingsChildNodes[];
|
|
444
|
+
name?: string;
|
|
418
445
|
static names(): {
|
|
419
446
|
[key: string]: string;
|
|
420
447
|
};
|
|
421
448
|
static types(): {
|
|
422
449
|
[key: string]: any;
|
|
423
450
|
};
|
|
451
|
+
validate(): void;
|
|
424
452
|
constructor(map?: {
|
|
425
453
|
[key: string]: any;
|
|
426
454
|
});
|
|
427
455
|
}
|
|
428
|
-
export declare class
|
|
429
|
-
customPrompt?: string;
|
|
430
|
-
extractType?: string;
|
|
456
|
+
export declare class GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoMindMappingGenerateResult extends $dara.Model {
|
|
431
457
|
/**
|
|
432
458
|
* @example
|
|
433
|
-
*
|
|
434
|
-
* qwen-plus
|
|
459
|
+
* true
|
|
435
460
|
*/
|
|
436
|
-
|
|
437
|
-
|
|
461
|
+
generateFinished?: boolean;
|
|
462
|
+
text?: string;
|
|
463
|
+
usage?: GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoMindMappingGenerateResultUsage;
|
|
464
|
+
videoMindMappings?: GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoMindMappingGenerateResultVideoMindMappings[];
|
|
438
465
|
static names(): {
|
|
439
466
|
[key: string]: string;
|
|
440
467
|
};
|
|
441
468
|
static types(): {
|
|
442
469
|
[key: string]: any;
|
|
443
470
|
};
|
|
471
|
+
validate(): void;
|
|
444
472
|
constructor(map?: {
|
|
445
473
|
[key: string]: any;
|
|
446
474
|
});
|
|
447
475
|
}
|
|
448
|
-
export declare class
|
|
476
|
+
export declare class GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoTitleGenerateResultUsage extends $dara.Model {
|
|
449
477
|
/**
|
|
450
478
|
* @example
|
|
451
|
-
*
|
|
479
|
+
* 0
|
|
452
480
|
*/
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
481
|
+
inputTokens?: number;
|
|
482
|
+
/**
|
|
483
|
+
* @example
|
|
484
|
+
* 0
|
|
485
|
+
*/
|
|
486
|
+
outputTokens?: number;
|
|
487
|
+
/**
|
|
488
|
+
* @example
|
|
489
|
+
* 0
|
|
490
|
+
*/
|
|
491
|
+
totalTokens?: number;
|
|
456
492
|
static names(): {
|
|
457
493
|
[key: string]: string;
|
|
458
494
|
};
|
|
459
495
|
static types(): {
|
|
460
496
|
[key: string]: any;
|
|
461
497
|
};
|
|
498
|
+
validate(): void;
|
|
462
499
|
constructor(map?: {
|
|
463
500
|
[key: string]: any;
|
|
464
501
|
});
|
|
465
502
|
}
|
|
466
|
-
export declare class
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
503
|
+
export declare class GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoTitleGenerateResult extends $dara.Model {
|
|
504
|
+
/**
|
|
505
|
+
* @example
|
|
506
|
+
* true
|
|
507
|
+
*/
|
|
508
|
+
generateFinished?: boolean;
|
|
509
|
+
/**
|
|
510
|
+
* @example
|
|
511
|
+
* xxxx
|
|
512
|
+
*/
|
|
513
|
+
text?: string;
|
|
514
|
+
usage?: GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoTitleGenerateResultUsage;
|
|
472
515
|
static names(): {
|
|
473
516
|
[key: string]: string;
|
|
474
517
|
};
|
|
475
518
|
static types(): {
|
|
476
519
|
[key: string]: any;
|
|
477
520
|
};
|
|
521
|
+
validate(): void;
|
|
478
522
|
constructor(map?: {
|
|
479
523
|
[key: string]: any;
|
|
480
524
|
});
|
|
481
525
|
}
|
|
482
|
-
export declare class
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
* qwen-max
|
|
489
|
-
* qwen-plus
|
|
490
|
-
*/
|
|
491
|
-
modelId?: string;
|
|
492
|
-
outputExample?: string;
|
|
493
|
-
sourceMaterial?: string;
|
|
494
|
-
writingType?: string;
|
|
526
|
+
export declare class GetVideoAnalysisTaskResponseBodyDataPayloadOutput extends $dara.Model {
|
|
527
|
+
videoAnalysisResult?: GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoAnalysisResult;
|
|
528
|
+
videoCaptionResult?: GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoCaptionResult;
|
|
529
|
+
videoGenerateResult?: GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoGenerateResult;
|
|
530
|
+
videoMindMappingGenerateResult?: GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoMindMappingGenerateResult;
|
|
531
|
+
videoTitleGenerateResult?: GetVideoAnalysisTaskResponseBodyDataPayloadOutputVideoTitleGenerateResult;
|
|
495
532
|
static names(): {
|
|
496
533
|
[key: string]: string;
|
|
497
534
|
};
|
|
498
535
|
static types(): {
|
|
499
536
|
[key: string]: any;
|
|
500
537
|
};
|
|
538
|
+
validate(): void;
|
|
501
539
|
constructor(map?: {
|
|
502
540
|
[key: string]: any;
|
|
503
541
|
});
|
|
504
542
|
}
|
|
505
|
-
export declare class
|
|
543
|
+
export declare class GetVideoAnalysisTaskResponseBodyDataPayloadUsage extends $dara.Model {
|
|
506
544
|
/**
|
|
507
545
|
* @example
|
|
508
|
-
*
|
|
546
|
+
* 0
|
|
509
547
|
*/
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
548
|
+
inputTokens?: number;
|
|
549
|
+
/**
|
|
550
|
+
* @example
|
|
551
|
+
* 0
|
|
552
|
+
*/
|
|
553
|
+
outputTokens?: number;
|
|
554
|
+
/**
|
|
555
|
+
* @example
|
|
556
|
+
* 0
|
|
557
|
+
*/
|
|
558
|
+
totalTokens?: number;
|
|
513
559
|
static names(): {
|
|
514
560
|
[key: string]: string;
|
|
515
561
|
};
|
|
516
562
|
static types(): {
|
|
517
563
|
[key: string]: any;
|
|
518
564
|
};
|
|
565
|
+
validate(): void;
|
|
519
566
|
constructor(map?: {
|
|
520
567
|
[key: string]: any;
|
|
521
568
|
});
|
|
522
569
|
}
|
|
523
|
-
export declare class
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
};
|
|
527
|
-
statusCode?: number;
|
|
528
|
-
body?: RunMarketingInformationWritingResponseBody;
|
|
570
|
+
export declare class GetVideoAnalysisTaskResponseBodyDataPayload extends $dara.Model {
|
|
571
|
+
output?: GetVideoAnalysisTaskResponseBodyDataPayloadOutput;
|
|
572
|
+
usage?: GetVideoAnalysisTaskResponseBodyDataPayloadUsage;
|
|
529
573
|
static names(): {
|
|
530
574
|
[key: string]: string;
|
|
531
575
|
};
|
|
532
576
|
static types(): {
|
|
533
577
|
[key: string]: any;
|
|
534
578
|
};
|
|
579
|
+
validate(): void;
|
|
535
580
|
constructor(map?: {
|
|
536
581
|
[key: string]: any;
|
|
537
582
|
});
|
|
538
583
|
}
|
|
539
|
-
export declare class
|
|
540
|
-
/**
|
|
541
|
-
* @example
|
|
542
|
-
* 一队全副武装的执法人员和消防员闯入了一间明显已被遗弃多日、门窗紧闭并用胶带封死的公寓,面对着屋内令人作呕的恶臭和门厅里的混乱场面,他们似乎在寻找某种隐藏的真相或危险源,而一封日期为16号的信件成为了揭开谜团的关键线索,随着便衣探员深入探索,一系列封闭的房间暗示着这里曾发生过不为人知的秘密事件。
|
|
543
|
-
*/
|
|
544
|
-
scriptSummary?: string;
|
|
584
|
+
export declare class GetVideoAnalysisTaskResponseBodyDataTaskRunInfo extends $dara.Model {
|
|
545
585
|
/**
|
|
546
586
|
* @example
|
|
547
|
-
*
|
|
587
|
+
* true
|
|
548
588
|
*/
|
|
549
|
-
|
|
589
|
+
concurrentChargeEnable?: boolean;
|
|
550
590
|
/**
|
|
551
|
-
* @remarks
|
|
552
|
-
* This parameter is required.
|
|
553
|
-
*
|
|
554
591
|
* @example
|
|
555
|
-
*
|
|
592
|
+
* 1
|
|
556
593
|
*/
|
|
557
|
-
|
|
594
|
+
responseTime?: number;
|
|
558
595
|
static names(): {
|
|
559
596
|
[key: string]: string;
|
|
560
597
|
};
|
|
561
598
|
static types(): {
|
|
562
599
|
[key: string]: any;
|
|
563
600
|
};
|
|
601
|
+
validate(): void;
|
|
564
602
|
constructor(map?: {
|
|
565
603
|
[key: string]: any;
|
|
566
604
|
});
|
|
567
605
|
}
|
|
568
|
-
export declare class
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
606
|
+
export declare class GetVideoAnalysisTaskResponseBodyData extends $dara.Model {
|
|
607
|
+
/**
|
|
608
|
+
* @example
|
|
609
|
+
* Access was denied, message: No such namespace namespaces/mjp-test-default.
|
|
610
|
+
*/
|
|
611
|
+
errorMessage?: string;
|
|
612
|
+
header?: GetVideoAnalysisTaskResponseBodyDataHeader;
|
|
613
|
+
payload?: GetVideoAnalysisTaskResponseBodyDataPayload;
|
|
614
|
+
/**
|
|
615
|
+
* @example
|
|
616
|
+
* 3feb69ed02d9b1a17d0f1a942675d300
|
|
617
|
+
*/
|
|
618
|
+
taskId?: string;
|
|
619
|
+
taskRunInfo?: GetVideoAnalysisTaskResponseBodyDataTaskRunInfo;
|
|
620
|
+
/**
|
|
621
|
+
* @example
|
|
622
|
+
* SUCCESSED
|
|
623
|
+
*/
|
|
624
|
+
taskStatus?: string;
|
|
572
625
|
static names(): {
|
|
573
626
|
[key: string]: string;
|
|
574
627
|
};
|
|
575
628
|
static types(): {
|
|
576
629
|
[key: string]: any;
|
|
577
630
|
};
|
|
631
|
+
validate(): void;
|
|
578
632
|
constructor(map?: {
|
|
579
633
|
[key: string]: any;
|
|
580
634
|
});
|
|
581
635
|
}
|
|
582
|
-
export declare class
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
636
|
+
export declare class ListHotTopicSummariesResponseBodyDataNewsComments extends $dara.Model {
|
|
637
|
+
/**
|
|
638
|
+
* @example
|
|
639
|
+
* xx
|
|
640
|
+
*/
|
|
641
|
+
text?: string;
|
|
588
642
|
static names(): {
|
|
589
643
|
[key: string]: string;
|
|
590
644
|
};
|
|
591
645
|
static types(): {
|
|
592
646
|
[key: string]: any;
|
|
593
647
|
};
|
|
648
|
+
validate(): void;
|
|
594
649
|
constructor(map?: {
|
|
595
650
|
[key: string]: any;
|
|
596
651
|
});
|
|
597
652
|
}
|
|
598
|
-
export declare class
|
|
653
|
+
export declare class ListHotTopicSummariesResponseBodyDataNews extends $dara.Model {
|
|
654
|
+
comments?: ListHotTopicSummariesResponseBodyDataNewsComments[];
|
|
599
655
|
/**
|
|
600
656
|
* @example
|
|
601
|
-
*
|
|
657
|
+
* xx
|
|
602
658
|
*/
|
|
603
|
-
|
|
604
|
-
dialogueInScene?: boolean;
|
|
605
|
-
plotConflict?: boolean;
|
|
659
|
+
content?: string;
|
|
606
660
|
/**
|
|
607
661
|
* @example
|
|
608
|
-
*
|
|
662
|
+
* 2024-09-10 15:32:00
|
|
609
663
|
*/
|
|
610
|
-
|
|
664
|
+
pubTime?: string;
|
|
611
665
|
/**
|
|
612
666
|
* @example
|
|
613
|
-
*
|
|
667
|
+
* xx
|
|
614
668
|
*/
|
|
615
|
-
|
|
669
|
+
title?: string;
|
|
616
670
|
/**
|
|
617
671
|
* @remarks
|
|
618
|
-
*
|
|
672
|
+
* url
|
|
619
673
|
*
|
|
620
674
|
* @example
|
|
621
|
-
*
|
|
622
|
-
*/
|
|
623
|
-
scriptSummary?: string;
|
|
624
|
-
/**
|
|
625
|
-
* @example
|
|
626
|
-
* 现代,都市,爱情,玄幻
|
|
675
|
+
* http://xxx
|
|
627
676
|
*/
|
|
628
|
-
|
|
677
|
+
url?: string;
|
|
629
678
|
static names(): {
|
|
630
679
|
[key: string]: string;
|
|
631
680
|
};
|
|
632
681
|
static types(): {
|
|
633
682
|
[key: string]: any;
|
|
634
683
|
};
|
|
684
|
+
validate(): void;
|
|
635
685
|
constructor(map?: {
|
|
636
686
|
[key: string]: any;
|
|
637
687
|
});
|
|
638
688
|
}
|
|
639
|
-
export declare class
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
689
|
+
export declare class ListHotTopicSummariesResponseBodyDataSummarySummaries extends $dara.Model {
|
|
690
|
+
/**
|
|
691
|
+
* @example
|
|
692
|
+
* xx
|
|
693
|
+
*/
|
|
694
|
+
summary?: string;
|
|
695
|
+
/**
|
|
696
|
+
* @example
|
|
697
|
+
* xx
|
|
698
|
+
*/
|
|
699
|
+
title?: string;
|
|
643
700
|
static names(): {
|
|
644
701
|
[key: string]: string;
|
|
645
702
|
};
|
|
646
703
|
static types(): {
|
|
647
704
|
[key: string]: any;
|
|
648
705
|
};
|
|
706
|
+
validate(): void;
|
|
649
707
|
constructor(map?: {
|
|
650
708
|
[key: string]: any;
|
|
651
709
|
});
|
|
652
710
|
}
|
|
653
|
-
export declare class
|
|
654
|
-
|
|
655
|
-
[key: string]: string;
|
|
656
|
-
};
|
|
657
|
-
statusCode?: number;
|
|
658
|
-
body?: RunScriptPlanningResponseBody;
|
|
711
|
+
export declare class ListHotTopicSummariesResponseBodyDataSummary extends $dara.Model {
|
|
712
|
+
summaries?: ListHotTopicSummariesResponseBodyDataSummarySummaries[];
|
|
659
713
|
static names(): {
|
|
660
714
|
[key: string]: string;
|
|
661
715
|
};
|
|
662
716
|
static types(): {
|
|
663
717
|
[key: string]: any;
|
|
664
718
|
};
|
|
719
|
+
validate(): void;
|
|
665
720
|
constructor(map?: {
|
|
666
721
|
[key: string]: any;
|
|
667
722
|
});
|
|
668
723
|
}
|
|
669
|
-
export declare class
|
|
724
|
+
export declare class ListHotTopicSummariesResponseBodyData extends $dara.Model {
|
|
725
|
+
category?: string;
|
|
670
726
|
/**
|
|
671
|
-
* @
|
|
672
|
-
*
|
|
727
|
+
* @example
|
|
728
|
+
* xx
|
|
673
729
|
*/
|
|
674
|
-
|
|
730
|
+
hotTopic?: string;
|
|
675
731
|
/**
|
|
676
|
-
* @
|
|
677
|
-
*
|
|
732
|
+
* @example
|
|
733
|
+
* 2024-09-13_12
|
|
678
734
|
*/
|
|
679
|
-
|
|
680
|
-
styleFeature?: string;
|
|
735
|
+
hotTopicVersion?: string;
|
|
681
736
|
/**
|
|
682
|
-
* @
|
|
683
|
-
*
|
|
737
|
+
* @example
|
|
738
|
+
* 1000000
|
|
684
739
|
*/
|
|
685
|
-
|
|
740
|
+
hotValue?: number;
|
|
741
|
+
/**
|
|
742
|
+
* @example
|
|
743
|
+
* db5dc5b3d8954a30b65ba700c9dda3bb
|
|
744
|
+
*/
|
|
745
|
+
id?: string;
|
|
746
|
+
news?: ListHotTopicSummariesResponseBodyDataNews[];
|
|
747
|
+
summary?: ListHotTopicSummariesResponseBodyDataSummary;
|
|
748
|
+
/**
|
|
749
|
+
* @example
|
|
750
|
+
* xx
|
|
751
|
+
*/
|
|
752
|
+
textSummary?: string;
|
|
686
753
|
static names(): {
|
|
687
754
|
[key: string]: string;
|
|
688
755
|
};
|
|
689
756
|
static types(): {
|
|
690
757
|
[key: string]: any;
|
|
691
758
|
};
|
|
759
|
+
validate(): void;
|
|
692
760
|
constructor(map?: {
|
|
693
761
|
[key: string]: any;
|
|
694
762
|
});
|
|
695
763
|
}
|
|
696
|
-
export declare class
|
|
764
|
+
export declare class RunHotTopicChatRequestMessages extends $dara.Model {
|
|
697
765
|
/**
|
|
698
|
-
* @
|
|
699
|
-
*
|
|
766
|
+
* @example
|
|
767
|
+
* xxx
|
|
700
768
|
*/
|
|
701
|
-
|
|
769
|
+
content?: string;
|
|
702
770
|
/**
|
|
703
|
-
* @
|
|
704
|
-
*
|
|
771
|
+
* @example
|
|
772
|
+
* 2024-12-10 18:51:29
|
|
705
773
|
*/
|
|
706
|
-
|
|
707
|
-
styleFeature?: string;
|
|
774
|
+
createTime?: string;
|
|
708
775
|
/**
|
|
709
|
-
* @
|
|
710
|
-
*
|
|
776
|
+
* @example
|
|
777
|
+
* user
|
|
711
778
|
*/
|
|
712
|
-
|
|
779
|
+
role?: string;
|
|
713
780
|
static names(): {
|
|
714
781
|
[key: string]: string;
|
|
715
782
|
};
|
|
716
783
|
static types(): {
|
|
717
784
|
[key: string]: any;
|
|
718
785
|
};
|
|
786
|
+
validate(): void;
|
|
719
787
|
constructor(map?: {
|
|
720
788
|
[key: string]: any;
|
|
721
789
|
});
|
|
722
790
|
}
|
|
723
|
-
export declare class
|
|
791
|
+
export declare class RunHotTopicChatRequestStepForBroadcastContentConfigCustomHotValueWeights extends $dara.Model {
|
|
724
792
|
/**
|
|
725
793
|
* @example
|
|
726
|
-
*
|
|
794
|
+
* comments
|
|
727
795
|
*/
|
|
728
|
-
|
|
796
|
+
dimension?: string;
|
|
729
797
|
/**
|
|
730
798
|
* @example
|
|
731
|
-
*
|
|
799
|
+
* 1
|
|
732
800
|
*/
|
|
733
|
-
|
|
734
|
-
payload?: RunStyleWritingResponseBodyPayload;
|
|
801
|
+
weight?: number;
|
|
735
802
|
static names(): {
|
|
736
803
|
[key: string]: string;
|
|
737
804
|
};
|
|
738
805
|
static types(): {
|
|
739
806
|
[key: string]: any;
|
|
740
807
|
};
|
|
808
|
+
validate(): void;
|
|
741
809
|
constructor(map?: {
|
|
742
810
|
[key: string]: any;
|
|
743
811
|
});
|
|
744
812
|
}
|
|
745
|
-
export declare class
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
813
|
+
export declare class RunHotTopicChatRequestStepForBroadcastContentConfig extends $dara.Model {
|
|
814
|
+
categories?: string[];
|
|
815
|
+
customHotValueWeights?: RunHotTopicChatRequestStepForBroadcastContentConfigCustomHotValueWeights[];
|
|
816
|
+
/**
|
|
817
|
+
* @example
|
|
818
|
+
* 20
|
|
819
|
+
*/
|
|
820
|
+
topicCount?: number;
|
|
751
821
|
static names(): {
|
|
752
822
|
[key: string]: string;
|
|
753
823
|
};
|
|
754
824
|
static types(): {
|
|
755
825
|
[key: string]: any;
|
|
756
826
|
};
|
|
827
|
+
validate(): void;
|
|
757
828
|
constructor(map?: {
|
|
758
829
|
[key: string]: any;
|
|
759
830
|
});
|
|
760
831
|
}
|
|
761
|
-
export declare class
|
|
762
|
-
generateOptions?: string[];
|
|
763
|
-
modelCustomPromptTemplate?: string;
|
|
832
|
+
export declare class RunHotTopicChatResponseBodyHeader extends $dara.Model {
|
|
764
833
|
/**
|
|
765
834
|
* @example
|
|
766
|
-
*
|
|
835
|
+
* InvalidParam
|
|
767
836
|
*/
|
|
768
|
-
|
|
837
|
+
errorCode?: string;
|
|
769
838
|
/**
|
|
770
839
|
* @example
|
|
771
|
-
*
|
|
840
|
+
* xx
|
|
772
841
|
*/
|
|
773
|
-
|
|
842
|
+
errorMessage?: string;
|
|
774
843
|
/**
|
|
775
844
|
* @example
|
|
776
|
-
*
|
|
845
|
+
* task-finished
|
|
777
846
|
*/
|
|
778
|
-
|
|
779
|
-
snapshotInterval?: number;
|
|
847
|
+
event?: string;
|
|
780
848
|
/**
|
|
781
849
|
* @example
|
|
782
|
-
*
|
|
850
|
+
* xx
|
|
783
851
|
*/
|
|
784
|
-
|
|
785
|
-
videoExtraInfo?: string;
|
|
786
|
-
videoModelCustomPromptTemplate?: string;
|
|
852
|
+
eventInfo?: string;
|
|
787
853
|
/**
|
|
788
854
|
* @example
|
|
789
|
-
*
|
|
855
|
+
* xxx
|
|
790
856
|
*/
|
|
791
|
-
|
|
857
|
+
sessionId?: string;
|
|
792
858
|
/**
|
|
793
859
|
* @example
|
|
794
|
-
*
|
|
860
|
+
* d3be9981-ca2d-4e17-bf31-1c0a628e9f99
|
|
795
861
|
*/
|
|
796
|
-
|
|
862
|
+
taskId?: string;
|
|
863
|
+
/**
|
|
864
|
+
* @example
|
|
865
|
+
* 2150451a17191950923411783e2927
|
|
866
|
+
*/
|
|
867
|
+
traceId?: string;
|
|
797
868
|
static names(): {
|
|
798
869
|
[key: string]: string;
|
|
799
870
|
};
|
|
800
871
|
static types(): {
|
|
801
872
|
[key: string]: any;
|
|
802
873
|
};
|
|
874
|
+
validate(): void;
|
|
803
875
|
constructor(map?: {
|
|
804
876
|
[key: string]: any;
|
|
805
877
|
});
|
|
806
878
|
}
|
|
807
|
-
export declare class
|
|
808
|
-
generateOptionsShrink?: string;
|
|
809
|
-
modelCustomPromptTemplate?: string;
|
|
810
|
-
/**
|
|
811
|
-
* @example
|
|
812
|
-
* PlotDetail
|
|
813
|
-
*/
|
|
814
|
-
modelCustomPromptTemplateId?: string;
|
|
879
|
+
export declare class RunHotTopicChatResponseBodyPayloadOutputArticles extends $dara.Model {
|
|
815
880
|
/**
|
|
816
881
|
* @example
|
|
817
|
-
*
|
|
882
|
+
* xxx
|
|
818
883
|
*/
|
|
819
|
-
|
|
884
|
+
content?: string;
|
|
820
885
|
/**
|
|
821
886
|
* @example
|
|
822
|
-
*
|
|
887
|
+
* 2024-09-22 16:45:06
|
|
823
888
|
*/
|
|
824
|
-
|
|
825
|
-
|
|
889
|
+
pubTime?: string;
|
|
890
|
+
score?: number;
|
|
891
|
+
searchSourceName?: string;
|
|
892
|
+
select?: boolean;
|
|
826
893
|
/**
|
|
827
894
|
* @example
|
|
828
|
-
*
|
|
895
|
+
* xx
|
|
829
896
|
*/
|
|
830
|
-
|
|
831
|
-
videoExtraInfo?: string;
|
|
832
|
-
videoModelCustomPromptTemplate?: string;
|
|
897
|
+
summary?: string;
|
|
833
898
|
/**
|
|
834
899
|
* @example
|
|
835
|
-
*
|
|
900
|
+
* test
|
|
836
901
|
*/
|
|
837
|
-
|
|
902
|
+
title?: string;
|
|
838
903
|
/**
|
|
839
904
|
* @example
|
|
840
|
-
* http://
|
|
905
|
+
* http://xxx
|
|
841
906
|
*/
|
|
842
|
-
|
|
907
|
+
url?: string;
|
|
843
908
|
static names(): {
|
|
844
909
|
[key: string]: string;
|
|
845
910
|
};
|
|
846
911
|
static types(): {
|
|
847
912
|
[key: string]: any;
|
|
848
913
|
};
|
|
914
|
+
validate(): void;
|
|
849
915
|
constructor(map?: {
|
|
850
916
|
[key: string]: any;
|
|
851
917
|
});
|
|
852
918
|
}
|
|
853
|
-
export declare class
|
|
854
|
-
header?: RunVideoAnalysisResponseBodyHeader;
|
|
855
|
-
payload?: RunVideoAnalysisResponseBodyPayload;
|
|
919
|
+
export declare class RunHotTopicChatResponseBodyPayloadOutputHotTopicSummariesImages extends $dara.Model {
|
|
856
920
|
/**
|
|
857
921
|
* @example
|
|
858
|
-
*
|
|
922
|
+
* http://xxx
|
|
859
923
|
*/
|
|
860
|
-
|
|
861
|
-
static names(): {
|
|
862
|
-
[key: string]: string;
|
|
863
|
-
};
|
|
864
|
-
static types(): {
|
|
865
|
-
[key: string]: any;
|
|
866
|
-
};
|
|
867
|
-
constructor(map?: {
|
|
868
|
-
[key: string]: any;
|
|
869
|
-
});
|
|
870
|
-
}
|
|
871
|
-
export declare class RunVideoAnalysisResponse extends $tea.Model {
|
|
872
|
-
headers?: {
|
|
873
|
-
[key: string]: string;
|
|
874
|
-
};
|
|
875
|
-
statusCode?: number;
|
|
876
|
-
body?: RunVideoAnalysisResponseBody;
|
|
924
|
+
url?: string;
|
|
877
925
|
static names(): {
|
|
878
926
|
[key: string]: string;
|
|
879
927
|
};
|
|
880
928
|
static types(): {
|
|
881
929
|
[key: string]: any;
|
|
882
930
|
};
|
|
931
|
+
validate(): void;
|
|
883
932
|
constructor(map?: {
|
|
884
933
|
[key: string]: any;
|
|
885
934
|
});
|
|
886
935
|
}
|
|
887
|
-
export declare class
|
|
936
|
+
export declare class RunHotTopicChatResponseBodyPayloadOutputHotTopicSummariesNews extends $dara.Model {
|
|
888
937
|
/**
|
|
889
938
|
* @example
|
|
890
|
-
*
|
|
939
|
+
* xxx
|
|
940
|
+
*/
|
|
941
|
+
title?: string;
|
|
942
|
+
/**
|
|
943
|
+
* @example
|
|
944
|
+
* http://xxx
|
|
891
945
|
*/
|
|
892
946
|
url?: string;
|
|
893
947
|
static names(): {
|
|
@@ -896,12 +950,26 @@ export declare class GenerateBroadcastNewsResponseBodyDataHotTopicSummariesImage
|
|
|
896
950
|
static types(): {
|
|
897
951
|
[key: string]: any;
|
|
898
952
|
};
|
|
953
|
+
validate(): void;
|
|
899
954
|
constructor(map?: {
|
|
900
955
|
[key: string]: any;
|
|
901
956
|
});
|
|
902
957
|
}
|
|
903
|
-
export declare class
|
|
904
|
-
|
|
958
|
+
export declare class RunHotTopicChatResponseBodyPayloadOutputHotTopicSummaries extends $dara.Model {
|
|
959
|
+
/**
|
|
960
|
+
* @example
|
|
961
|
+
* 100000
|
|
962
|
+
*/
|
|
963
|
+
customHotValue?: number;
|
|
964
|
+
/**
|
|
965
|
+
* @example
|
|
966
|
+
* xxx
|
|
967
|
+
*/
|
|
968
|
+
customTextSummary?: string;
|
|
969
|
+
/**
|
|
970
|
+
* @example
|
|
971
|
+
* xx
|
|
972
|
+
*/
|
|
905
973
|
hotTopic?: string;
|
|
906
974
|
/**
|
|
907
975
|
* @example
|
|
@@ -910,15 +978,11 @@ export declare class GenerateBroadcastNewsResponseBodyDataHotTopicSummaries exte
|
|
|
910
978
|
hotTopicVersion?: string;
|
|
911
979
|
/**
|
|
912
980
|
* @example
|
|
913
|
-
*
|
|
981
|
+
* 100000
|
|
914
982
|
*/
|
|
915
983
|
hotValue?: number;
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
* 1458tb3bjo7531kap42a
|
|
919
|
-
*/
|
|
920
|
-
id?: string;
|
|
921
|
-
images?: GenerateBroadcastNewsResponseBodyDataHotTopicSummariesImages[];
|
|
984
|
+
images?: RunHotTopicChatResponseBodyPayloadOutputHotTopicSummariesImages[];
|
|
985
|
+
news?: RunHotTopicChatResponseBodyPayloadOutputHotTopicSummariesNews[];
|
|
922
986
|
/**
|
|
923
987
|
* @example
|
|
924
988
|
* xxx
|
|
@@ -930,282 +994,341 @@ export declare class GenerateBroadcastNewsResponseBodyDataHotTopicSummaries exte
|
|
|
930
994
|
static types(): {
|
|
931
995
|
[key: string]: any;
|
|
932
996
|
};
|
|
997
|
+
validate(): void;
|
|
933
998
|
constructor(map?: {
|
|
934
999
|
[key: string]: any;
|
|
935
1000
|
});
|
|
936
1001
|
}
|
|
937
|
-
export declare class
|
|
1002
|
+
export declare class RunHotTopicChatResponseBodyPayloadOutputMultimodalMedias extends $dara.Model {
|
|
938
1003
|
/**
|
|
939
1004
|
* @example
|
|
940
|
-
*
|
|
1005
|
+
* http://xxxx
|
|
941
1006
|
*/
|
|
942
|
-
|
|
1007
|
+
fileUrl?: string;
|
|
943
1008
|
/**
|
|
944
1009
|
* @example
|
|
945
|
-
*
|
|
1010
|
+
* image
|
|
946
1011
|
*/
|
|
947
|
-
|
|
1012
|
+
mediaType?: string;
|
|
1013
|
+
sortScore?: number;
|
|
1014
|
+
static names(): {
|
|
1015
|
+
[key: string]: string;
|
|
1016
|
+
};
|
|
1017
|
+
static types(): {
|
|
1018
|
+
[key: string]: any;
|
|
1019
|
+
};
|
|
1020
|
+
validate(): void;
|
|
1021
|
+
constructor(map?: {
|
|
1022
|
+
[key: string]: any;
|
|
1023
|
+
});
|
|
1024
|
+
}
|
|
1025
|
+
export declare class RunHotTopicChatResponseBodyPayloadOutput extends $dara.Model {
|
|
1026
|
+
articles?: RunHotTopicChatResponseBodyPayloadOutputArticles[];
|
|
1027
|
+
hotTopicSummaries?: RunHotTopicChatResponseBodyPayloadOutputHotTopicSummaries[];
|
|
1028
|
+
multimodalMedias?: RunHotTopicChatResponseBodyPayloadOutputMultimodalMedias[];
|
|
1029
|
+
recommendQueries?: string[];
|
|
1030
|
+
searchQuery?: string;
|
|
948
1031
|
/**
|
|
949
1032
|
* @example
|
|
950
|
-
*
|
|
1033
|
+
* xx
|
|
951
1034
|
*/
|
|
952
|
-
|
|
1035
|
+
text?: string;
|
|
953
1036
|
static names(): {
|
|
954
1037
|
[key: string]: string;
|
|
955
1038
|
};
|
|
956
1039
|
static types(): {
|
|
957
1040
|
[key: string]: any;
|
|
958
1041
|
};
|
|
1042
|
+
validate(): void;
|
|
959
1043
|
constructor(map?: {
|
|
960
1044
|
[key: string]: any;
|
|
961
1045
|
});
|
|
962
1046
|
}
|
|
963
|
-
export declare class
|
|
964
|
-
hotTopicSummaries?: GenerateBroadcastNewsResponseBodyDataHotTopicSummaries[];
|
|
1047
|
+
export declare class RunHotTopicChatResponseBodyPayloadUsage extends $dara.Model {
|
|
965
1048
|
/**
|
|
966
1049
|
* @example
|
|
967
|
-
*
|
|
1050
|
+
* 100
|
|
968
1051
|
*/
|
|
969
|
-
|
|
1052
|
+
inputTokens?: number;
|
|
970
1053
|
/**
|
|
971
1054
|
* @example
|
|
972
|
-
*
|
|
1055
|
+
* 100
|
|
973
1056
|
*/
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
1057
|
+
outputTokens?: number;
|
|
1058
|
+
/**
|
|
1059
|
+
* @example
|
|
1060
|
+
* 200
|
|
1061
|
+
*/
|
|
1062
|
+
totalTokens?: number;
|
|
977
1063
|
static names(): {
|
|
978
1064
|
[key: string]: string;
|
|
979
1065
|
};
|
|
980
1066
|
static types(): {
|
|
981
1067
|
[key: string]: any;
|
|
982
1068
|
};
|
|
1069
|
+
validate(): void;
|
|
983
1070
|
constructor(map?: {
|
|
984
1071
|
[key: string]: any;
|
|
985
1072
|
});
|
|
986
1073
|
}
|
|
987
|
-
export declare class
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
* xx
|
|
991
|
-
*/
|
|
992
|
-
text?: string;
|
|
1074
|
+
export declare class RunHotTopicChatResponseBodyPayload extends $dara.Model {
|
|
1075
|
+
output?: RunHotTopicChatResponseBodyPayloadOutput;
|
|
1076
|
+
usage?: RunHotTopicChatResponseBodyPayloadUsage;
|
|
993
1077
|
static names(): {
|
|
994
1078
|
[key: string]: string;
|
|
995
1079
|
};
|
|
996
1080
|
static types(): {
|
|
997
1081
|
[key: string]: any;
|
|
998
1082
|
};
|
|
1083
|
+
validate(): void;
|
|
999
1084
|
constructor(map?: {
|
|
1000
1085
|
[key: string]: any;
|
|
1001
1086
|
});
|
|
1002
1087
|
}
|
|
1003
|
-
export declare class
|
|
1004
|
-
comments?: ListHotTopicSummariesResponseBodyDataNewsComments[];
|
|
1005
|
-
/**
|
|
1006
|
-
* @example
|
|
1007
|
-
* xx
|
|
1008
|
-
*/
|
|
1009
|
-
content?: string;
|
|
1088
|
+
export declare class RunHotTopicSummaryRequestStepForCustomSummaryStyleConfig extends $dara.Model {
|
|
1010
1089
|
/**
|
|
1011
1090
|
* @example
|
|
1012
|
-
*
|
|
1091
|
+
* 2
|
|
1013
1092
|
*/
|
|
1014
|
-
|
|
1093
|
+
summaryImageCount?: number;
|
|
1015
1094
|
/**
|
|
1095
|
+
* @remarks
|
|
1096
|
+
* This parameter is required.
|
|
1097
|
+
*
|
|
1016
1098
|
* @example
|
|
1017
|
-
*
|
|
1099
|
+
* qwen-max
|
|
1018
1100
|
*/
|
|
1019
|
-
|
|
1101
|
+
summaryModel?: string;
|
|
1020
1102
|
/**
|
|
1021
|
-
* @remarks
|
|
1022
|
-
* url
|
|
1023
|
-
*
|
|
1024
1103
|
* @example
|
|
1025
|
-
*
|
|
1104
|
+
* xxxx
|
|
1026
1105
|
*/
|
|
1027
|
-
|
|
1106
|
+
summaryPrompt?: string;
|
|
1028
1107
|
static names(): {
|
|
1029
1108
|
[key: string]: string;
|
|
1030
1109
|
};
|
|
1031
1110
|
static types(): {
|
|
1032
1111
|
[key: string]: any;
|
|
1033
1112
|
};
|
|
1113
|
+
validate(): void;
|
|
1034
1114
|
constructor(map?: {
|
|
1035
1115
|
[key: string]: any;
|
|
1036
1116
|
});
|
|
1037
1117
|
}
|
|
1038
|
-
export declare class
|
|
1118
|
+
export declare class RunHotTopicSummaryResponseBodyHeader extends $dara.Model {
|
|
1039
1119
|
/**
|
|
1040
1120
|
* @example
|
|
1041
|
-
*
|
|
1121
|
+
* AccessForbidden
|
|
1042
1122
|
*/
|
|
1043
|
-
|
|
1123
|
+
errorCode?: string;
|
|
1044
1124
|
/**
|
|
1045
1125
|
* @example
|
|
1046
|
-
*
|
|
1126
|
+
* 错误信息
|
|
1047
1127
|
*/
|
|
1048
|
-
|
|
1128
|
+
errorMessage?: string;
|
|
1129
|
+
/**
|
|
1130
|
+
* @example
|
|
1131
|
+
* task-finished
|
|
1132
|
+
*/
|
|
1133
|
+
event?: string;
|
|
1134
|
+
/**
|
|
1135
|
+
* @example
|
|
1136
|
+
* xxxx
|
|
1137
|
+
*/
|
|
1138
|
+
sessionId?: string;
|
|
1139
|
+
/**
|
|
1140
|
+
* @example
|
|
1141
|
+
* xxxx
|
|
1142
|
+
*/
|
|
1143
|
+
taskId?: string;
|
|
1144
|
+
/**
|
|
1145
|
+
* @example
|
|
1146
|
+
* xxxxx
|
|
1147
|
+
*/
|
|
1148
|
+
traceId?: string;
|
|
1049
1149
|
static names(): {
|
|
1050
1150
|
[key: string]: string;
|
|
1051
1151
|
};
|
|
1052
1152
|
static types(): {
|
|
1053
1153
|
[key: string]: any;
|
|
1054
1154
|
};
|
|
1155
|
+
validate(): void;
|
|
1055
1156
|
constructor(map?: {
|
|
1056
1157
|
[key: string]: any;
|
|
1057
1158
|
});
|
|
1058
1159
|
}
|
|
1059
|
-
export declare class
|
|
1060
|
-
|
|
1160
|
+
export declare class RunHotTopicSummaryResponseBodyPayloadOutput extends $dara.Model {
|
|
1161
|
+
text?: string;
|
|
1162
|
+
topicId?: string;
|
|
1061
1163
|
static names(): {
|
|
1062
1164
|
[key: string]: string;
|
|
1063
1165
|
};
|
|
1064
1166
|
static types(): {
|
|
1065
1167
|
[key: string]: any;
|
|
1066
1168
|
};
|
|
1169
|
+
validate(): void;
|
|
1067
1170
|
constructor(map?: {
|
|
1068
1171
|
[key: string]: any;
|
|
1069
1172
|
});
|
|
1070
1173
|
}
|
|
1071
|
-
export declare class
|
|
1072
|
-
category?: string;
|
|
1073
|
-
/**
|
|
1074
|
-
* @example
|
|
1075
|
-
* xx
|
|
1076
|
-
*/
|
|
1077
|
-
hotTopic?: string;
|
|
1078
|
-
/**
|
|
1079
|
-
* @example
|
|
1080
|
-
* 2024-09-13_12
|
|
1081
|
-
*/
|
|
1082
|
-
hotTopicVersion?: string;
|
|
1174
|
+
export declare class RunHotTopicSummaryResponseBodyPayloadUsage extends $dara.Model {
|
|
1083
1175
|
/**
|
|
1084
1176
|
* @example
|
|
1085
|
-
*
|
|
1177
|
+
* 100
|
|
1086
1178
|
*/
|
|
1087
|
-
|
|
1179
|
+
inputTokens?: number;
|
|
1088
1180
|
/**
|
|
1089
1181
|
* @example
|
|
1090
|
-
*
|
|
1182
|
+
* 100
|
|
1091
1183
|
*/
|
|
1092
|
-
|
|
1093
|
-
news?: ListHotTopicSummariesResponseBodyDataNews[];
|
|
1094
|
-
summary?: ListHotTopicSummariesResponseBodyDataSummary;
|
|
1184
|
+
outputTokens?: number;
|
|
1095
1185
|
/**
|
|
1096
1186
|
* @example
|
|
1097
|
-
*
|
|
1187
|
+
* 200
|
|
1098
1188
|
*/
|
|
1099
|
-
|
|
1189
|
+
totalTokens?: number;
|
|
1190
|
+
static names(): {
|
|
1191
|
+
[key: string]: string;
|
|
1192
|
+
};
|
|
1193
|
+
static types(): {
|
|
1194
|
+
[key: string]: any;
|
|
1195
|
+
};
|
|
1196
|
+
validate(): void;
|
|
1197
|
+
constructor(map?: {
|
|
1198
|
+
[key: string]: any;
|
|
1199
|
+
});
|
|
1200
|
+
}
|
|
1201
|
+
export declare class RunHotTopicSummaryResponseBodyPayload extends $dara.Model {
|
|
1202
|
+
output?: RunHotTopicSummaryResponseBodyPayloadOutput;
|
|
1203
|
+
usage?: RunHotTopicSummaryResponseBodyPayloadUsage;
|
|
1100
1204
|
static names(): {
|
|
1101
1205
|
[key: string]: string;
|
|
1102
1206
|
};
|
|
1103
1207
|
static types(): {
|
|
1104
1208
|
[key: string]: any;
|
|
1105
1209
|
};
|
|
1210
|
+
validate(): void;
|
|
1106
1211
|
constructor(map?: {
|
|
1107
1212
|
[key: string]: any;
|
|
1108
1213
|
});
|
|
1109
1214
|
}
|
|
1110
|
-
export declare class
|
|
1215
|
+
export declare class RunMarketingInformationExtractResponseBodyHeader extends $dara.Model {
|
|
1111
1216
|
/**
|
|
1112
1217
|
* @example
|
|
1113
|
-
*
|
|
1218
|
+
* result-generated
|
|
1114
1219
|
*/
|
|
1115
|
-
|
|
1220
|
+
event?: string;
|
|
1221
|
+
eventInfo?: string;
|
|
1116
1222
|
/**
|
|
1117
1223
|
* @example
|
|
1118
|
-
*
|
|
1224
|
+
* F08C71C0-9399-548C-838B-1DA01DE211B0
|
|
1119
1225
|
*/
|
|
1120
|
-
|
|
1226
|
+
requestId?: string;
|
|
1121
1227
|
/**
|
|
1122
1228
|
* @example
|
|
1123
|
-
*
|
|
1229
|
+
* 121dlsga4o7golrl1hojazg0u9lvytjc17ebgzzj2u4zukgh122tfg7wj1e6a1vcowy1ewzinauxriai9atcr6r323mm9ddbr0bg5m61ij8hxnf8664tstlfkfol6m8luc4shs3gums7l46uauyy0xndqmhdjtdon6coyhb4x17bo762bg9e3tb2geufg2
|
|
1124
1230
|
*/
|
|
1125
|
-
|
|
1231
|
+
sessionId?: string;
|
|
1232
|
+
/**
|
|
1233
|
+
* @example
|
|
1234
|
+
* 12826092918145
|
|
1235
|
+
*/
|
|
1236
|
+
taskId?: string;
|
|
1237
|
+
/**
|
|
1238
|
+
* @example
|
|
1239
|
+
* 2150432017236011824686132ecdbc
|
|
1240
|
+
*/
|
|
1241
|
+
traceId?: string;
|
|
1242
|
+
static names(): {
|
|
1243
|
+
[key: string]: string;
|
|
1244
|
+
};
|
|
1245
|
+
static types(): {
|
|
1246
|
+
[key: string]: any;
|
|
1247
|
+
};
|
|
1248
|
+
validate(): void;
|
|
1249
|
+
constructor(map?: {
|
|
1250
|
+
[key: string]: any;
|
|
1251
|
+
});
|
|
1252
|
+
}
|
|
1253
|
+
export declare class RunMarketingInformationExtractResponseBodyPayloadOutput extends $dara.Model {
|
|
1254
|
+
text?: string;
|
|
1126
1255
|
static names(): {
|
|
1127
1256
|
[key: string]: string;
|
|
1128
1257
|
};
|
|
1129
1258
|
static types(): {
|
|
1130
1259
|
[key: string]: any;
|
|
1131
1260
|
};
|
|
1261
|
+
validate(): void;
|
|
1132
1262
|
constructor(map?: {
|
|
1133
1263
|
[key: string]: any;
|
|
1134
1264
|
});
|
|
1135
1265
|
}
|
|
1136
|
-
export declare class
|
|
1266
|
+
export declare class RunMarketingInformationExtractResponseBodyPayloadUsage extends $dara.Model {
|
|
1137
1267
|
/**
|
|
1138
1268
|
* @example
|
|
1139
|
-
*
|
|
1269
|
+
* 100
|
|
1140
1270
|
*/
|
|
1141
|
-
|
|
1271
|
+
inputTokens?: number;
|
|
1142
1272
|
/**
|
|
1143
1273
|
* @example
|
|
1144
|
-
*
|
|
1274
|
+
* 100
|
|
1145
1275
|
*/
|
|
1146
|
-
|
|
1276
|
+
outputTokens?: number;
|
|
1277
|
+
/**
|
|
1278
|
+
* @example
|
|
1279
|
+
* 200
|
|
1280
|
+
*/
|
|
1281
|
+
totalTokens?: number;
|
|
1147
1282
|
static names(): {
|
|
1148
1283
|
[key: string]: string;
|
|
1149
1284
|
};
|
|
1150
1285
|
static types(): {
|
|
1151
1286
|
[key: string]: any;
|
|
1152
1287
|
};
|
|
1288
|
+
validate(): void;
|
|
1153
1289
|
constructor(map?: {
|
|
1154
1290
|
[key: string]: any;
|
|
1155
1291
|
});
|
|
1156
1292
|
}
|
|
1157
|
-
export declare class
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
/**
|
|
1161
|
-
* @example
|
|
1162
|
-
* 20
|
|
1163
|
-
*/
|
|
1164
|
-
topicCount?: number;
|
|
1293
|
+
export declare class RunMarketingInformationExtractResponseBodyPayload extends $dara.Model {
|
|
1294
|
+
output?: RunMarketingInformationExtractResponseBodyPayloadOutput;
|
|
1295
|
+
usage?: RunMarketingInformationExtractResponseBodyPayloadUsage;
|
|
1165
1296
|
static names(): {
|
|
1166
1297
|
[key: string]: string;
|
|
1167
1298
|
};
|
|
1168
1299
|
static types(): {
|
|
1169
1300
|
[key: string]: any;
|
|
1170
1301
|
};
|
|
1302
|
+
validate(): void;
|
|
1171
1303
|
constructor(map?: {
|
|
1172
1304
|
[key: string]: any;
|
|
1173
1305
|
});
|
|
1174
1306
|
}
|
|
1175
|
-
export declare class
|
|
1176
|
-
/**
|
|
1177
|
-
* @example
|
|
1178
|
-
* InvalidParam
|
|
1179
|
-
*/
|
|
1180
|
-
errorCode?: string;
|
|
1181
|
-
/**
|
|
1182
|
-
* @example
|
|
1183
|
-
* xx
|
|
1184
|
-
*/
|
|
1185
|
-
errorMessage?: string;
|
|
1307
|
+
export declare class RunMarketingInformationWritingResponseBodyHeader extends $dara.Model {
|
|
1186
1308
|
/**
|
|
1187
1309
|
* @example
|
|
1188
|
-
*
|
|
1310
|
+
* result-generated
|
|
1189
1311
|
*/
|
|
1190
1312
|
event?: string;
|
|
1313
|
+
eventInfo?: string;
|
|
1191
1314
|
/**
|
|
1192
1315
|
* @example
|
|
1193
|
-
*
|
|
1316
|
+
* 436BC5AE-0573-59D8-9803-6B5FDCD3BBA1
|
|
1194
1317
|
*/
|
|
1195
|
-
|
|
1318
|
+
requestId?: string;
|
|
1196
1319
|
/**
|
|
1197
1320
|
* @example
|
|
1198
|
-
*
|
|
1321
|
+
* uqubxgqzlnf4exfektij032lgb3yvix678p232n56387aqxdo4uutdt9wstqzovvz6j3ho7wnbgye785u79yn5q3euqmsvzmqdn3nmfq2826oscjvsi43kof8b8uxufpp1x97jjukk6jd3183hy8ni6hqpskuhuascpd
|
|
1199
1322
|
*/
|
|
1200
1323
|
sessionId?: string;
|
|
1201
1324
|
/**
|
|
1202
1325
|
* @example
|
|
1203
|
-
*
|
|
1326
|
+
* 13312125943232
|
|
1204
1327
|
*/
|
|
1205
1328
|
taskId?: string;
|
|
1206
1329
|
/**
|
|
1207
1330
|
* @example
|
|
1208
|
-
*
|
|
1331
|
+
* 213e20e517049392478441155e8b2a
|
|
1209
1332
|
*/
|
|
1210
1333
|
traceId?: string;
|
|
1211
1334
|
static names(): {
|
|
@@ -1214,160 +1337,121 @@ export declare class RunHotTopicChatResponseBodyHeader extends $tea.Model {
|
|
|
1214
1337
|
static types(): {
|
|
1215
1338
|
[key: string]: any;
|
|
1216
1339
|
};
|
|
1340
|
+
validate(): void;
|
|
1217
1341
|
constructor(map?: {
|
|
1218
1342
|
[key: string]: any;
|
|
1219
1343
|
});
|
|
1220
1344
|
}
|
|
1221
|
-
export declare class
|
|
1222
|
-
|
|
1223
|
-
* @example
|
|
1224
|
-
* xxx
|
|
1225
|
-
*/
|
|
1226
|
-
content?: string;
|
|
1227
|
-
/**
|
|
1228
|
-
* @example
|
|
1229
|
-
* 2024-09-22 16:45:06
|
|
1230
|
-
*/
|
|
1231
|
-
pubTime?: string;
|
|
1232
|
-
score?: number;
|
|
1233
|
-
searchSourceName?: string;
|
|
1234
|
-
select?: boolean;
|
|
1235
|
-
/**
|
|
1236
|
-
* @example
|
|
1237
|
-
* xx
|
|
1238
|
-
*/
|
|
1239
|
-
summary?: string;
|
|
1240
|
-
/**
|
|
1241
|
-
* @example
|
|
1242
|
-
* test
|
|
1243
|
-
*/
|
|
1244
|
-
title?: string;
|
|
1245
|
-
/**
|
|
1246
|
-
* @example
|
|
1247
|
-
* http://xxx
|
|
1248
|
-
*/
|
|
1249
|
-
url?: string;
|
|
1345
|
+
export declare class RunMarketingInformationWritingResponseBodyPayloadOutput extends $dara.Model {
|
|
1346
|
+
text?: string;
|
|
1250
1347
|
static names(): {
|
|
1251
1348
|
[key: string]: string;
|
|
1252
1349
|
};
|
|
1253
1350
|
static types(): {
|
|
1254
1351
|
[key: string]: any;
|
|
1255
1352
|
};
|
|
1353
|
+
validate(): void;
|
|
1256
1354
|
constructor(map?: {
|
|
1257
1355
|
[key: string]: any;
|
|
1258
1356
|
});
|
|
1259
1357
|
}
|
|
1260
|
-
export declare class
|
|
1358
|
+
export declare class RunMarketingInformationWritingResponseBodyPayloadUsage extends $dara.Model {
|
|
1261
1359
|
/**
|
|
1262
1360
|
* @example
|
|
1263
|
-
*
|
|
1361
|
+
* 100
|
|
1264
1362
|
*/
|
|
1265
|
-
|
|
1363
|
+
inputTokens?: number;
|
|
1364
|
+
/**
|
|
1365
|
+
* @example
|
|
1366
|
+
* 100
|
|
1367
|
+
*/
|
|
1368
|
+
outputTokens?: number;
|
|
1369
|
+
/**
|
|
1370
|
+
* @example
|
|
1371
|
+
* 200
|
|
1372
|
+
*/
|
|
1373
|
+
totalTokens?: number;
|
|
1266
1374
|
static names(): {
|
|
1267
1375
|
[key: string]: string;
|
|
1268
1376
|
};
|
|
1269
1377
|
static types(): {
|
|
1270
1378
|
[key: string]: any;
|
|
1271
1379
|
};
|
|
1380
|
+
validate(): void;
|
|
1272
1381
|
constructor(map?: {
|
|
1273
1382
|
[key: string]: any;
|
|
1274
1383
|
});
|
|
1275
1384
|
}
|
|
1276
|
-
export declare class
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
* xxx
|
|
1280
|
-
*/
|
|
1281
|
-
title?: string;
|
|
1282
|
-
/**
|
|
1283
|
-
* @example
|
|
1284
|
-
* http://xxx
|
|
1285
|
-
*/
|
|
1286
|
-
url?: string;
|
|
1385
|
+
export declare class RunMarketingInformationWritingResponseBodyPayload extends $dara.Model {
|
|
1386
|
+
output?: RunMarketingInformationWritingResponseBodyPayloadOutput;
|
|
1387
|
+
usage?: RunMarketingInformationWritingResponseBodyPayloadUsage;
|
|
1287
1388
|
static names(): {
|
|
1288
1389
|
[key: string]: string;
|
|
1289
1390
|
};
|
|
1290
1391
|
static types(): {
|
|
1291
1392
|
[key: string]: any;
|
|
1292
1393
|
};
|
|
1394
|
+
validate(): void;
|
|
1293
1395
|
constructor(map?: {
|
|
1294
1396
|
[key: string]: any;
|
|
1295
1397
|
});
|
|
1296
1398
|
}
|
|
1297
|
-
export declare class
|
|
1399
|
+
export declare class RunScriptContinueResponseBodyHeader extends $dara.Model {
|
|
1298
1400
|
/**
|
|
1299
1401
|
* @example
|
|
1300
|
-
*
|
|
1402
|
+
* 403
|
|
1301
1403
|
*/
|
|
1302
|
-
|
|
1404
|
+
errorCode?: string;
|
|
1303
1405
|
/**
|
|
1304
1406
|
* @example
|
|
1305
|
-
*
|
|
1407
|
+
* Pop sign mismatch, please check.
|
|
1306
1408
|
*/
|
|
1307
|
-
|
|
1409
|
+
errorMessage?: string;
|
|
1308
1410
|
/**
|
|
1309
1411
|
* @example
|
|
1310
|
-
*
|
|
1412
|
+
* result-generated
|
|
1311
1413
|
*/
|
|
1312
|
-
|
|
1414
|
+
event?: string;
|
|
1313
1415
|
/**
|
|
1314
1416
|
* @example
|
|
1315
|
-
*
|
|
1417
|
+
* 模型生成事件
|
|
1316
1418
|
*/
|
|
1317
|
-
|
|
1419
|
+
eventInfo?: string;
|
|
1318
1420
|
/**
|
|
1319
1421
|
* @example
|
|
1320
|
-
*
|
|
1422
|
+
* 0EB27AE3-CA53-5FAE-83C6-EE66CA4DF5DF
|
|
1321
1423
|
*/
|
|
1322
|
-
|
|
1323
|
-
images?: RunHotTopicChatResponseBodyPayloadOutputHotTopicSummariesImages[];
|
|
1324
|
-
news?: RunHotTopicChatResponseBodyPayloadOutputHotTopicSummariesNews[];
|
|
1424
|
+
requestId?: string;
|
|
1325
1425
|
/**
|
|
1326
1426
|
* @example
|
|
1327
|
-
*
|
|
1427
|
+
* 3cd10828-0e42-471c-8f1a-931cde20b035
|
|
1328
1428
|
*/
|
|
1329
|
-
|
|
1330
|
-
static names(): {
|
|
1331
|
-
[key: string]: string;
|
|
1332
|
-
};
|
|
1333
|
-
static types(): {
|
|
1334
|
-
[key: string]: any;
|
|
1335
|
-
};
|
|
1336
|
-
constructor(map?: {
|
|
1337
|
-
[key: string]: any;
|
|
1338
|
-
});
|
|
1339
|
-
}
|
|
1340
|
-
export declare class RunHotTopicChatResponseBodyPayloadOutputMultimodalMedias extends $tea.Model {
|
|
1429
|
+
sessionId?: string;
|
|
1341
1430
|
/**
|
|
1342
1431
|
* @example
|
|
1343
|
-
*
|
|
1432
|
+
* d3be9981-ca2d-4e17-bf31-1c0a628e9f99
|
|
1344
1433
|
*/
|
|
1345
|
-
|
|
1434
|
+
taskId?: string;
|
|
1346
1435
|
/**
|
|
1347
1436
|
* @example
|
|
1348
|
-
*
|
|
1437
|
+
* 2150451a17191950923411783e2927
|
|
1349
1438
|
*/
|
|
1350
|
-
|
|
1351
|
-
sortScore?: number;
|
|
1439
|
+
traceId?: string;
|
|
1352
1440
|
static names(): {
|
|
1353
1441
|
[key: string]: string;
|
|
1354
1442
|
};
|
|
1355
1443
|
static types(): {
|
|
1356
1444
|
[key: string]: any;
|
|
1357
1445
|
};
|
|
1446
|
+
validate(): void;
|
|
1358
1447
|
constructor(map?: {
|
|
1359
1448
|
[key: string]: any;
|
|
1360
1449
|
});
|
|
1361
1450
|
}
|
|
1362
|
-
export declare class
|
|
1363
|
-
articles?: RunHotTopicChatResponseBodyPayloadOutputArticles[];
|
|
1364
|
-
hotTopicSummaries?: RunHotTopicChatResponseBodyPayloadOutputHotTopicSummaries[];
|
|
1365
|
-
multimodalMedias?: RunHotTopicChatResponseBodyPayloadOutputMultimodalMedias[];
|
|
1366
|
-
recommendQueries?: string[];
|
|
1367
|
-
searchQuery?: string;
|
|
1451
|
+
export declare class RunScriptContinueResponseBodyPayloadOutput extends $dara.Model {
|
|
1368
1452
|
/**
|
|
1369
1453
|
* @example
|
|
1370
|
-
*
|
|
1454
|
+
* 这是测试输出
|
|
1371
1455
|
*/
|
|
1372
1456
|
text?: string;
|
|
1373
1457
|
static names(): {
|
|
@@ -1376,11 +1460,12 @@ export declare class RunHotTopicChatResponseBodyPayloadOutput extends $tea.Model
|
|
|
1376
1460
|
static types(): {
|
|
1377
1461
|
[key: string]: any;
|
|
1378
1462
|
};
|
|
1463
|
+
validate(): void;
|
|
1379
1464
|
constructor(map?: {
|
|
1380
1465
|
[key: string]: any;
|
|
1381
1466
|
});
|
|
1382
1467
|
}
|
|
1383
|
-
export declare class
|
|
1468
|
+
export declare class RunScriptContinueResponseBodyPayloadUsage extends $dara.Model {
|
|
1384
1469
|
/**
|
|
1385
1470
|
* @example
|
|
1386
1471
|
* 100
|
|
@@ -1402,81 +1487,64 @@ export declare class RunHotTopicChatResponseBodyPayloadUsage extends $tea.Model
|
|
|
1402
1487
|
static types(): {
|
|
1403
1488
|
[key: string]: any;
|
|
1404
1489
|
};
|
|
1490
|
+
validate(): void;
|
|
1405
1491
|
constructor(map?: {
|
|
1406
1492
|
[key: string]: any;
|
|
1407
1493
|
});
|
|
1408
1494
|
}
|
|
1409
|
-
export declare class
|
|
1410
|
-
output?:
|
|
1411
|
-
usage?:
|
|
1495
|
+
export declare class RunScriptContinueResponseBodyPayload extends $dara.Model {
|
|
1496
|
+
output?: RunScriptContinueResponseBodyPayloadOutput;
|
|
1497
|
+
usage?: RunScriptContinueResponseBodyPayloadUsage;
|
|
1412
1498
|
static names(): {
|
|
1413
1499
|
[key: string]: string;
|
|
1414
1500
|
};
|
|
1415
1501
|
static types(): {
|
|
1416
1502
|
[key: string]: any;
|
|
1417
1503
|
};
|
|
1504
|
+
validate(): void;
|
|
1418
1505
|
constructor(map?: {
|
|
1419
1506
|
[key: string]: any;
|
|
1420
1507
|
});
|
|
1421
1508
|
}
|
|
1422
|
-
export declare class
|
|
1509
|
+
export declare class RunScriptPlanningResponseBodyHeader extends $dara.Model {
|
|
1423
1510
|
/**
|
|
1424
1511
|
* @example
|
|
1425
|
-
*
|
|
1512
|
+
* 403
|
|
1426
1513
|
*/
|
|
1427
|
-
|
|
1514
|
+
errorCode?: string;
|
|
1428
1515
|
/**
|
|
1429
|
-
* @remarks
|
|
1430
|
-
* This parameter is required.
|
|
1431
|
-
*
|
|
1432
1516
|
* @example
|
|
1433
|
-
*
|
|
1517
|
+
* Pop sign mismatch, please check.
|
|
1434
1518
|
*/
|
|
1435
|
-
|
|
1519
|
+
errorMessage?: string;
|
|
1436
1520
|
/**
|
|
1437
1521
|
* @example
|
|
1438
|
-
*
|
|
1522
|
+
* result-generated
|
|
1439
1523
|
*/
|
|
1440
|
-
|
|
1441
|
-
static names(): {
|
|
1442
|
-
[key: string]: string;
|
|
1443
|
-
};
|
|
1444
|
-
static types(): {
|
|
1445
|
-
[key: string]: any;
|
|
1446
|
-
};
|
|
1447
|
-
constructor(map?: {
|
|
1448
|
-
[key: string]: any;
|
|
1449
|
-
});
|
|
1450
|
-
}
|
|
1451
|
-
export declare class RunHotTopicSummaryResponseBodyHeader extends $tea.Model {
|
|
1524
|
+
event?: string;
|
|
1452
1525
|
/**
|
|
1453
1526
|
* @example
|
|
1454
|
-
*
|
|
1527
|
+
* 模型生成事件
|
|
1455
1528
|
*/
|
|
1456
|
-
|
|
1529
|
+
eventInfo?: string;
|
|
1457
1530
|
/**
|
|
1458
1531
|
* @example
|
|
1459
|
-
*
|
|
1460
|
-
*/
|
|
1461
|
-
errorMessage?: string;
|
|
1462
|
-
/**
|
|
1463
|
-
* @example
|
|
1464
|
-
* task-finished
|
|
1532
|
+
* 0EB27AE3-CA53-5FAE-83C6-EE66CA4DF5DF
|
|
1465
1533
|
*/
|
|
1466
|
-
|
|
1534
|
+
requestId?: string;
|
|
1467
1535
|
/**
|
|
1468
1536
|
* @example
|
|
1469
|
-
*
|
|
1537
|
+
* 3cd10828-0e42-471c-8f1a-931cde20b035
|
|
1470
1538
|
*/
|
|
1471
1539
|
sessionId?: string;
|
|
1472
1540
|
/**
|
|
1473
1541
|
* @example
|
|
1474
|
-
*
|
|
1542
|
+
* d3be9981-ca2d-4e17-bf31-1c0a628e9f99
|
|
1475
1543
|
*/
|
|
1476
1544
|
taskId?: string;
|
|
1477
1545
|
/**
|
|
1478
1546
|
* @example
|
|
1479
|
-
*
|
|
1547
|
+
* 2150451a17191950923411783e2927
|
|
1480
1548
|
*/
|
|
1481
1549
|
traceId?: string;
|
|
1482
1550
|
static names(): {
|
|
@@ -1485,24 +1553,29 @@ export declare class RunHotTopicSummaryResponseBodyHeader extends $tea.Model {
|
|
|
1485
1553
|
static types(): {
|
|
1486
1554
|
[key: string]: any;
|
|
1487
1555
|
};
|
|
1556
|
+
validate(): void;
|
|
1488
1557
|
constructor(map?: {
|
|
1489
1558
|
[key: string]: any;
|
|
1490
1559
|
});
|
|
1491
1560
|
}
|
|
1492
|
-
export declare class
|
|
1561
|
+
export declare class RunScriptPlanningResponseBodyPayloadOutput extends $dara.Model {
|
|
1562
|
+
/**
|
|
1563
|
+
* @example
|
|
1564
|
+
* 这是测试输出
|
|
1565
|
+
*/
|
|
1493
1566
|
text?: string;
|
|
1494
|
-
topicId?: string;
|
|
1495
1567
|
static names(): {
|
|
1496
1568
|
[key: string]: string;
|
|
1497
1569
|
};
|
|
1498
1570
|
static types(): {
|
|
1499
1571
|
[key: string]: any;
|
|
1500
1572
|
};
|
|
1573
|
+
validate(): void;
|
|
1501
1574
|
constructor(map?: {
|
|
1502
1575
|
[key: string]: any;
|
|
1503
1576
|
});
|
|
1504
1577
|
}
|
|
1505
|
-
export declare class
|
|
1578
|
+
export declare class RunScriptPlanningResponseBodyPayloadUsage extends $dara.Model {
|
|
1506
1579
|
/**
|
|
1507
1580
|
* @example
|
|
1508
1581
|
* 100
|
|
@@ -1524,48 +1597,60 @@ export declare class RunHotTopicSummaryResponseBodyPayloadUsage extends $tea.Mod
|
|
|
1524
1597
|
static types(): {
|
|
1525
1598
|
[key: string]: any;
|
|
1526
1599
|
};
|
|
1600
|
+
validate(): void;
|
|
1527
1601
|
constructor(map?: {
|
|
1528
1602
|
[key: string]: any;
|
|
1529
1603
|
});
|
|
1530
1604
|
}
|
|
1531
|
-
export declare class
|
|
1532
|
-
output?:
|
|
1533
|
-
usage?:
|
|
1605
|
+
export declare class RunScriptPlanningResponseBodyPayload extends $dara.Model {
|
|
1606
|
+
output?: RunScriptPlanningResponseBodyPayloadOutput;
|
|
1607
|
+
usage?: RunScriptPlanningResponseBodyPayloadUsage;
|
|
1534
1608
|
static names(): {
|
|
1535
1609
|
[key: string]: string;
|
|
1536
1610
|
};
|
|
1537
1611
|
static types(): {
|
|
1538
1612
|
[key: string]: any;
|
|
1539
1613
|
};
|
|
1614
|
+
validate(): void;
|
|
1540
1615
|
constructor(map?: {
|
|
1541
1616
|
[key: string]: any;
|
|
1542
1617
|
});
|
|
1543
1618
|
}
|
|
1544
|
-
export declare class
|
|
1619
|
+
export declare class RunStyleWritingResponseBodyHeader extends $dara.Model {
|
|
1545
1620
|
/**
|
|
1546
1621
|
* @example
|
|
1547
|
-
*
|
|
1622
|
+
* 403
|
|
1623
|
+
*/
|
|
1624
|
+
errorCode?: string;
|
|
1625
|
+
/**
|
|
1626
|
+
* @example
|
|
1627
|
+
* Pop sign mismatch, please check log.
|
|
1628
|
+
*/
|
|
1629
|
+
errorMessage?: string;
|
|
1630
|
+
/**
|
|
1631
|
+
* @example
|
|
1632
|
+
* task-progress-start-generating
|
|
1548
1633
|
*/
|
|
1549
1634
|
event?: string;
|
|
1550
1635
|
eventInfo?: string;
|
|
1551
1636
|
/**
|
|
1552
1637
|
* @example
|
|
1553
|
-
*
|
|
1638
|
+
* 0EB27AE3-CA53-5FAE-83C6-EE66CA4DF5DF
|
|
1554
1639
|
*/
|
|
1555
1640
|
requestId?: string;
|
|
1556
1641
|
/**
|
|
1557
1642
|
* @example
|
|
1558
|
-
*
|
|
1643
|
+
* 3cd10828-0e42-471c-8f1a-931cde20b035
|
|
1559
1644
|
*/
|
|
1560
1645
|
sessionId?: string;
|
|
1561
1646
|
/**
|
|
1562
1647
|
* @example
|
|
1563
|
-
*
|
|
1648
|
+
* d3be9981-ca2d-4e17-bf31-1c0a628e9f99
|
|
1564
1649
|
*/
|
|
1565
1650
|
taskId?: string;
|
|
1566
1651
|
/**
|
|
1567
1652
|
* @example
|
|
1568
|
-
*
|
|
1653
|
+
* 2150451a17191950923411783e2927
|
|
1569
1654
|
*/
|
|
1570
1655
|
traceId?: string;
|
|
1571
1656
|
static names(): {
|
|
@@ -1574,11 +1659,12 @@ export declare class RunMarketingInformationExtractResponseBodyHeader extends $t
|
|
|
1574
1659
|
static types(): {
|
|
1575
1660
|
[key: string]: any;
|
|
1576
1661
|
};
|
|
1662
|
+
validate(): void;
|
|
1577
1663
|
constructor(map?: {
|
|
1578
1664
|
[key: string]: any;
|
|
1579
1665
|
});
|
|
1580
1666
|
}
|
|
1581
|
-
export declare class
|
|
1667
|
+
export declare class RunStyleWritingResponseBodyPayloadOutput extends $dara.Model {
|
|
1582
1668
|
text?: string;
|
|
1583
1669
|
static names(): {
|
|
1584
1670
|
[key: string]: string;
|
|
@@ -1586,11 +1672,12 @@ export declare class RunMarketingInformationExtractResponseBodyPayloadOutput ext
|
|
|
1586
1672
|
static types(): {
|
|
1587
1673
|
[key: string]: any;
|
|
1588
1674
|
};
|
|
1675
|
+
validate(): void;
|
|
1589
1676
|
constructor(map?: {
|
|
1590
1677
|
[key: string]: any;
|
|
1591
1678
|
});
|
|
1592
1679
|
}
|
|
1593
|
-
export declare class
|
|
1680
|
+
export declare class RunStyleWritingResponseBodyPayloadUsage extends $dara.Model {
|
|
1594
1681
|
/**
|
|
1595
1682
|
* @example
|
|
1596
1683
|
* 100
|
|
@@ -1612,48 +1699,84 @@ export declare class RunMarketingInformationExtractResponseBodyPayloadUsage exte
|
|
|
1612
1699
|
static types(): {
|
|
1613
1700
|
[key: string]: any;
|
|
1614
1701
|
};
|
|
1702
|
+
validate(): void;
|
|
1615
1703
|
constructor(map?: {
|
|
1616
1704
|
[key: string]: any;
|
|
1617
1705
|
});
|
|
1618
1706
|
}
|
|
1619
|
-
export declare class
|
|
1620
|
-
output?:
|
|
1621
|
-
|
|
1707
|
+
export declare class RunStyleWritingResponseBodyPayload extends $dara.Model {
|
|
1708
|
+
output?: RunStyleWritingResponseBodyPayloadOutput;
|
|
1709
|
+
/**
|
|
1710
|
+
* @example
|
|
1711
|
+
* {
|
|
1712
|
+
* "inputTokens": 1816,
|
|
1713
|
+
* "outputTokens": 96,
|
|
1714
|
+
* "totalTokens": 1912
|
|
1715
|
+
* }
|
|
1716
|
+
*/
|
|
1717
|
+
usage?: RunStyleWritingResponseBodyPayloadUsage;
|
|
1622
1718
|
static names(): {
|
|
1623
1719
|
[key: string]: string;
|
|
1624
1720
|
};
|
|
1625
1721
|
static types(): {
|
|
1626
1722
|
[key: string]: any;
|
|
1627
1723
|
};
|
|
1724
|
+
validate(): void;
|
|
1628
1725
|
constructor(map?: {
|
|
1629
1726
|
[key: string]: any;
|
|
1630
1727
|
});
|
|
1631
1728
|
}
|
|
1632
|
-
export declare class
|
|
1729
|
+
export declare class RunTagMiningAnalysisRequestTags extends $dara.Model {
|
|
1633
1730
|
/**
|
|
1634
1731
|
* @example
|
|
1635
|
-
*
|
|
1732
|
+
* xxxx
|
|
1636
1733
|
*/
|
|
1637
|
-
|
|
1638
|
-
eventInfo?: string;
|
|
1734
|
+
tagDefinePrompt?: string;
|
|
1639
1735
|
/**
|
|
1640
1736
|
* @example
|
|
1641
|
-
*
|
|
1737
|
+
* xxxx
|
|
1642
1738
|
*/
|
|
1643
|
-
|
|
1739
|
+
tagName?: string;
|
|
1740
|
+
static names(): {
|
|
1741
|
+
[key: string]: string;
|
|
1742
|
+
};
|
|
1743
|
+
static types(): {
|
|
1744
|
+
[key: string]: any;
|
|
1745
|
+
};
|
|
1746
|
+
validate(): void;
|
|
1747
|
+
constructor(map?: {
|
|
1748
|
+
[key: string]: any;
|
|
1749
|
+
});
|
|
1750
|
+
}
|
|
1751
|
+
export declare class RunTagMiningAnalysisResponseBodyHeader extends $dara.Model {
|
|
1644
1752
|
/**
|
|
1645
1753
|
* @example
|
|
1646
|
-
*
|
|
1754
|
+
* AccessForbidden
|
|
1755
|
+
*/
|
|
1756
|
+
errorCode?: string;
|
|
1757
|
+
/**
|
|
1758
|
+
* @example
|
|
1759
|
+
* 错误信息
|
|
1760
|
+
*/
|
|
1761
|
+
errorMessage?: string;
|
|
1762
|
+
/**
|
|
1763
|
+
* @example
|
|
1764
|
+
* task-finished
|
|
1765
|
+
*/
|
|
1766
|
+
event?: string;
|
|
1767
|
+
/**
|
|
1768
|
+
* @example
|
|
1769
|
+
* xxxx
|
|
1647
1770
|
*/
|
|
1648
1771
|
sessionId?: string;
|
|
1649
1772
|
/**
|
|
1650
1773
|
* @example
|
|
1651
|
-
*
|
|
1774
|
+
* xxxx
|
|
1652
1775
|
*/
|
|
1653
1776
|
taskId?: string;
|
|
1654
1777
|
/**
|
|
1655
1778
|
* @example
|
|
1656
|
-
*
|
|
1779
|
+
* xxxxx
|
|
1657
1780
|
*/
|
|
1658
1781
|
traceId?: string;
|
|
1659
1782
|
static names(): {
|
|
@@ -1662,11 +1785,12 @@ export declare class RunMarketingInformationWritingResponseBodyHeader extends $t
|
|
|
1662
1785
|
static types(): {
|
|
1663
1786
|
[key: string]: any;
|
|
1664
1787
|
};
|
|
1788
|
+
validate(): void;
|
|
1665
1789
|
constructor(map?: {
|
|
1666
1790
|
[key: string]: any;
|
|
1667
1791
|
});
|
|
1668
1792
|
}
|
|
1669
|
-
export declare class
|
|
1793
|
+
export declare class RunTagMiningAnalysisResponseBodyPayloadOutput extends $dara.Model {
|
|
1670
1794
|
text?: string;
|
|
1671
1795
|
static names(): {
|
|
1672
1796
|
[key: string]: string;
|
|
@@ -1674,11 +1798,12 @@ export declare class RunMarketingInformationWritingResponseBodyPayloadOutput ext
|
|
|
1674
1798
|
static types(): {
|
|
1675
1799
|
[key: string]: any;
|
|
1676
1800
|
};
|
|
1801
|
+
validate(): void;
|
|
1677
1802
|
constructor(map?: {
|
|
1678
1803
|
[key: string]: any;
|
|
1679
1804
|
});
|
|
1680
1805
|
}
|
|
1681
|
-
export declare class
|
|
1806
|
+
export declare class RunTagMiningAnalysisResponseBodyPayloadUsage extends $dara.Model {
|
|
1682
1807
|
/**
|
|
1683
1808
|
* @example
|
|
1684
1809
|
* 100
|
|
@@ -1700,79 +1825,136 @@ export declare class RunMarketingInformationWritingResponseBodyPayloadUsage exte
|
|
|
1700
1825
|
static types(): {
|
|
1701
1826
|
[key: string]: any;
|
|
1702
1827
|
};
|
|
1828
|
+
validate(): void;
|
|
1703
1829
|
constructor(map?: {
|
|
1704
1830
|
[key: string]: any;
|
|
1705
1831
|
});
|
|
1706
1832
|
}
|
|
1707
|
-
export declare class
|
|
1708
|
-
output?:
|
|
1709
|
-
usage?:
|
|
1833
|
+
export declare class RunTagMiningAnalysisResponseBodyPayload extends $dara.Model {
|
|
1834
|
+
output?: RunTagMiningAnalysisResponseBodyPayloadOutput;
|
|
1835
|
+
usage?: RunTagMiningAnalysisResponseBodyPayloadUsage;
|
|
1710
1836
|
static names(): {
|
|
1711
1837
|
[key: string]: string;
|
|
1712
1838
|
};
|
|
1713
1839
|
static types(): {
|
|
1714
1840
|
[key: string]: any;
|
|
1715
1841
|
};
|
|
1842
|
+
validate(): void;
|
|
1716
1843
|
constructor(map?: {
|
|
1717
1844
|
[key: string]: any;
|
|
1718
1845
|
});
|
|
1719
1846
|
}
|
|
1720
|
-
export declare class
|
|
1847
|
+
export declare class RunVideoAnalysisRequestFrameSampleMethod extends $dara.Model {
|
|
1848
|
+
interval?: number;
|
|
1849
|
+
methodName?: string;
|
|
1850
|
+
pixel?: number;
|
|
1851
|
+
static names(): {
|
|
1852
|
+
[key: string]: string;
|
|
1853
|
+
};
|
|
1854
|
+
static types(): {
|
|
1855
|
+
[key: string]: any;
|
|
1856
|
+
};
|
|
1857
|
+
validate(): void;
|
|
1858
|
+
constructor(map?: {
|
|
1859
|
+
[key: string]: any;
|
|
1860
|
+
});
|
|
1861
|
+
}
|
|
1862
|
+
export declare class RunVideoAnalysisRequestVideoRoles extends $dara.Model {
|
|
1863
|
+
roleInfo?: string;
|
|
1864
|
+
roleName?: string;
|
|
1865
|
+
urls?: string[];
|
|
1866
|
+
static names(): {
|
|
1867
|
+
[key: string]: string;
|
|
1868
|
+
};
|
|
1869
|
+
static types(): {
|
|
1870
|
+
[key: string]: any;
|
|
1871
|
+
};
|
|
1872
|
+
validate(): void;
|
|
1873
|
+
constructor(map?: {
|
|
1874
|
+
[key: string]: any;
|
|
1875
|
+
});
|
|
1876
|
+
}
|
|
1877
|
+
export declare class RunVideoAnalysisResponseBodyHeader extends $dara.Model {
|
|
1721
1878
|
/**
|
|
1722
1879
|
* @example
|
|
1723
|
-
*
|
|
1880
|
+
* InvalidParam
|
|
1724
1881
|
*/
|
|
1725
1882
|
errorCode?: string;
|
|
1726
1883
|
/**
|
|
1727
1884
|
* @example
|
|
1728
|
-
* Pop sign mismatch, please check.
|
|
1885
|
+
* Pop sign mismatch, please check log.
|
|
1729
1886
|
*/
|
|
1730
1887
|
errorMessage?: string;
|
|
1731
1888
|
/**
|
|
1732
1889
|
* @example
|
|
1733
|
-
*
|
|
1890
|
+
* task-progress-start-generating
|
|
1734
1891
|
*/
|
|
1735
1892
|
event?: string;
|
|
1893
|
+
eventInfo?: string;
|
|
1736
1894
|
/**
|
|
1737
1895
|
* @example
|
|
1738
|
-
*
|
|
1896
|
+
* xxx
|
|
1739
1897
|
*/
|
|
1740
|
-
|
|
1898
|
+
sessionId?: string;
|
|
1741
1899
|
/**
|
|
1742
1900
|
* @example
|
|
1743
|
-
*
|
|
1901
|
+
* xxx
|
|
1744
1902
|
*/
|
|
1745
|
-
|
|
1903
|
+
taskId?: string;
|
|
1746
1904
|
/**
|
|
1747
1905
|
* @example
|
|
1748
|
-
*
|
|
1906
|
+
* 2150432017236011824686132ecdbc
|
|
1749
1907
|
*/
|
|
1750
|
-
|
|
1908
|
+
traceId?: string;
|
|
1909
|
+
static names(): {
|
|
1910
|
+
[key: string]: string;
|
|
1911
|
+
};
|
|
1912
|
+
static types(): {
|
|
1913
|
+
[key: string]: any;
|
|
1914
|
+
};
|
|
1915
|
+
validate(): void;
|
|
1916
|
+
constructor(map?: {
|
|
1917
|
+
[key: string]: any;
|
|
1918
|
+
});
|
|
1919
|
+
}
|
|
1920
|
+
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoAnalysisResultUsage extends $dara.Model {
|
|
1751
1921
|
/**
|
|
1752
1922
|
* @example
|
|
1753
|
-
*
|
|
1923
|
+
* 1
|
|
1754
1924
|
*/
|
|
1755
|
-
|
|
1925
|
+
inputTokens?: number;
|
|
1756
1926
|
/**
|
|
1757
1927
|
* @example
|
|
1758
|
-
*
|
|
1928
|
+
* 1
|
|
1759
1929
|
*/
|
|
1760
|
-
|
|
1930
|
+
outputTokens?: number;
|
|
1931
|
+
/**
|
|
1932
|
+
* @example
|
|
1933
|
+
* 1
|
|
1934
|
+
*/
|
|
1935
|
+
totalTokens?: number;
|
|
1761
1936
|
static names(): {
|
|
1762
1937
|
[key: string]: string;
|
|
1763
1938
|
};
|
|
1764
1939
|
static types(): {
|
|
1765
1940
|
[key: string]: any;
|
|
1766
1941
|
};
|
|
1942
|
+
validate(): void;
|
|
1767
1943
|
constructor(map?: {
|
|
1768
1944
|
[key: string]: any;
|
|
1769
1945
|
});
|
|
1770
1946
|
}
|
|
1771
|
-
export declare class
|
|
1947
|
+
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoAnalysisResultVideoShotAnalysisResults extends $dara.Model {
|
|
1772
1948
|
/**
|
|
1773
1949
|
* @example
|
|
1774
|
-
*
|
|
1950
|
+
* 10000
|
|
1775
1951
|
*/
|
|
1952
|
+
endTime?: number;
|
|
1953
|
+
/**
|
|
1954
|
+
* @example
|
|
1955
|
+
* 1000
|
|
1956
|
+
*/
|
|
1957
|
+
startTime?: number;
|
|
1776
1958
|
text?: string;
|
|
1777
1959
|
static names(): {
|
|
1778
1960
|
[key: string]: string;
|
|
@@ -1780,24 +1962,105 @@ export declare class RunScriptContinueResponseBodyPayloadOutput extends $tea.Mod
|
|
|
1780
1962
|
static types(): {
|
|
1781
1963
|
[key: string]: any;
|
|
1782
1964
|
};
|
|
1965
|
+
validate(): void;
|
|
1783
1966
|
constructor(map?: {
|
|
1784
1967
|
[key: string]: any;
|
|
1785
1968
|
});
|
|
1786
1969
|
}
|
|
1787
|
-
export declare class
|
|
1970
|
+
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoAnalysisResult extends $dara.Model {
|
|
1788
1971
|
/**
|
|
1789
1972
|
* @example
|
|
1790
|
-
*
|
|
1973
|
+
* true
|
|
1974
|
+
*/
|
|
1975
|
+
generateFinished?: boolean;
|
|
1976
|
+
/**
|
|
1977
|
+
* @example
|
|
1978
|
+
* qwen-vl-max
|
|
1979
|
+
*/
|
|
1980
|
+
modelId?: string;
|
|
1981
|
+
text?: string;
|
|
1982
|
+
usage?: RunVideoAnalysisResponseBodyPayloadOutputVideoAnalysisResultUsage;
|
|
1983
|
+
videoShotAnalysisResults?: RunVideoAnalysisResponseBodyPayloadOutputVideoAnalysisResultVideoShotAnalysisResults[];
|
|
1984
|
+
static names(): {
|
|
1985
|
+
[key: string]: string;
|
|
1986
|
+
};
|
|
1987
|
+
static types(): {
|
|
1988
|
+
[key: string]: any;
|
|
1989
|
+
};
|
|
1990
|
+
validate(): void;
|
|
1991
|
+
constructor(map?: {
|
|
1992
|
+
[key: string]: any;
|
|
1993
|
+
});
|
|
1994
|
+
}
|
|
1995
|
+
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoCaptionResultVideoCaptions extends $dara.Model {
|
|
1996
|
+
/**
|
|
1997
|
+
* @example
|
|
1998
|
+
* 1710432000000
|
|
1999
|
+
*/
|
|
2000
|
+
endTime?: number;
|
|
2001
|
+
/**
|
|
2002
|
+
* @example
|
|
2003
|
+
* 00:01
|
|
2004
|
+
*/
|
|
2005
|
+
endTimeFormat?: string;
|
|
2006
|
+
/**
|
|
2007
|
+
* @example
|
|
2008
|
+
* 0
|
|
2009
|
+
*/
|
|
2010
|
+
startTime?: number;
|
|
2011
|
+
/**
|
|
2012
|
+
* @example
|
|
2013
|
+
* 00:01
|
|
2014
|
+
*/
|
|
2015
|
+
startTimeFormat?: string;
|
|
2016
|
+
/**
|
|
2017
|
+
* @example
|
|
2018
|
+
* xxx
|
|
2019
|
+
*/
|
|
2020
|
+
text?: string;
|
|
2021
|
+
static names(): {
|
|
2022
|
+
[key: string]: string;
|
|
2023
|
+
};
|
|
2024
|
+
static types(): {
|
|
2025
|
+
[key: string]: any;
|
|
2026
|
+
};
|
|
2027
|
+
validate(): void;
|
|
2028
|
+
constructor(map?: {
|
|
2029
|
+
[key: string]: any;
|
|
2030
|
+
});
|
|
2031
|
+
}
|
|
2032
|
+
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoCaptionResult extends $dara.Model {
|
|
2033
|
+
/**
|
|
2034
|
+
* @example
|
|
2035
|
+
* true
|
|
2036
|
+
*/
|
|
2037
|
+
generateFinished?: boolean;
|
|
2038
|
+
videoCaptions?: RunVideoAnalysisResponseBodyPayloadOutputVideoCaptionResultVideoCaptions[];
|
|
2039
|
+
static names(): {
|
|
2040
|
+
[key: string]: string;
|
|
2041
|
+
};
|
|
2042
|
+
static types(): {
|
|
2043
|
+
[key: string]: any;
|
|
2044
|
+
};
|
|
2045
|
+
validate(): void;
|
|
2046
|
+
constructor(map?: {
|
|
2047
|
+
[key: string]: any;
|
|
2048
|
+
});
|
|
2049
|
+
}
|
|
2050
|
+
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoGenerateResultUsage extends $dara.Model {
|
|
2051
|
+
/**
|
|
2052
|
+
* @example
|
|
2053
|
+
* 1
|
|
1791
2054
|
*/
|
|
1792
2055
|
inputTokens?: number;
|
|
1793
2056
|
/**
|
|
1794
2057
|
* @example
|
|
1795
|
-
*
|
|
2058
|
+
* 1
|
|
1796
2059
|
*/
|
|
1797
2060
|
outputTokens?: number;
|
|
1798
2061
|
/**
|
|
1799
2062
|
* @example
|
|
1800
|
-
*
|
|
2063
|
+
* 1
|
|
1801
2064
|
*/
|
|
1802
2065
|
totalTokens?: number;
|
|
1803
2066
|
static names(): {
|
|
@@ -1806,613 +2069,1896 @@ export declare class RunScriptContinueResponseBodyPayloadUsage extends $tea.Mode
|
|
|
1806
2069
|
static types(): {
|
|
1807
2070
|
[key: string]: any;
|
|
1808
2071
|
};
|
|
2072
|
+
validate(): void;
|
|
1809
2073
|
constructor(map?: {
|
|
1810
2074
|
[key: string]: any;
|
|
1811
2075
|
});
|
|
1812
2076
|
}
|
|
1813
|
-
export declare class
|
|
1814
|
-
|
|
1815
|
-
|
|
2077
|
+
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoGenerateResult extends $dara.Model {
|
|
2078
|
+
/**
|
|
2079
|
+
* @example
|
|
2080
|
+
* true
|
|
2081
|
+
*/
|
|
2082
|
+
generateFinished?: boolean;
|
|
2083
|
+
/**
|
|
2084
|
+
* @example
|
|
2085
|
+
* qwen-max
|
|
2086
|
+
*/
|
|
2087
|
+
modelId?: string;
|
|
2088
|
+
modelReduce?: boolean;
|
|
2089
|
+
text?: string;
|
|
2090
|
+
usage?: RunVideoAnalysisResponseBodyPayloadOutputVideoGenerateResultUsage;
|
|
2091
|
+
static names(): {
|
|
2092
|
+
[key: string]: string;
|
|
2093
|
+
};
|
|
2094
|
+
static types(): {
|
|
2095
|
+
[key: string]: any;
|
|
2096
|
+
};
|
|
2097
|
+
validate(): void;
|
|
2098
|
+
constructor(map?: {
|
|
2099
|
+
[key: string]: any;
|
|
2100
|
+
});
|
|
2101
|
+
}
|
|
2102
|
+
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoMindMappingGenerateResultUsage extends $dara.Model {
|
|
2103
|
+
/**
|
|
2104
|
+
* @example
|
|
2105
|
+
* 1
|
|
2106
|
+
*/
|
|
2107
|
+
inputTokens?: number;
|
|
2108
|
+
/**
|
|
2109
|
+
* @example
|
|
2110
|
+
* 1
|
|
2111
|
+
*/
|
|
2112
|
+
outputTokens?: number;
|
|
2113
|
+
/**
|
|
2114
|
+
* @example
|
|
2115
|
+
* 1
|
|
2116
|
+
*/
|
|
2117
|
+
totalTokens?: number;
|
|
2118
|
+
static names(): {
|
|
2119
|
+
[key: string]: string;
|
|
2120
|
+
};
|
|
2121
|
+
static types(): {
|
|
2122
|
+
[key: string]: any;
|
|
2123
|
+
};
|
|
2124
|
+
validate(): void;
|
|
2125
|
+
constructor(map?: {
|
|
2126
|
+
[key: string]: any;
|
|
2127
|
+
});
|
|
2128
|
+
}
|
|
2129
|
+
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoMindMappingGenerateResultVideoMindMappingsChildNodesChildNodes extends $dara.Model {
|
|
2130
|
+
name?: string;
|
|
2131
|
+
static names(): {
|
|
2132
|
+
[key: string]: string;
|
|
2133
|
+
};
|
|
2134
|
+
static types(): {
|
|
2135
|
+
[key: string]: any;
|
|
2136
|
+
};
|
|
2137
|
+
validate(): void;
|
|
2138
|
+
constructor(map?: {
|
|
2139
|
+
[key: string]: any;
|
|
2140
|
+
});
|
|
2141
|
+
}
|
|
2142
|
+
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoMindMappingGenerateResultVideoMindMappingsChildNodes extends $dara.Model {
|
|
2143
|
+
childNodes?: RunVideoAnalysisResponseBodyPayloadOutputVideoMindMappingGenerateResultVideoMindMappingsChildNodesChildNodes[];
|
|
2144
|
+
name?: string;
|
|
2145
|
+
static names(): {
|
|
2146
|
+
[key: string]: string;
|
|
2147
|
+
};
|
|
2148
|
+
static types(): {
|
|
2149
|
+
[key: string]: any;
|
|
2150
|
+
};
|
|
2151
|
+
validate(): void;
|
|
2152
|
+
constructor(map?: {
|
|
2153
|
+
[key: string]: any;
|
|
2154
|
+
});
|
|
2155
|
+
}
|
|
2156
|
+
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoMindMappingGenerateResultVideoMindMappings extends $dara.Model {
|
|
2157
|
+
childNodes?: RunVideoAnalysisResponseBodyPayloadOutputVideoMindMappingGenerateResultVideoMindMappingsChildNodes[];
|
|
2158
|
+
name?: string;
|
|
2159
|
+
static names(): {
|
|
2160
|
+
[key: string]: string;
|
|
2161
|
+
};
|
|
2162
|
+
static types(): {
|
|
2163
|
+
[key: string]: any;
|
|
2164
|
+
};
|
|
2165
|
+
validate(): void;
|
|
2166
|
+
constructor(map?: {
|
|
2167
|
+
[key: string]: any;
|
|
2168
|
+
});
|
|
2169
|
+
}
|
|
2170
|
+
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoMindMappingGenerateResult extends $dara.Model {
|
|
2171
|
+
/**
|
|
2172
|
+
* @example
|
|
2173
|
+
* true
|
|
2174
|
+
*/
|
|
2175
|
+
generateFinished?: boolean;
|
|
2176
|
+
/**
|
|
2177
|
+
* @example
|
|
2178
|
+
* true
|
|
2179
|
+
*/
|
|
2180
|
+
modelId?: string;
|
|
2181
|
+
modelReduce?: boolean;
|
|
2182
|
+
text?: string;
|
|
2183
|
+
usage?: RunVideoAnalysisResponseBodyPayloadOutputVideoMindMappingGenerateResultUsage;
|
|
2184
|
+
videoMindMappings?: RunVideoAnalysisResponseBodyPayloadOutputVideoMindMappingGenerateResultVideoMindMappings[];
|
|
2185
|
+
static names(): {
|
|
2186
|
+
[key: string]: string;
|
|
2187
|
+
};
|
|
2188
|
+
static types(): {
|
|
2189
|
+
[key: string]: any;
|
|
2190
|
+
};
|
|
2191
|
+
validate(): void;
|
|
2192
|
+
constructor(map?: {
|
|
2193
|
+
[key: string]: any;
|
|
2194
|
+
});
|
|
2195
|
+
}
|
|
2196
|
+
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoShotSnapshotResultVideoShotsVideoSnapshots extends $dara.Model {
|
|
2197
|
+
url?: string;
|
|
2198
|
+
static names(): {
|
|
2199
|
+
[key: string]: string;
|
|
2200
|
+
};
|
|
2201
|
+
static types(): {
|
|
2202
|
+
[key: string]: any;
|
|
2203
|
+
};
|
|
2204
|
+
validate(): void;
|
|
2205
|
+
constructor(map?: {
|
|
2206
|
+
[key: string]: any;
|
|
2207
|
+
});
|
|
2208
|
+
}
|
|
2209
|
+
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoShotSnapshotResultVideoShots extends $dara.Model {
|
|
2210
|
+
endTime?: number;
|
|
2211
|
+
endTimeFormat?: string;
|
|
2212
|
+
startTime?: number;
|
|
2213
|
+
startTimeFormat?: string;
|
|
2214
|
+
videoSnapshots?: RunVideoAnalysisResponseBodyPayloadOutputVideoShotSnapshotResultVideoShotsVideoSnapshots[];
|
|
2215
|
+
static names(): {
|
|
2216
|
+
[key: string]: string;
|
|
2217
|
+
};
|
|
2218
|
+
static types(): {
|
|
2219
|
+
[key: string]: any;
|
|
2220
|
+
};
|
|
2221
|
+
validate(): void;
|
|
2222
|
+
constructor(map?: {
|
|
2223
|
+
[key: string]: any;
|
|
2224
|
+
});
|
|
2225
|
+
}
|
|
2226
|
+
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoShotSnapshotResult extends $dara.Model {
|
|
2227
|
+
videoShots?: RunVideoAnalysisResponseBodyPayloadOutputVideoShotSnapshotResultVideoShots[];
|
|
2228
|
+
static names(): {
|
|
2229
|
+
[key: string]: string;
|
|
2230
|
+
};
|
|
2231
|
+
static types(): {
|
|
2232
|
+
[key: string]: any;
|
|
2233
|
+
};
|
|
2234
|
+
validate(): void;
|
|
2235
|
+
constructor(map?: {
|
|
2236
|
+
[key: string]: any;
|
|
2237
|
+
});
|
|
2238
|
+
}
|
|
2239
|
+
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoTitleGenerateResultUsage extends $dara.Model {
|
|
2240
|
+
/**
|
|
2241
|
+
* @example
|
|
2242
|
+
* 1
|
|
2243
|
+
*/
|
|
2244
|
+
inputTokens?: number;
|
|
2245
|
+
/**
|
|
2246
|
+
* @example
|
|
2247
|
+
* 1
|
|
2248
|
+
*/
|
|
2249
|
+
outputTokens?: number;
|
|
2250
|
+
/**
|
|
2251
|
+
* @example
|
|
2252
|
+
* 2
|
|
2253
|
+
*/
|
|
2254
|
+
totalTokens?: number;
|
|
2255
|
+
static names(): {
|
|
2256
|
+
[key: string]: string;
|
|
2257
|
+
};
|
|
2258
|
+
static types(): {
|
|
2259
|
+
[key: string]: any;
|
|
2260
|
+
};
|
|
2261
|
+
validate(): void;
|
|
2262
|
+
constructor(map?: {
|
|
2263
|
+
[key: string]: any;
|
|
2264
|
+
});
|
|
2265
|
+
}
|
|
2266
|
+
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoTitleGenerateResult extends $dara.Model {
|
|
2267
|
+
/**
|
|
2268
|
+
* @example
|
|
2269
|
+
* true
|
|
2270
|
+
*/
|
|
2271
|
+
generateFinished?: boolean;
|
|
2272
|
+
/**
|
|
2273
|
+
* @example
|
|
2274
|
+
* qwen-max
|
|
2275
|
+
*/
|
|
2276
|
+
modelId?: string;
|
|
2277
|
+
modelReduce?: boolean;
|
|
2278
|
+
text?: string;
|
|
2279
|
+
usage?: RunVideoAnalysisResponseBodyPayloadOutputVideoTitleGenerateResultUsage;
|
|
2280
|
+
static names(): {
|
|
2281
|
+
[key: string]: string;
|
|
2282
|
+
};
|
|
2283
|
+
static types(): {
|
|
2284
|
+
[key: string]: any;
|
|
2285
|
+
};
|
|
2286
|
+
validate(): void;
|
|
2287
|
+
constructor(map?: {
|
|
2288
|
+
[key: string]: any;
|
|
2289
|
+
});
|
|
2290
|
+
}
|
|
2291
|
+
export declare class RunVideoAnalysisResponseBodyPayloadOutput extends $dara.Model {
|
|
2292
|
+
videoAnalysisResult?: RunVideoAnalysisResponseBodyPayloadOutputVideoAnalysisResult;
|
|
2293
|
+
videoCaptionResult?: RunVideoAnalysisResponseBodyPayloadOutputVideoCaptionResult;
|
|
2294
|
+
videoGenerateResult?: RunVideoAnalysisResponseBodyPayloadOutputVideoGenerateResult;
|
|
2295
|
+
videoMindMappingGenerateResult?: RunVideoAnalysisResponseBodyPayloadOutputVideoMindMappingGenerateResult;
|
|
2296
|
+
videoShotSnapshotResult?: RunVideoAnalysisResponseBodyPayloadOutputVideoShotSnapshotResult;
|
|
2297
|
+
videoTitleGenerateResult?: RunVideoAnalysisResponseBodyPayloadOutputVideoTitleGenerateResult;
|
|
2298
|
+
static names(): {
|
|
2299
|
+
[key: string]: string;
|
|
2300
|
+
};
|
|
2301
|
+
static types(): {
|
|
2302
|
+
[key: string]: any;
|
|
2303
|
+
};
|
|
2304
|
+
validate(): void;
|
|
2305
|
+
constructor(map?: {
|
|
2306
|
+
[key: string]: any;
|
|
2307
|
+
});
|
|
2308
|
+
}
|
|
2309
|
+
export declare class RunVideoAnalysisResponseBodyPayloadUsage extends $dara.Model {
|
|
2310
|
+
inputTokens?: number;
|
|
2311
|
+
outputTokens?: number;
|
|
2312
|
+
totalTokens?: number;
|
|
2313
|
+
static names(): {
|
|
2314
|
+
[key: string]: string;
|
|
2315
|
+
};
|
|
2316
|
+
static types(): {
|
|
2317
|
+
[key: string]: any;
|
|
2318
|
+
};
|
|
2319
|
+
validate(): void;
|
|
2320
|
+
constructor(map?: {
|
|
2321
|
+
[key: string]: any;
|
|
2322
|
+
});
|
|
2323
|
+
}
|
|
2324
|
+
export declare class RunVideoAnalysisResponseBodyPayload extends $dara.Model {
|
|
2325
|
+
output?: RunVideoAnalysisResponseBodyPayloadOutput;
|
|
2326
|
+
usage?: RunVideoAnalysisResponseBodyPayloadUsage;
|
|
2327
|
+
static names(): {
|
|
2328
|
+
[key: string]: string;
|
|
2329
|
+
};
|
|
2330
|
+
static types(): {
|
|
2331
|
+
[key: string]: any;
|
|
2332
|
+
};
|
|
2333
|
+
validate(): void;
|
|
2334
|
+
constructor(map?: {
|
|
2335
|
+
[key: string]: any;
|
|
2336
|
+
});
|
|
2337
|
+
}
|
|
2338
|
+
export declare class SubmitVideoAnalysisTaskRequestFrameSampleMethod extends $dara.Model {
|
|
2339
|
+
/**
|
|
2340
|
+
* @example
|
|
2341
|
+
* 2
|
|
2342
|
+
*/
|
|
2343
|
+
interval?: number;
|
|
2344
|
+
/**
|
|
2345
|
+
* @example
|
|
2346
|
+
* standard
|
|
2347
|
+
*/
|
|
2348
|
+
methodName?: string;
|
|
2349
|
+
/**
|
|
2350
|
+
* @example
|
|
2351
|
+
* 768
|
|
2352
|
+
*/
|
|
2353
|
+
pixel?: number;
|
|
2354
|
+
static names(): {
|
|
2355
|
+
[key: string]: string;
|
|
2356
|
+
};
|
|
2357
|
+
static types(): {
|
|
2358
|
+
[key: string]: any;
|
|
2359
|
+
};
|
|
2360
|
+
validate(): void;
|
|
2361
|
+
constructor(map?: {
|
|
2362
|
+
[key: string]: any;
|
|
2363
|
+
});
|
|
2364
|
+
}
|
|
2365
|
+
export declare class SubmitVideoAnalysisTaskRequestVideoRoles extends $dara.Model {
|
|
2366
|
+
roleInfo?: string;
|
|
2367
|
+
roleName?: string;
|
|
2368
|
+
urls?: string[];
|
|
2369
|
+
static names(): {
|
|
2370
|
+
[key: string]: string;
|
|
2371
|
+
};
|
|
2372
|
+
static types(): {
|
|
2373
|
+
[key: string]: any;
|
|
2374
|
+
};
|
|
2375
|
+
validate(): void;
|
|
2376
|
+
constructor(map?: {
|
|
2377
|
+
[key: string]: any;
|
|
2378
|
+
});
|
|
2379
|
+
}
|
|
2380
|
+
export declare class SubmitVideoAnalysisTaskResponseBodyData extends $dara.Model {
|
|
2381
|
+
/**
|
|
2382
|
+
* @example
|
|
2383
|
+
* 3feb69ed02d9b1a17d0f1a942675d300
|
|
2384
|
+
*/
|
|
2385
|
+
taskId?: string;
|
|
2386
|
+
static names(): {
|
|
2387
|
+
[key: string]: string;
|
|
2388
|
+
};
|
|
2389
|
+
static types(): {
|
|
2390
|
+
[key: string]: any;
|
|
2391
|
+
};
|
|
2392
|
+
validate(): void;
|
|
2393
|
+
constructor(map?: {
|
|
2394
|
+
[key: string]: any;
|
|
2395
|
+
});
|
|
2396
|
+
}
|
|
2397
|
+
export declare class GenerateBroadcastNewsRequest extends $dara.Model {
|
|
2398
|
+
/**
|
|
2399
|
+
* @remarks
|
|
2400
|
+
* This parameter is required.
|
|
2401
|
+
*/
|
|
2402
|
+
prompt?: string;
|
|
2403
|
+
static names(): {
|
|
2404
|
+
[key: string]: string;
|
|
2405
|
+
};
|
|
2406
|
+
static types(): {
|
|
2407
|
+
[key: string]: any;
|
|
2408
|
+
};
|
|
2409
|
+
validate(): void;
|
|
2410
|
+
constructor(map?: {
|
|
2411
|
+
[key: string]: any;
|
|
2412
|
+
});
|
|
2413
|
+
}
|
|
2414
|
+
export declare class GenerateBroadcastNewsResponseBody extends $dara.Model {
|
|
2415
|
+
/**
|
|
2416
|
+
* @example
|
|
2417
|
+
* xx
|
|
2418
|
+
*/
|
|
2419
|
+
code?: string;
|
|
2420
|
+
data?: GenerateBroadcastNewsResponseBodyData;
|
|
2421
|
+
/**
|
|
2422
|
+
* @example
|
|
2423
|
+
* 200
|
|
2424
|
+
*/
|
|
2425
|
+
httpStatusCode?: number;
|
|
2426
|
+
/**
|
|
2427
|
+
* @example
|
|
2428
|
+
* success
|
|
2429
|
+
*/
|
|
2430
|
+
message?: string;
|
|
2431
|
+
/**
|
|
2432
|
+
* @example
|
|
2433
|
+
* 117F5ABE-CF02-5502-9A3F-E56BC9081A64
|
|
2434
|
+
*/
|
|
2435
|
+
requestId?: string;
|
|
2436
|
+
/**
|
|
2437
|
+
* @example
|
|
2438
|
+
* True
|
|
2439
|
+
*/
|
|
2440
|
+
success?: boolean;
|
|
2441
|
+
static names(): {
|
|
2442
|
+
[key: string]: string;
|
|
2443
|
+
};
|
|
2444
|
+
static types(): {
|
|
2445
|
+
[key: string]: any;
|
|
2446
|
+
};
|
|
2447
|
+
validate(): void;
|
|
2448
|
+
constructor(map?: {
|
|
2449
|
+
[key: string]: any;
|
|
2450
|
+
});
|
|
2451
|
+
}
|
|
2452
|
+
export declare class GenerateBroadcastNewsResponse extends $dara.Model {
|
|
2453
|
+
headers?: {
|
|
2454
|
+
[key: string]: string;
|
|
2455
|
+
};
|
|
2456
|
+
statusCode?: number;
|
|
2457
|
+
body?: GenerateBroadcastNewsResponseBody;
|
|
2458
|
+
static names(): {
|
|
2459
|
+
[key: string]: string;
|
|
2460
|
+
};
|
|
2461
|
+
static types(): {
|
|
2462
|
+
[key: string]: any;
|
|
2463
|
+
};
|
|
2464
|
+
validate(): void;
|
|
2465
|
+
constructor(map?: {
|
|
2466
|
+
[key: string]: any;
|
|
2467
|
+
});
|
|
2468
|
+
}
|
|
2469
|
+
export declare class GenerateOutputFormatRequest extends $dara.Model {
|
|
2470
|
+
/**
|
|
2471
|
+
* @example
|
|
2472
|
+
* clueMining
|
|
2473
|
+
*/
|
|
2474
|
+
businessType?: string;
|
|
2475
|
+
/**
|
|
2476
|
+
* @example
|
|
2477
|
+
* 待分析文本
|
|
2478
|
+
*/
|
|
2479
|
+
content?: string;
|
|
2480
|
+
/**
|
|
2481
|
+
* @example
|
|
2482
|
+
* 额外信息
|
|
2483
|
+
*/
|
|
2484
|
+
extraInfo?: string;
|
|
2485
|
+
/**
|
|
2486
|
+
* @remarks
|
|
2487
|
+
* This parameter is required.
|
|
2488
|
+
*/
|
|
2489
|
+
tags?: GenerateOutputFormatRequestTags[];
|
|
2490
|
+
/**
|
|
2491
|
+
* @example
|
|
2492
|
+
* 给你一条待分析文本数据,请你按照标签体系来对数据进行打标。
|
|
2493
|
+
*/
|
|
2494
|
+
taskDescription?: string;
|
|
2495
|
+
static names(): {
|
|
2496
|
+
[key: string]: string;
|
|
2497
|
+
};
|
|
2498
|
+
static types(): {
|
|
2499
|
+
[key: string]: any;
|
|
2500
|
+
};
|
|
2501
|
+
validate(): void;
|
|
2502
|
+
constructor(map?: {
|
|
2503
|
+
[key: string]: any;
|
|
2504
|
+
});
|
|
2505
|
+
}
|
|
2506
|
+
export declare class GenerateOutputFormatShrinkRequest extends $dara.Model {
|
|
2507
|
+
/**
|
|
2508
|
+
* @example
|
|
2509
|
+
* clueMining
|
|
2510
|
+
*/
|
|
2511
|
+
businessType?: string;
|
|
2512
|
+
/**
|
|
2513
|
+
* @example
|
|
2514
|
+
* 待分析文本
|
|
2515
|
+
*/
|
|
2516
|
+
content?: string;
|
|
2517
|
+
/**
|
|
2518
|
+
* @example
|
|
2519
|
+
* 额外信息
|
|
2520
|
+
*/
|
|
2521
|
+
extraInfo?: string;
|
|
2522
|
+
/**
|
|
2523
|
+
* @remarks
|
|
2524
|
+
* This parameter is required.
|
|
2525
|
+
*/
|
|
2526
|
+
tagsShrink?: string;
|
|
2527
|
+
/**
|
|
2528
|
+
* @example
|
|
2529
|
+
* 给你一条待分析文本数据,请你按照标签体系来对数据进行打标。
|
|
2530
|
+
*/
|
|
2531
|
+
taskDescription?: string;
|
|
2532
|
+
static names(): {
|
|
2533
|
+
[key: string]: string;
|
|
2534
|
+
};
|
|
2535
|
+
static types(): {
|
|
2536
|
+
[key: string]: any;
|
|
2537
|
+
};
|
|
2538
|
+
validate(): void;
|
|
2539
|
+
constructor(map?: {
|
|
2540
|
+
[key: string]: any;
|
|
2541
|
+
});
|
|
2542
|
+
}
|
|
2543
|
+
export declare class GenerateOutputFormatResponseBody extends $dara.Model {
|
|
2544
|
+
/**
|
|
2545
|
+
* @example
|
|
2546
|
+
* successful
|
|
2547
|
+
*/
|
|
2548
|
+
code?: string;
|
|
2549
|
+
data?: GenerateOutputFormatResponseBodyData;
|
|
2550
|
+
/**
|
|
2551
|
+
* @example
|
|
2552
|
+
* 200
|
|
2553
|
+
*/
|
|
2554
|
+
httpStatusCode?: number;
|
|
2555
|
+
/**
|
|
2556
|
+
* @example
|
|
2557
|
+
* ok
|
|
2558
|
+
*/
|
|
2559
|
+
message?: string;
|
|
2560
|
+
/**
|
|
2561
|
+
* @remarks
|
|
2562
|
+
* Id of the request
|
|
2563
|
+
*
|
|
2564
|
+
* @example
|
|
2565
|
+
* 117F5ABE-CF02-5502-9A3F-E56BC9081A64
|
|
2566
|
+
*/
|
|
2567
|
+
requestId?: string;
|
|
2568
|
+
/**
|
|
2569
|
+
* @example
|
|
2570
|
+
* True
|
|
2571
|
+
*/
|
|
2572
|
+
success?: boolean;
|
|
2573
|
+
static names(): {
|
|
2574
|
+
[key: string]: string;
|
|
2575
|
+
};
|
|
2576
|
+
static types(): {
|
|
2577
|
+
[key: string]: any;
|
|
2578
|
+
};
|
|
2579
|
+
validate(): void;
|
|
2580
|
+
constructor(map?: {
|
|
2581
|
+
[key: string]: any;
|
|
2582
|
+
});
|
|
2583
|
+
}
|
|
2584
|
+
export declare class GenerateOutputFormatResponse extends $dara.Model {
|
|
2585
|
+
headers?: {
|
|
2586
|
+
[key: string]: string;
|
|
2587
|
+
};
|
|
2588
|
+
statusCode?: number;
|
|
2589
|
+
body?: GenerateOutputFormatResponseBody;
|
|
2590
|
+
static names(): {
|
|
2591
|
+
[key: string]: string;
|
|
2592
|
+
};
|
|
2593
|
+
static types(): {
|
|
2594
|
+
[key: string]: any;
|
|
2595
|
+
};
|
|
2596
|
+
validate(): void;
|
|
2597
|
+
constructor(map?: {
|
|
2598
|
+
[key: string]: any;
|
|
2599
|
+
});
|
|
2600
|
+
}
|
|
2601
|
+
export declare class GetVideoAnalysisConfigResponseBody extends $dara.Model {
|
|
2602
|
+
/**
|
|
2603
|
+
* @example
|
|
2604
|
+
* xx
|
|
2605
|
+
*/
|
|
2606
|
+
code?: string;
|
|
2607
|
+
data?: GetVideoAnalysisConfigResponseBodyData;
|
|
2608
|
+
/**
|
|
2609
|
+
* @example
|
|
2610
|
+
* 200
|
|
2611
|
+
*/
|
|
2612
|
+
httpStatusCode?: number;
|
|
2613
|
+
/**
|
|
2614
|
+
* @example
|
|
2615
|
+
* ok
|
|
2616
|
+
*/
|
|
2617
|
+
message?: string;
|
|
2618
|
+
/**
|
|
2619
|
+
* @remarks
|
|
2620
|
+
* Id of the request
|
|
2621
|
+
*
|
|
2622
|
+
* @example
|
|
2623
|
+
* 085BE2D2-BB7E-59A6-B688-F2CB32124E7F
|
|
2624
|
+
*/
|
|
2625
|
+
requestId?: string;
|
|
2626
|
+
/**
|
|
2627
|
+
* @example
|
|
2628
|
+
* True
|
|
2629
|
+
*/
|
|
2630
|
+
success?: boolean;
|
|
2631
|
+
static names(): {
|
|
2632
|
+
[key: string]: string;
|
|
2633
|
+
};
|
|
2634
|
+
static types(): {
|
|
2635
|
+
[key: string]: any;
|
|
2636
|
+
};
|
|
2637
|
+
validate(): void;
|
|
2638
|
+
constructor(map?: {
|
|
2639
|
+
[key: string]: any;
|
|
2640
|
+
});
|
|
2641
|
+
}
|
|
2642
|
+
export declare class GetVideoAnalysisConfigResponse extends $dara.Model {
|
|
2643
|
+
headers?: {
|
|
2644
|
+
[key: string]: string;
|
|
2645
|
+
};
|
|
2646
|
+
statusCode?: number;
|
|
2647
|
+
body?: GetVideoAnalysisConfigResponseBody;
|
|
2648
|
+
static names(): {
|
|
2649
|
+
[key: string]: string;
|
|
2650
|
+
};
|
|
2651
|
+
static types(): {
|
|
2652
|
+
[key: string]: any;
|
|
2653
|
+
};
|
|
2654
|
+
validate(): void;
|
|
2655
|
+
constructor(map?: {
|
|
2656
|
+
[key: string]: any;
|
|
2657
|
+
});
|
|
2658
|
+
}
|
|
2659
|
+
export declare class GetVideoAnalysisTaskRequest extends $dara.Model {
|
|
2660
|
+
/**
|
|
2661
|
+
* @remarks
|
|
2662
|
+
* This parameter is required.
|
|
2663
|
+
*
|
|
2664
|
+
* @example
|
|
2665
|
+
* a3d1c2ac-f086-4a21-9069-f5631542f5a2
|
|
2666
|
+
*/
|
|
2667
|
+
taskId?: string;
|
|
2668
|
+
static names(): {
|
|
2669
|
+
[key: string]: string;
|
|
2670
|
+
};
|
|
2671
|
+
static types(): {
|
|
2672
|
+
[key: string]: any;
|
|
2673
|
+
};
|
|
2674
|
+
validate(): void;
|
|
2675
|
+
constructor(map?: {
|
|
2676
|
+
[key: string]: any;
|
|
2677
|
+
});
|
|
2678
|
+
}
|
|
2679
|
+
export declare class GetVideoAnalysisTaskResponseBody extends $dara.Model {
|
|
2680
|
+
/**
|
|
2681
|
+
* @example
|
|
2682
|
+
* successful
|
|
2683
|
+
*/
|
|
2684
|
+
code?: string;
|
|
2685
|
+
data?: GetVideoAnalysisTaskResponseBodyData;
|
|
2686
|
+
/**
|
|
2687
|
+
* @example
|
|
2688
|
+
* 200
|
|
2689
|
+
*/
|
|
2690
|
+
httpStatusCode?: number;
|
|
2691
|
+
/**
|
|
2692
|
+
* @example
|
|
2693
|
+
* success
|
|
2694
|
+
*/
|
|
2695
|
+
message?: string;
|
|
2696
|
+
/**
|
|
2697
|
+
* @remarks
|
|
2698
|
+
* Id of the request
|
|
2699
|
+
*
|
|
2700
|
+
* @example
|
|
2701
|
+
* 5D0E915E-655D-59A8-894F-93873F73AAE5
|
|
2702
|
+
*/
|
|
2703
|
+
requestId?: string;
|
|
2704
|
+
/**
|
|
2705
|
+
* @example
|
|
2706
|
+
* True
|
|
2707
|
+
*/
|
|
2708
|
+
success?: boolean;
|
|
2709
|
+
static names(): {
|
|
2710
|
+
[key: string]: string;
|
|
2711
|
+
};
|
|
2712
|
+
static types(): {
|
|
2713
|
+
[key: string]: any;
|
|
2714
|
+
};
|
|
2715
|
+
validate(): void;
|
|
2716
|
+
constructor(map?: {
|
|
2717
|
+
[key: string]: any;
|
|
2718
|
+
});
|
|
2719
|
+
}
|
|
2720
|
+
export declare class GetVideoAnalysisTaskResponse extends $dara.Model {
|
|
2721
|
+
headers?: {
|
|
2722
|
+
[key: string]: string;
|
|
2723
|
+
};
|
|
2724
|
+
statusCode?: number;
|
|
2725
|
+
body?: GetVideoAnalysisTaskResponseBody;
|
|
2726
|
+
static names(): {
|
|
2727
|
+
[key: string]: string;
|
|
2728
|
+
};
|
|
2729
|
+
static types(): {
|
|
2730
|
+
[key: string]: any;
|
|
2731
|
+
};
|
|
2732
|
+
validate(): void;
|
|
2733
|
+
constructor(map?: {
|
|
2734
|
+
[key: string]: any;
|
|
2735
|
+
});
|
|
2736
|
+
}
|
|
2737
|
+
export declare class ListHotTopicSummariesRequest extends $dara.Model {
|
|
2738
|
+
/**
|
|
2739
|
+
* @example
|
|
2740
|
+
* xx
|
|
2741
|
+
*/
|
|
2742
|
+
category?: string;
|
|
2743
|
+
/**
|
|
2744
|
+
* @example
|
|
2745
|
+
* xx
|
|
2746
|
+
*/
|
|
2747
|
+
hotTopic?: string;
|
|
2748
|
+
/**
|
|
2749
|
+
* @example
|
|
2750
|
+
* 2024-09-13_12
|
|
2751
|
+
*/
|
|
2752
|
+
hotTopicVersion?: string;
|
|
2753
|
+
/**
|
|
2754
|
+
* @example
|
|
2755
|
+
* 20
|
|
2756
|
+
*/
|
|
2757
|
+
maxResults?: number;
|
|
2758
|
+
/**
|
|
2759
|
+
* @example
|
|
2760
|
+
* JlroP3CjgQh5PQDlH3ArzADkBTPZgVqo+64jhZRglNq0mEYoV5SlGb/Juvo8CdfYE9rlwEr2pIJQwdaYotak9g==
|
|
2761
|
+
*/
|
|
2762
|
+
nextToken?: string;
|
|
2763
|
+
static names(): {
|
|
2764
|
+
[key: string]: string;
|
|
2765
|
+
};
|
|
2766
|
+
static types(): {
|
|
2767
|
+
[key: string]: any;
|
|
2768
|
+
};
|
|
2769
|
+
validate(): void;
|
|
2770
|
+
constructor(map?: {
|
|
2771
|
+
[key: string]: any;
|
|
2772
|
+
});
|
|
2773
|
+
}
|
|
2774
|
+
export declare class ListHotTopicSummariesResponseBody extends $dara.Model {
|
|
2775
|
+
/**
|
|
2776
|
+
* @example
|
|
2777
|
+
* xx
|
|
2778
|
+
*/
|
|
2779
|
+
code?: string;
|
|
2780
|
+
data?: ListHotTopicSummariesResponseBodyData[];
|
|
2781
|
+
/**
|
|
2782
|
+
* @example
|
|
2783
|
+
* 200
|
|
2784
|
+
*/
|
|
2785
|
+
httpStatusCode?: number;
|
|
2786
|
+
/**
|
|
2787
|
+
* @example
|
|
2788
|
+
* 20
|
|
2789
|
+
*/
|
|
2790
|
+
maxResults?: number;
|
|
2791
|
+
/**
|
|
2792
|
+
* @example
|
|
2793
|
+
* success
|
|
2794
|
+
*/
|
|
2795
|
+
message?: string;
|
|
2796
|
+
/**
|
|
2797
|
+
* @example
|
|
2798
|
+
* JlroP3CjgQh5PQDlH3ArzADkBTPZgVqo+64jhZRglNq0mEYoV5SlGb/Juvo8CdfYE9rlwEr2pIJQwdaYotak9g==
|
|
2799
|
+
*/
|
|
2800
|
+
nextToken?: string;
|
|
2801
|
+
/**
|
|
2802
|
+
* @example
|
|
2803
|
+
* 117F5ABE-CF02-5502-9A3F-E56BC9081A64
|
|
2804
|
+
*/
|
|
2805
|
+
requestId?: string;
|
|
2806
|
+
/**
|
|
2807
|
+
* @example
|
|
2808
|
+
* True
|
|
2809
|
+
*/
|
|
2810
|
+
success?: boolean;
|
|
2811
|
+
/**
|
|
2812
|
+
* @example
|
|
2813
|
+
* 200
|
|
2814
|
+
*/
|
|
2815
|
+
totalCount?: number;
|
|
2816
|
+
static names(): {
|
|
2817
|
+
[key: string]: string;
|
|
2818
|
+
};
|
|
2819
|
+
static types(): {
|
|
2820
|
+
[key: string]: any;
|
|
2821
|
+
};
|
|
2822
|
+
validate(): void;
|
|
2823
|
+
constructor(map?: {
|
|
2824
|
+
[key: string]: any;
|
|
2825
|
+
});
|
|
2826
|
+
}
|
|
2827
|
+
export declare class ListHotTopicSummariesResponse extends $dara.Model {
|
|
2828
|
+
headers?: {
|
|
2829
|
+
[key: string]: string;
|
|
2830
|
+
};
|
|
2831
|
+
statusCode?: number;
|
|
2832
|
+
body?: ListHotTopicSummariesResponseBody;
|
|
2833
|
+
static names(): {
|
|
2834
|
+
[key: string]: string;
|
|
2835
|
+
};
|
|
2836
|
+
static types(): {
|
|
2837
|
+
[key: string]: any;
|
|
2838
|
+
};
|
|
2839
|
+
validate(): void;
|
|
2840
|
+
constructor(map?: {
|
|
2841
|
+
[key: string]: any;
|
|
2842
|
+
});
|
|
2843
|
+
}
|
|
2844
|
+
export declare class RunHotTopicChatRequest extends $dara.Model {
|
|
2845
|
+
category?: string;
|
|
2846
|
+
generateOptions?: string[];
|
|
2847
|
+
/**
|
|
2848
|
+
* @example
|
|
2849
|
+
* 2024-09-13_12
|
|
2850
|
+
*/
|
|
2851
|
+
hotTopicVersion?: string;
|
|
2852
|
+
hotTopics?: string[];
|
|
2853
|
+
/**
|
|
2854
|
+
* @example
|
|
2855
|
+
* 1
|
|
2856
|
+
*/
|
|
2857
|
+
imageCount?: number;
|
|
2858
|
+
messages?: RunHotTopicChatRequestMessages[];
|
|
2859
|
+
/**
|
|
2860
|
+
* @example
|
|
2861
|
+
* xx
|
|
2862
|
+
*/
|
|
2863
|
+
modelCustomPromptTemplate?: string;
|
|
2864
|
+
/**
|
|
2865
|
+
* @example
|
|
2866
|
+
* qwen-max
|
|
2867
|
+
*/
|
|
2868
|
+
modelId?: string;
|
|
2869
|
+
/**
|
|
2870
|
+
* @example
|
|
2871
|
+
* a3d1c2ac-f086-4a21-9069-f5631542f5ax
|
|
2872
|
+
*/
|
|
2873
|
+
originalSessionId?: string;
|
|
2874
|
+
prompt?: string;
|
|
2875
|
+
stepForBroadcastContentConfig?: RunHotTopicChatRequestStepForBroadcastContentConfig;
|
|
2876
|
+
/**
|
|
2877
|
+
* @example
|
|
2878
|
+
* a3d1c2ac-f086-4a21-9069-f5631542f5a2
|
|
2879
|
+
*/
|
|
2880
|
+
taskId?: string;
|
|
2881
|
+
static names(): {
|
|
2882
|
+
[key: string]: string;
|
|
2883
|
+
};
|
|
2884
|
+
static types(): {
|
|
2885
|
+
[key: string]: any;
|
|
2886
|
+
};
|
|
2887
|
+
validate(): void;
|
|
2888
|
+
constructor(map?: {
|
|
2889
|
+
[key: string]: any;
|
|
2890
|
+
});
|
|
2891
|
+
}
|
|
2892
|
+
export declare class RunHotTopicChatShrinkRequest extends $dara.Model {
|
|
2893
|
+
category?: string;
|
|
2894
|
+
generateOptionsShrink?: string;
|
|
2895
|
+
/**
|
|
2896
|
+
* @example
|
|
2897
|
+
* 2024-09-13_12
|
|
2898
|
+
*/
|
|
2899
|
+
hotTopicVersion?: string;
|
|
2900
|
+
hotTopicsShrink?: string;
|
|
2901
|
+
/**
|
|
2902
|
+
* @example
|
|
2903
|
+
* 1
|
|
2904
|
+
*/
|
|
2905
|
+
imageCount?: number;
|
|
2906
|
+
messagesShrink?: string;
|
|
2907
|
+
/**
|
|
2908
|
+
* @example
|
|
2909
|
+
* xx
|
|
2910
|
+
*/
|
|
2911
|
+
modelCustomPromptTemplate?: string;
|
|
2912
|
+
/**
|
|
2913
|
+
* @example
|
|
2914
|
+
* qwen-max
|
|
2915
|
+
*/
|
|
2916
|
+
modelId?: string;
|
|
2917
|
+
/**
|
|
2918
|
+
* @example
|
|
2919
|
+
* a3d1c2ac-f086-4a21-9069-f5631542f5ax
|
|
2920
|
+
*/
|
|
2921
|
+
originalSessionId?: string;
|
|
2922
|
+
prompt?: string;
|
|
2923
|
+
stepForBroadcastContentConfigShrink?: string;
|
|
2924
|
+
/**
|
|
2925
|
+
* @example
|
|
2926
|
+
* a3d1c2ac-f086-4a21-9069-f5631542f5a2
|
|
2927
|
+
*/
|
|
2928
|
+
taskId?: string;
|
|
2929
|
+
static names(): {
|
|
2930
|
+
[key: string]: string;
|
|
2931
|
+
};
|
|
2932
|
+
static types(): {
|
|
2933
|
+
[key: string]: any;
|
|
2934
|
+
};
|
|
2935
|
+
validate(): void;
|
|
2936
|
+
constructor(map?: {
|
|
2937
|
+
[key: string]: any;
|
|
2938
|
+
});
|
|
2939
|
+
}
|
|
2940
|
+
export declare class RunHotTopicChatResponseBody extends $dara.Model {
|
|
2941
|
+
header?: RunHotTopicChatResponseBodyHeader;
|
|
2942
|
+
payload?: RunHotTopicChatResponseBodyPayload;
|
|
2943
|
+
/**
|
|
2944
|
+
* @example
|
|
2945
|
+
* 04DA1A52-4E51-56CB-BA64-FDDA0B53BAE8
|
|
2946
|
+
*/
|
|
2947
|
+
requestId?: string;
|
|
2948
|
+
static names(): {
|
|
2949
|
+
[key: string]: string;
|
|
2950
|
+
};
|
|
2951
|
+
static types(): {
|
|
2952
|
+
[key: string]: any;
|
|
2953
|
+
};
|
|
2954
|
+
validate(): void;
|
|
2955
|
+
constructor(map?: {
|
|
2956
|
+
[key: string]: any;
|
|
2957
|
+
});
|
|
2958
|
+
}
|
|
2959
|
+
export declare class RunHotTopicChatResponse extends $dara.Model {
|
|
2960
|
+
headers?: {
|
|
2961
|
+
[key: string]: string;
|
|
2962
|
+
};
|
|
2963
|
+
statusCode?: number;
|
|
2964
|
+
body?: RunHotTopicChatResponseBody;
|
|
2965
|
+
static names(): {
|
|
2966
|
+
[key: string]: string;
|
|
2967
|
+
};
|
|
2968
|
+
static types(): {
|
|
2969
|
+
[key: string]: any;
|
|
2970
|
+
};
|
|
2971
|
+
validate(): void;
|
|
2972
|
+
constructor(map?: {
|
|
2973
|
+
[key: string]: any;
|
|
2974
|
+
});
|
|
2975
|
+
}
|
|
2976
|
+
export declare class RunHotTopicSummaryRequest extends $dara.Model {
|
|
2977
|
+
/**
|
|
2978
|
+
* @remarks
|
|
2979
|
+
* This parameter is required.
|
|
2980
|
+
*
|
|
2981
|
+
* @example
|
|
2982
|
+
* 2024-10-16_8
|
|
2983
|
+
*/
|
|
2984
|
+
hotTopicVersion?: string;
|
|
2985
|
+
/**
|
|
2986
|
+
* @remarks
|
|
2987
|
+
* This parameter is required.
|
|
2988
|
+
*/
|
|
2989
|
+
stepForCustomSummaryStyleConfig?: RunHotTopicSummaryRequestStepForCustomSummaryStyleConfig;
|
|
2990
|
+
/**
|
|
2991
|
+
* @remarks
|
|
2992
|
+
* This parameter is required.
|
|
2993
|
+
*
|
|
2994
|
+
* @example
|
|
2995
|
+
* xxxxx
|
|
2996
|
+
*/
|
|
2997
|
+
topicIds?: string[];
|
|
2998
|
+
static names(): {
|
|
2999
|
+
[key: string]: string;
|
|
3000
|
+
};
|
|
3001
|
+
static types(): {
|
|
3002
|
+
[key: string]: any;
|
|
3003
|
+
};
|
|
3004
|
+
validate(): void;
|
|
3005
|
+
constructor(map?: {
|
|
3006
|
+
[key: string]: any;
|
|
3007
|
+
});
|
|
3008
|
+
}
|
|
3009
|
+
export declare class RunHotTopicSummaryShrinkRequest extends $dara.Model {
|
|
3010
|
+
/**
|
|
3011
|
+
* @remarks
|
|
3012
|
+
* This parameter is required.
|
|
3013
|
+
*
|
|
3014
|
+
* @example
|
|
3015
|
+
* 2024-10-16_8
|
|
3016
|
+
*/
|
|
3017
|
+
hotTopicVersion?: string;
|
|
3018
|
+
/**
|
|
3019
|
+
* @remarks
|
|
3020
|
+
* This parameter is required.
|
|
3021
|
+
*/
|
|
3022
|
+
stepForCustomSummaryStyleConfigShrink?: string;
|
|
3023
|
+
/**
|
|
3024
|
+
* @remarks
|
|
3025
|
+
* This parameter is required.
|
|
3026
|
+
*
|
|
3027
|
+
* @example
|
|
3028
|
+
* xxxxx
|
|
3029
|
+
*/
|
|
3030
|
+
topicIdsShrink?: string;
|
|
3031
|
+
static names(): {
|
|
3032
|
+
[key: string]: string;
|
|
3033
|
+
};
|
|
3034
|
+
static types(): {
|
|
3035
|
+
[key: string]: any;
|
|
3036
|
+
};
|
|
3037
|
+
validate(): void;
|
|
3038
|
+
constructor(map?: {
|
|
3039
|
+
[key: string]: any;
|
|
3040
|
+
});
|
|
3041
|
+
}
|
|
3042
|
+
export declare class RunHotTopicSummaryResponseBody extends $dara.Model {
|
|
3043
|
+
header?: RunHotTopicSummaryResponseBodyHeader;
|
|
3044
|
+
payload?: RunHotTopicSummaryResponseBodyPayload;
|
|
3045
|
+
/**
|
|
3046
|
+
* @remarks
|
|
3047
|
+
* Id of the request
|
|
3048
|
+
*
|
|
3049
|
+
* @example
|
|
3050
|
+
* 5D0E915E-655D-59A8-894F-93873F73AAE5
|
|
3051
|
+
*/
|
|
3052
|
+
requestId?: string;
|
|
3053
|
+
static names(): {
|
|
3054
|
+
[key: string]: string;
|
|
3055
|
+
};
|
|
3056
|
+
static types(): {
|
|
3057
|
+
[key: string]: any;
|
|
3058
|
+
};
|
|
3059
|
+
validate(): void;
|
|
3060
|
+
constructor(map?: {
|
|
3061
|
+
[key: string]: any;
|
|
3062
|
+
});
|
|
3063
|
+
}
|
|
3064
|
+
export declare class RunHotTopicSummaryResponse extends $dara.Model {
|
|
3065
|
+
headers?: {
|
|
3066
|
+
[key: string]: string;
|
|
3067
|
+
};
|
|
3068
|
+
statusCode?: number;
|
|
3069
|
+
body?: RunHotTopicSummaryResponseBody;
|
|
3070
|
+
static names(): {
|
|
3071
|
+
[key: string]: string;
|
|
3072
|
+
};
|
|
3073
|
+
static types(): {
|
|
3074
|
+
[key: string]: any;
|
|
3075
|
+
};
|
|
3076
|
+
validate(): void;
|
|
3077
|
+
constructor(map?: {
|
|
3078
|
+
[key: string]: any;
|
|
3079
|
+
});
|
|
3080
|
+
}
|
|
3081
|
+
export declare class RunMarketingInformationExtractRequest extends $dara.Model {
|
|
3082
|
+
customPrompt?: string;
|
|
3083
|
+
extractType?: string;
|
|
3084
|
+
/**
|
|
3085
|
+
* @example
|
|
3086
|
+
* qwen-max
|
|
3087
|
+
* qwen-plus
|
|
3088
|
+
*/
|
|
3089
|
+
modelId?: string;
|
|
3090
|
+
sourceMaterials?: string[];
|
|
3091
|
+
static names(): {
|
|
3092
|
+
[key: string]: string;
|
|
3093
|
+
};
|
|
3094
|
+
static types(): {
|
|
3095
|
+
[key: string]: any;
|
|
3096
|
+
};
|
|
3097
|
+
validate(): void;
|
|
3098
|
+
constructor(map?: {
|
|
3099
|
+
[key: string]: any;
|
|
3100
|
+
});
|
|
3101
|
+
}
|
|
3102
|
+
export declare class RunMarketingInformationExtractShrinkRequest extends $dara.Model {
|
|
3103
|
+
customPrompt?: string;
|
|
3104
|
+
extractType?: string;
|
|
3105
|
+
/**
|
|
3106
|
+
* @example
|
|
3107
|
+
* qwen-max
|
|
3108
|
+
* qwen-plus
|
|
3109
|
+
*/
|
|
3110
|
+
modelId?: string;
|
|
3111
|
+
sourceMaterialsShrink?: string;
|
|
3112
|
+
static names(): {
|
|
3113
|
+
[key: string]: string;
|
|
3114
|
+
};
|
|
3115
|
+
static types(): {
|
|
3116
|
+
[key: string]: any;
|
|
3117
|
+
};
|
|
3118
|
+
validate(): void;
|
|
3119
|
+
constructor(map?: {
|
|
3120
|
+
[key: string]: any;
|
|
3121
|
+
});
|
|
3122
|
+
}
|
|
3123
|
+
export declare class RunMarketingInformationExtractResponseBody extends $dara.Model {
|
|
3124
|
+
/**
|
|
3125
|
+
* @example
|
|
3126
|
+
* {\\"TimeZone\\": \\"Asia/Shanghai\\", \\"DateTime\\": \\"2024-03-07T17:00:09+08:00\\"}
|
|
3127
|
+
*/
|
|
3128
|
+
end?: boolean;
|
|
3129
|
+
header?: RunMarketingInformationExtractResponseBodyHeader;
|
|
3130
|
+
payload?: RunMarketingInformationExtractResponseBodyPayload;
|
|
3131
|
+
static names(): {
|
|
3132
|
+
[key: string]: string;
|
|
3133
|
+
};
|
|
3134
|
+
static types(): {
|
|
3135
|
+
[key: string]: any;
|
|
3136
|
+
};
|
|
3137
|
+
validate(): void;
|
|
3138
|
+
constructor(map?: {
|
|
3139
|
+
[key: string]: any;
|
|
3140
|
+
});
|
|
3141
|
+
}
|
|
3142
|
+
export declare class RunMarketingInformationExtractResponse extends $dara.Model {
|
|
3143
|
+
headers?: {
|
|
3144
|
+
[key: string]: string;
|
|
3145
|
+
};
|
|
3146
|
+
statusCode?: number;
|
|
3147
|
+
body?: RunMarketingInformationExtractResponseBody;
|
|
3148
|
+
static names(): {
|
|
3149
|
+
[key: string]: string;
|
|
3150
|
+
};
|
|
3151
|
+
static types(): {
|
|
3152
|
+
[key: string]: any;
|
|
3153
|
+
};
|
|
3154
|
+
validate(): void;
|
|
3155
|
+
constructor(map?: {
|
|
3156
|
+
[key: string]: any;
|
|
3157
|
+
});
|
|
3158
|
+
}
|
|
3159
|
+
export declare class RunMarketingInformationWritingRequest extends $dara.Model {
|
|
3160
|
+
customLimitation?: string;
|
|
3161
|
+
customPrompt?: string;
|
|
3162
|
+
inputExample?: string;
|
|
3163
|
+
/**
|
|
3164
|
+
* @example
|
|
3165
|
+
* qwen-max
|
|
3166
|
+
* qwen-plus
|
|
3167
|
+
*/
|
|
3168
|
+
modelId?: string;
|
|
3169
|
+
outputExample?: string;
|
|
3170
|
+
sourceMaterial?: string;
|
|
3171
|
+
writingType?: string;
|
|
3172
|
+
static names(): {
|
|
3173
|
+
[key: string]: string;
|
|
3174
|
+
};
|
|
3175
|
+
static types(): {
|
|
3176
|
+
[key: string]: any;
|
|
3177
|
+
};
|
|
3178
|
+
validate(): void;
|
|
3179
|
+
constructor(map?: {
|
|
3180
|
+
[key: string]: any;
|
|
3181
|
+
});
|
|
3182
|
+
}
|
|
3183
|
+
export declare class RunMarketingInformationWritingResponseBody extends $dara.Model {
|
|
3184
|
+
/**
|
|
3185
|
+
* @example
|
|
3186
|
+
* 2024-06-21T10:29:52+08:00
|
|
3187
|
+
*/
|
|
3188
|
+
end?: boolean;
|
|
3189
|
+
header?: RunMarketingInformationWritingResponseBodyHeader;
|
|
3190
|
+
payload?: RunMarketingInformationWritingResponseBodyPayload;
|
|
3191
|
+
static names(): {
|
|
3192
|
+
[key: string]: string;
|
|
3193
|
+
};
|
|
3194
|
+
static types(): {
|
|
3195
|
+
[key: string]: any;
|
|
3196
|
+
};
|
|
3197
|
+
validate(): void;
|
|
3198
|
+
constructor(map?: {
|
|
3199
|
+
[key: string]: any;
|
|
3200
|
+
});
|
|
3201
|
+
}
|
|
3202
|
+
export declare class RunMarketingInformationWritingResponse extends $dara.Model {
|
|
3203
|
+
headers?: {
|
|
3204
|
+
[key: string]: string;
|
|
3205
|
+
};
|
|
3206
|
+
statusCode?: number;
|
|
3207
|
+
body?: RunMarketingInformationWritingResponseBody;
|
|
3208
|
+
static names(): {
|
|
3209
|
+
[key: string]: string;
|
|
3210
|
+
};
|
|
3211
|
+
static types(): {
|
|
3212
|
+
[key: string]: any;
|
|
3213
|
+
};
|
|
3214
|
+
validate(): void;
|
|
3215
|
+
constructor(map?: {
|
|
3216
|
+
[key: string]: any;
|
|
3217
|
+
});
|
|
3218
|
+
}
|
|
3219
|
+
export declare class RunScriptContinueRequest extends $dara.Model {
|
|
3220
|
+
/**
|
|
3221
|
+
* @example
|
|
3222
|
+
* 一队全副武装的执法人员和消防员闯入了一间明显已被遗弃多日、门窗紧闭并用胶带封死的公寓,面对着屋内令人作呕的恶臭和门厅里的混乱场面,他们似乎在寻找某种隐藏的真相或危险源,而一封日期为16号的信件成为了揭开谜团的关键线索,随着便衣探员深入探索,一系列封闭的房间暗示着这里曾发生过不为人知的秘密事件。
|
|
3223
|
+
*/
|
|
3224
|
+
scriptSummary?: string;
|
|
3225
|
+
/**
|
|
3226
|
+
* @example
|
|
3227
|
+
* 悬疑,都市,惊悚
|
|
3228
|
+
*/
|
|
3229
|
+
scriptTypeKeyword?: string;
|
|
3230
|
+
/**
|
|
3231
|
+
* @remarks
|
|
3232
|
+
* This parameter is required.
|
|
3233
|
+
*
|
|
3234
|
+
* @example
|
|
3235
|
+
* 门厅一片狼藉。朝向天井的窗户开着。公寓门突然被撞开了。\n一名便衣探员、两名穿制服的警察和几位消防员———也身着工作服———进来,四下张望。他们都戴着手套以及盖住口鼻的面罩。在他们身后,门房和他妻子也挤进门厅。他们都捂着鼻子。门房的另一只手里拿着一叠信件和促销广告单。他们身后,跟着一位女邻居。\n便衣探员(对门房和邻居):请在外面等候。\n他向一名警察示意,警察正忙着把好奇的旁观者请出门外。\n警察(对门房,指着那一叠信件):最近的一封是哪天的?\n门房(查对信件):最近的一封似乎是16号的......等一下......\n便衣探员想打开左侧的门,却是徒劳。门用胶带封上了。\n便衣探员(对消防员):你来试一下好吗?\n消防员摆弄门的时候,便衣探员进了卧室隔壁的餐厅。他迅速打开窗,转身,想经过对开门进左侧的房间。这两扇门也锁着,门缝被贴上了胶带。他右转进入起居室,也打开了窗户
|
|
3236
|
+
*/
|
|
3237
|
+
userProvidedContent?: string;
|
|
3238
|
+
static names(): {
|
|
3239
|
+
[key: string]: string;
|
|
3240
|
+
};
|
|
3241
|
+
static types(): {
|
|
3242
|
+
[key: string]: any;
|
|
3243
|
+
};
|
|
3244
|
+
validate(): void;
|
|
3245
|
+
constructor(map?: {
|
|
3246
|
+
[key: string]: any;
|
|
3247
|
+
});
|
|
3248
|
+
}
|
|
3249
|
+
export declare class RunScriptContinueResponseBody extends $dara.Model {
|
|
3250
|
+
end?: boolean;
|
|
3251
|
+
header?: RunScriptContinueResponseBodyHeader;
|
|
3252
|
+
payload?: RunScriptContinueResponseBodyPayload;
|
|
3253
|
+
static names(): {
|
|
3254
|
+
[key: string]: string;
|
|
3255
|
+
};
|
|
3256
|
+
static types(): {
|
|
3257
|
+
[key: string]: any;
|
|
3258
|
+
};
|
|
3259
|
+
validate(): void;
|
|
3260
|
+
constructor(map?: {
|
|
3261
|
+
[key: string]: any;
|
|
3262
|
+
});
|
|
3263
|
+
}
|
|
3264
|
+
export declare class RunScriptContinueResponse extends $dara.Model {
|
|
3265
|
+
headers?: {
|
|
3266
|
+
[key: string]: string;
|
|
3267
|
+
};
|
|
3268
|
+
statusCode?: number;
|
|
3269
|
+
body?: RunScriptContinueResponseBody;
|
|
3270
|
+
static names(): {
|
|
3271
|
+
[key: string]: string;
|
|
3272
|
+
};
|
|
3273
|
+
static types(): {
|
|
3274
|
+
[key: string]: any;
|
|
3275
|
+
};
|
|
3276
|
+
validate(): void;
|
|
3277
|
+
constructor(map?: {
|
|
3278
|
+
[key: string]: any;
|
|
3279
|
+
});
|
|
3280
|
+
}
|
|
3281
|
+
export declare class RunScriptPlanningRequest extends $dara.Model {
|
|
3282
|
+
/**
|
|
3283
|
+
* @example
|
|
3284
|
+
* 故事尽可能狗血
|
|
3285
|
+
*/
|
|
3286
|
+
additionalNote?: string;
|
|
3287
|
+
dialogueInScene?: boolean;
|
|
3288
|
+
plotConflict?: boolean;
|
|
3289
|
+
/**
|
|
3290
|
+
* @example
|
|
3291
|
+
* 都市战神
|
|
3292
|
+
*/
|
|
3293
|
+
scriptName?: string;
|
|
3294
|
+
/**
|
|
3295
|
+
* @example
|
|
3296
|
+
* 3
|
|
3297
|
+
*/
|
|
3298
|
+
scriptShotCount?: number;
|
|
3299
|
+
/**
|
|
3300
|
+
* @remarks
|
|
3301
|
+
* This parameter is required.
|
|
3302
|
+
*
|
|
3303
|
+
* @example
|
|
3304
|
+
* 在一个宁静的小镇上,每个家庭都在同一天收到一个神秘的、没有标记的包裹。
|
|
3305
|
+
*/
|
|
3306
|
+
scriptSummary?: string;
|
|
3307
|
+
/**
|
|
3308
|
+
* @example
|
|
3309
|
+
* 现代,都市,爱情,玄幻
|
|
3310
|
+
*/
|
|
3311
|
+
scriptTypeKeyword?: string;
|
|
3312
|
+
static names(): {
|
|
3313
|
+
[key: string]: string;
|
|
3314
|
+
};
|
|
3315
|
+
static types(): {
|
|
3316
|
+
[key: string]: any;
|
|
3317
|
+
};
|
|
3318
|
+
validate(): void;
|
|
3319
|
+
constructor(map?: {
|
|
3320
|
+
[key: string]: any;
|
|
3321
|
+
});
|
|
3322
|
+
}
|
|
3323
|
+
export declare class RunScriptPlanningResponseBody extends $dara.Model {
|
|
3324
|
+
end?: boolean;
|
|
3325
|
+
header?: RunScriptPlanningResponseBodyHeader;
|
|
3326
|
+
payload?: RunScriptPlanningResponseBodyPayload;
|
|
3327
|
+
static names(): {
|
|
3328
|
+
[key: string]: string;
|
|
3329
|
+
};
|
|
3330
|
+
static types(): {
|
|
3331
|
+
[key: string]: any;
|
|
3332
|
+
};
|
|
3333
|
+
validate(): void;
|
|
3334
|
+
constructor(map?: {
|
|
3335
|
+
[key: string]: any;
|
|
3336
|
+
});
|
|
3337
|
+
}
|
|
3338
|
+
export declare class RunScriptPlanningResponse extends $dara.Model {
|
|
3339
|
+
headers?: {
|
|
3340
|
+
[key: string]: string;
|
|
3341
|
+
};
|
|
3342
|
+
statusCode?: number;
|
|
3343
|
+
body?: RunScriptPlanningResponseBody;
|
|
1816
3344
|
static names(): {
|
|
1817
3345
|
[key: string]: string;
|
|
1818
3346
|
};
|
|
1819
3347
|
static types(): {
|
|
1820
3348
|
[key: string]: any;
|
|
1821
3349
|
};
|
|
3350
|
+
validate(): void;
|
|
1822
3351
|
constructor(map?: {
|
|
1823
3352
|
[key: string]: any;
|
|
1824
3353
|
});
|
|
1825
3354
|
}
|
|
1826
|
-
export declare class
|
|
1827
|
-
/**
|
|
1828
|
-
* @example
|
|
1829
|
-
* 403
|
|
1830
|
-
*/
|
|
1831
|
-
errorCode?: string;
|
|
1832
|
-
/**
|
|
1833
|
-
* @example
|
|
1834
|
-
* Pop sign mismatch, please check.
|
|
1835
|
-
*/
|
|
1836
|
-
errorMessage?: string;
|
|
3355
|
+
export declare class RunStyleWritingRequest extends $dara.Model {
|
|
1837
3356
|
/**
|
|
1838
|
-
* @
|
|
1839
|
-
*
|
|
1840
|
-
*/
|
|
1841
|
-
event?: string;
|
|
1842
|
-
/**
|
|
1843
|
-
* @example
|
|
1844
|
-
* 模型生成事件
|
|
1845
|
-
*/
|
|
1846
|
-
eventInfo?: string;
|
|
1847
|
-
/**
|
|
1848
|
-
* @example
|
|
1849
|
-
* 0EB27AE3-CA53-5FAE-83C6-EE66CA4DF5DF
|
|
1850
|
-
*/
|
|
1851
|
-
requestId?: string;
|
|
1852
|
-
/**
|
|
1853
|
-
* @example
|
|
1854
|
-
* 3cd10828-0e42-471c-8f1a-931cde20b035
|
|
3357
|
+
* @remarks
|
|
3358
|
+
* This parameter is required.
|
|
1855
3359
|
*/
|
|
1856
|
-
|
|
3360
|
+
learningSamples?: string[];
|
|
1857
3361
|
/**
|
|
1858
|
-
* @
|
|
1859
|
-
*
|
|
3362
|
+
* @remarks
|
|
3363
|
+
* This parameter is required.
|
|
1860
3364
|
*/
|
|
1861
|
-
|
|
3365
|
+
referenceMaterials?: string[];
|
|
3366
|
+
styleFeature?: string;
|
|
1862
3367
|
/**
|
|
1863
|
-
* @
|
|
1864
|
-
*
|
|
3368
|
+
* @remarks
|
|
3369
|
+
* This parameter is required.
|
|
1865
3370
|
*/
|
|
1866
|
-
|
|
3371
|
+
writingTheme?: string;
|
|
1867
3372
|
static names(): {
|
|
1868
3373
|
[key: string]: string;
|
|
1869
3374
|
};
|
|
1870
3375
|
static types(): {
|
|
1871
3376
|
[key: string]: any;
|
|
1872
3377
|
};
|
|
3378
|
+
validate(): void;
|
|
1873
3379
|
constructor(map?: {
|
|
1874
3380
|
[key: string]: any;
|
|
1875
3381
|
});
|
|
1876
3382
|
}
|
|
1877
|
-
export declare class
|
|
3383
|
+
export declare class RunStyleWritingShrinkRequest extends $dara.Model {
|
|
1878
3384
|
/**
|
|
1879
|
-
* @
|
|
1880
|
-
*
|
|
3385
|
+
* @remarks
|
|
3386
|
+
* This parameter is required.
|
|
1881
3387
|
*/
|
|
1882
|
-
|
|
3388
|
+
learningSamplesShrink?: string;
|
|
3389
|
+
/**
|
|
3390
|
+
* @remarks
|
|
3391
|
+
* This parameter is required.
|
|
3392
|
+
*/
|
|
3393
|
+
referenceMaterialsShrink?: string;
|
|
3394
|
+
styleFeature?: string;
|
|
3395
|
+
/**
|
|
3396
|
+
* @remarks
|
|
3397
|
+
* This parameter is required.
|
|
3398
|
+
*/
|
|
3399
|
+
writingTheme?: string;
|
|
1883
3400
|
static names(): {
|
|
1884
3401
|
[key: string]: string;
|
|
1885
3402
|
};
|
|
1886
3403
|
static types(): {
|
|
1887
3404
|
[key: string]: any;
|
|
1888
3405
|
};
|
|
3406
|
+
validate(): void;
|
|
1889
3407
|
constructor(map?: {
|
|
1890
3408
|
[key: string]: any;
|
|
1891
3409
|
});
|
|
1892
3410
|
}
|
|
1893
|
-
export declare class
|
|
1894
|
-
/**
|
|
1895
|
-
* @example
|
|
1896
|
-
* 100
|
|
1897
|
-
*/
|
|
1898
|
-
inputTokens?: number;
|
|
3411
|
+
export declare class RunStyleWritingResponseBody extends $dara.Model {
|
|
1899
3412
|
/**
|
|
1900
3413
|
* @example
|
|
1901
|
-
*
|
|
3414
|
+
* true
|
|
1902
3415
|
*/
|
|
1903
|
-
|
|
3416
|
+
end?: boolean;
|
|
1904
3417
|
/**
|
|
1905
3418
|
* @example
|
|
1906
|
-
*
|
|
3419
|
+
* {"event":"task-progress-start-generating","sessionId":"3cd10828-0e42-471c-8f1a-931cde20b035","taskId":"d3be9981-ca2d-4e17-bf31-1c0a628e9f99","traceId":"66bef4a7f5d61ff3c43f3b710574e175"}
|
|
1907
3420
|
*/
|
|
1908
|
-
|
|
3421
|
+
header?: RunStyleWritingResponseBodyHeader;
|
|
3422
|
+
payload?: RunStyleWritingResponseBodyPayload;
|
|
1909
3423
|
static names(): {
|
|
1910
3424
|
[key: string]: string;
|
|
1911
3425
|
};
|
|
1912
3426
|
static types(): {
|
|
1913
3427
|
[key: string]: any;
|
|
1914
3428
|
};
|
|
3429
|
+
validate(): void;
|
|
1915
3430
|
constructor(map?: {
|
|
1916
3431
|
[key: string]: any;
|
|
1917
3432
|
});
|
|
1918
3433
|
}
|
|
1919
|
-
export declare class
|
|
1920
|
-
|
|
1921
|
-
|
|
3434
|
+
export declare class RunStyleWritingResponse extends $dara.Model {
|
|
3435
|
+
headers?: {
|
|
3436
|
+
[key: string]: string;
|
|
3437
|
+
};
|
|
3438
|
+
statusCode?: number;
|
|
3439
|
+
body?: RunStyleWritingResponseBody;
|
|
1922
3440
|
static names(): {
|
|
1923
3441
|
[key: string]: string;
|
|
1924
3442
|
};
|
|
1925
3443
|
static types(): {
|
|
1926
3444
|
[key: string]: any;
|
|
1927
3445
|
};
|
|
3446
|
+
validate(): void;
|
|
1928
3447
|
constructor(map?: {
|
|
1929
3448
|
[key: string]: any;
|
|
1930
3449
|
});
|
|
1931
3450
|
}
|
|
1932
|
-
export declare class
|
|
3451
|
+
export declare class RunTagMiningAnalysisRequest extends $dara.Model {
|
|
1933
3452
|
/**
|
|
1934
3453
|
* @example
|
|
1935
|
-
*
|
|
1936
|
-
*/
|
|
1937
|
-
errorCode?: string;
|
|
1938
|
-
/**
|
|
1939
|
-
* @example
|
|
1940
|
-
* Pop sign mismatch, please check log.
|
|
3454
|
+
* clueMining
|
|
1941
3455
|
*/
|
|
1942
|
-
|
|
3456
|
+
businessType?: string;
|
|
1943
3457
|
/**
|
|
3458
|
+
* @remarks
|
|
3459
|
+
* This parameter is required.
|
|
3460
|
+
*
|
|
1944
3461
|
* @example
|
|
1945
|
-
*
|
|
3462
|
+
* 待分析文本
|
|
1946
3463
|
*/
|
|
1947
|
-
|
|
1948
|
-
eventInfo?: string;
|
|
3464
|
+
content?: string;
|
|
1949
3465
|
/**
|
|
1950
3466
|
* @example
|
|
1951
|
-
*
|
|
3467
|
+
* 额外信息
|
|
1952
3468
|
*/
|
|
1953
|
-
|
|
3469
|
+
extraInfo?: string;
|
|
1954
3470
|
/**
|
|
1955
3471
|
* @example
|
|
1956
|
-
*
|
|
3472
|
+
* qwen-max
|
|
1957
3473
|
*/
|
|
1958
|
-
|
|
3474
|
+
modelId?: string;
|
|
1959
3475
|
/**
|
|
1960
3476
|
* @example
|
|
1961
|
-
*
|
|
3477
|
+
* 请返回如下JSON格式,{"key1":"","key2":""}
|
|
1962
3478
|
*/
|
|
1963
|
-
|
|
3479
|
+
outputFormat?: string;
|
|
3480
|
+
tags?: RunTagMiningAnalysisRequestTags[];
|
|
1964
3481
|
/**
|
|
1965
3482
|
* @example
|
|
1966
|
-
*
|
|
3483
|
+
* 给你一条待分析文本数据,请你按照标签体系来对数据进行打标。
|
|
1967
3484
|
*/
|
|
1968
|
-
|
|
3485
|
+
taskDescription?: string;
|
|
1969
3486
|
static names(): {
|
|
1970
3487
|
[key: string]: string;
|
|
1971
3488
|
};
|
|
1972
3489
|
static types(): {
|
|
1973
3490
|
[key: string]: any;
|
|
1974
3491
|
};
|
|
3492
|
+
validate(): void;
|
|
1975
3493
|
constructor(map?: {
|
|
1976
3494
|
[key: string]: any;
|
|
1977
3495
|
});
|
|
1978
3496
|
}
|
|
1979
|
-
export declare class
|
|
1980
|
-
|
|
3497
|
+
export declare class RunTagMiningAnalysisShrinkRequest extends $dara.Model {
|
|
3498
|
+
/**
|
|
3499
|
+
* @example
|
|
3500
|
+
* clueMining
|
|
3501
|
+
*/
|
|
3502
|
+
businessType?: string;
|
|
3503
|
+
/**
|
|
3504
|
+
* @remarks
|
|
3505
|
+
* This parameter is required.
|
|
3506
|
+
*
|
|
3507
|
+
* @example
|
|
3508
|
+
* 待分析文本
|
|
3509
|
+
*/
|
|
3510
|
+
content?: string;
|
|
3511
|
+
/**
|
|
3512
|
+
* @example
|
|
3513
|
+
* 额外信息
|
|
3514
|
+
*/
|
|
3515
|
+
extraInfo?: string;
|
|
3516
|
+
/**
|
|
3517
|
+
* @example
|
|
3518
|
+
* qwen-max
|
|
3519
|
+
*/
|
|
3520
|
+
modelId?: string;
|
|
3521
|
+
/**
|
|
3522
|
+
* @example
|
|
3523
|
+
* 请返回如下JSON格式,{"key1":"","key2":""}
|
|
3524
|
+
*/
|
|
3525
|
+
outputFormat?: string;
|
|
3526
|
+
tagsShrink?: string;
|
|
3527
|
+
/**
|
|
3528
|
+
* @example
|
|
3529
|
+
* 给你一条待分析文本数据,请你按照标签体系来对数据进行打标。
|
|
3530
|
+
*/
|
|
3531
|
+
taskDescription?: string;
|
|
1981
3532
|
static names(): {
|
|
1982
3533
|
[key: string]: string;
|
|
1983
3534
|
};
|
|
1984
3535
|
static types(): {
|
|
1985
3536
|
[key: string]: any;
|
|
1986
3537
|
};
|
|
3538
|
+
validate(): void;
|
|
1987
3539
|
constructor(map?: {
|
|
1988
3540
|
[key: string]: any;
|
|
1989
3541
|
});
|
|
1990
3542
|
}
|
|
1991
|
-
export declare class
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
* 100
|
|
1995
|
-
*/
|
|
1996
|
-
inputTokens?: number;
|
|
1997
|
-
/**
|
|
1998
|
-
* @example
|
|
1999
|
-
* 100
|
|
2000
|
-
*/
|
|
2001
|
-
outputTokens?: number;
|
|
3543
|
+
export declare class RunTagMiningAnalysisResponseBody extends $dara.Model {
|
|
3544
|
+
header?: RunTagMiningAnalysisResponseBodyHeader;
|
|
3545
|
+
payload?: RunTagMiningAnalysisResponseBodyPayload;
|
|
2002
3546
|
/**
|
|
3547
|
+
* @remarks
|
|
3548
|
+
* Id of the request
|
|
3549
|
+
*
|
|
2003
3550
|
* @example
|
|
2004
|
-
*
|
|
3551
|
+
* 085BE2D2-BB7E-59A6-B688-F2CB32124E7F
|
|
2005
3552
|
*/
|
|
2006
|
-
|
|
3553
|
+
requestId?: string;
|
|
2007
3554
|
static names(): {
|
|
2008
3555
|
[key: string]: string;
|
|
2009
3556
|
};
|
|
2010
3557
|
static types(): {
|
|
2011
3558
|
[key: string]: any;
|
|
2012
3559
|
};
|
|
3560
|
+
validate(): void;
|
|
2013
3561
|
constructor(map?: {
|
|
2014
3562
|
[key: string]: any;
|
|
2015
3563
|
});
|
|
2016
3564
|
}
|
|
2017
|
-
export declare class
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
* "outputTokens": 96,
|
|
2024
|
-
* "totalTokens": 1912
|
|
2025
|
-
* }
|
|
2026
|
-
*/
|
|
2027
|
-
usage?: RunStyleWritingResponseBodyPayloadUsage;
|
|
3565
|
+
export declare class RunTagMiningAnalysisResponse extends $dara.Model {
|
|
3566
|
+
headers?: {
|
|
3567
|
+
[key: string]: string;
|
|
3568
|
+
};
|
|
3569
|
+
statusCode?: number;
|
|
3570
|
+
body?: RunTagMiningAnalysisResponseBody;
|
|
2028
3571
|
static names(): {
|
|
2029
3572
|
[key: string]: string;
|
|
2030
3573
|
};
|
|
2031
3574
|
static types(): {
|
|
2032
3575
|
[key: string]: any;
|
|
2033
3576
|
};
|
|
3577
|
+
validate(): void;
|
|
2034
3578
|
constructor(map?: {
|
|
2035
3579
|
[key: string]: any;
|
|
2036
3580
|
});
|
|
2037
3581
|
}
|
|
2038
|
-
export declare class
|
|
3582
|
+
export declare class RunVideoAnalysisRequest extends $dara.Model {
|
|
3583
|
+
frameSampleMethod?: RunVideoAnalysisRequestFrameSampleMethod;
|
|
3584
|
+
generateOptions?: string[];
|
|
2039
3585
|
/**
|
|
2040
3586
|
* @example
|
|
2041
|
-
*
|
|
3587
|
+
* english
|
|
2042
3588
|
*/
|
|
2043
|
-
|
|
3589
|
+
language?: string;
|
|
3590
|
+
modelCustomPromptTemplate?: string;
|
|
2044
3591
|
/**
|
|
2045
3592
|
* @example
|
|
2046
|
-
*
|
|
3593
|
+
* PlotDetail
|
|
2047
3594
|
*/
|
|
2048
|
-
|
|
3595
|
+
modelCustomPromptTemplateId?: string;
|
|
2049
3596
|
/**
|
|
2050
3597
|
* @example
|
|
2051
|
-
*
|
|
3598
|
+
* qwen-max
|
|
2052
3599
|
*/
|
|
2053
|
-
|
|
2054
|
-
eventInfo?: string;
|
|
3600
|
+
modelId?: string;
|
|
2055
3601
|
/**
|
|
2056
3602
|
* @example
|
|
2057
|
-
*
|
|
3603
|
+
* a3d1c2ac-f086-4a21-9069-f5631542f5ax
|
|
2058
3604
|
*/
|
|
2059
|
-
|
|
3605
|
+
originalSessionId?: string;
|
|
3606
|
+
snapshotInterval?: number;
|
|
2060
3607
|
/**
|
|
2061
3608
|
* @example
|
|
2062
|
-
*
|
|
3609
|
+
* a3d1c2ac-f086-4a21-9069-f5631542f5a2
|
|
2063
3610
|
*/
|
|
2064
3611
|
taskId?: string;
|
|
3612
|
+
videoExtraInfo?: string;
|
|
3613
|
+
videoModelCustomPromptTemplate?: string;
|
|
2065
3614
|
/**
|
|
2066
3615
|
* @example
|
|
2067
|
-
*
|
|
3616
|
+
* qwen-vl-max
|
|
2068
3617
|
*/
|
|
2069
|
-
|
|
3618
|
+
videoModelId?: string;
|
|
3619
|
+
videoRoles?: RunVideoAnalysisRequestVideoRoles[];
|
|
3620
|
+
/**
|
|
3621
|
+
* @example
|
|
3622
|
+
* http://xxxx.mp4
|
|
3623
|
+
*/
|
|
3624
|
+
videoUrl?: string;
|
|
2070
3625
|
static names(): {
|
|
2071
3626
|
[key: string]: string;
|
|
2072
3627
|
};
|
|
2073
3628
|
static types(): {
|
|
2074
3629
|
[key: string]: any;
|
|
2075
3630
|
};
|
|
3631
|
+
validate(): void;
|
|
2076
3632
|
constructor(map?: {
|
|
2077
3633
|
[key: string]: any;
|
|
2078
3634
|
});
|
|
2079
3635
|
}
|
|
2080
|
-
export declare class
|
|
3636
|
+
export declare class RunVideoAnalysisShrinkRequest extends $dara.Model {
|
|
3637
|
+
frameSampleMethodShrink?: string;
|
|
3638
|
+
generateOptionsShrink?: string;
|
|
2081
3639
|
/**
|
|
2082
3640
|
* @example
|
|
2083
|
-
*
|
|
3641
|
+
* english
|
|
2084
3642
|
*/
|
|
2085
|
-
|
|
3643
|
+
language?: string;
|
|
3644
|
+
modelCustomPromptTemplate?: string;
|
|
2086
3645
|
/**
|
|
2087
3646
|
* @example
|
|
2088
|
-
*
|
|
3647
|
+
* PlotDetail
|
|
2089
3648
|
*/
|
|
2090
|
-
|
|
3649
|
+
modelCustomPromptTemplateId?: string;
|
|
2091
3650
|
/**
|
|
2092
3651
|
* @example
|
|
2093
|
-
*
|
|
3652
|
+
* qwen-max
|
|
2094
3653
|
*/
|
|
2095
|
-
|
|
3654
|
+
modelId?: string;
|
|
3655
|
+
/**
|
|
3656
|
+
* @example
|
|
3657
|
+
* a3d1c2ac-f086-4a21-9069-f5631542f5ax
|
|
3658
|
+
*/
|
|
3659
|
+
originalSessionId?: string;
|
|
3660
|
+
snapshotInterval?: number;
|
|
3661
|
+
/**
|
|
3662
|
+
* @example
|
|
3663
|
+
* a3d1c2ac-f086-4a21-9069-f5631542f5a2
|
|
3664
|
+
*/
|
|
3665
|
+
taskId?: string;
|
|
3666
|
+
videoExtraInfo?: string;
|
|
3667
|
+
videoModelCustomPromptTemplate?: string;
|
|
3668
|
+
/**
|
|
3669
|
+
* @example
|
|
3670
|
+
* qwen-vl-max
|
|
3671
|
+
*/
|
|
3672
|
+
videoModelId?: string;
|
|
3673
|
+
videoRolesShrink?: string;
|
|
3674
|
+
/**
|
|
3675
|
+
* @example
|
|
3676
|
+
* http://xxxx.mp4
|
|
3677
|
+
*/
|
|
3678
|
+
videoUrl?: string;
|
|
2096
3679
|
static names(): {
|
|
2097
3680
|
[key: string]: string;
|
|
2098
3681
|
};
|
|
2099
3682
|
static types(): {
|
|
2100
3683
|
[key: string]: any;
|
|
2101
3684
|
};
|
|
3685
|
+
validate(): void;
|
|
2102
3686
|
constructor(map?: {
|
|
2103
3687
|
[key: string]: any;
|
|
2104
3688
|
});
|
|
2105
3689
|
}
|
|
2106
|
-
export declare class
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
* 10000
|
|
2110
|
-
*/
|
|
2111
|
-
endTime?: number;
|
|
3690
|
+
export declare class RunVideoAnalysisResponseBody extends $dara.Model {
|
|
3691
|
+
header?: RunVideoAnalysisResponseBodyHeader;
|
|
3692
|
+
payload?: RunVideoAnalysisResponseBodyPayload;
|
|
2112
3693
|
/**
|
|
2113
3694
|
* @example
|
|
2114
|
-
*
|
|
3695
|
+
* 117F5ABE-CF02-5502-9A3F-E56BC9081A64
|
|
2115
3696
|
*/
|
|
2116
|
-
|
|
2117
|
-
text?: string;
|
|
3697
|
+
requestId?: string;
|
|
2118
3698
|
static names(): {
|
|
2119
3699
|
[key: string]: string;
|
|
2120
3700
|
};
|
|
2121
3701
|
static types(): {
|
|
2122
3702
|
[key: string]: any;
|
|
2123
3703
|
};
|
|
3704
|
+
validate(): void;
|
|
2124
3705
|
constructor(map?: {
|
|
2125
3706
|
[key: string]: any;
|
|
2126
3707
|
});
|
|
2127
3708
|
}
|
|
2128
|
-
export declare class
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
text?: string;
|
|
2135
|
-
usage?: RunVideoAnalysisResponseBodyPayloadOutputVideoAnalysisResultUsage;
|
|
2136
|
-
videoShotAnalysisResults?: RunVideoAnalysisResponseBodyPayloadOutputVideoAnalysisResultVideoShotAnalysisResults[];
|
|
3709
|
+
export declare class RunVideoAnalysisResponse extends $dara.Model {
|
|
3710
|
+
headers?: {
|
|
3711
|
+
[key: string]: string;
|
|
3712
|
+
};
|
|
3713
|
+
statusCode?: number;
|
|
3714
|
+
body?: RunVideoAnalysisResponseBody;
|
|
2137
3715
|
static names(): {
|
|
2138
3716
|
[key: string]: string;
|
|
2139
3717
|
};
|
|
2140
3718
|
static types(): {
|
|
2141
3719
|
[key: string]: any;
|
|
2142
3720
|
};
|
|
3721
|
+
validate(): void;
|
|
2143
3722
|
constructor(map?: {
|
|
2144
3723
|
[key: string]: any;
|
|
2145
3724
|
});
|
|
2146
3725
|
}
|
|
2147
|
-
export declare class
|
|
3726
|
+
export declare class SubmitVideoAnalysisTaskRequest extends $dara.Model {
|
|
3727
|
+
frameSampleMethod?: SubmitVideoAnalysisTaskRequestFrameSampleMethod;
|
|
3728
|
+
generateOptions?: string[];
|
|
2148
3729
|
/**
|
|
2149
3730
|
* @example
|
|
2150
|
-
*
|
|
3731
|
+
* chinese
|
|
2151
3732
|
*/
|
|
2152
|
-
|
|
3733
|
+
language?: string;
|
|
3734
|
+
modelCustomPromptTemplate?: string;
|
|
2153
3735
|
/**
|
|
2154
3736
|
* @example
|
|
2155
|
-
*
|
|
3737
|
+
* PlotDetail
|
|
2156
3738
|
*/
|
|
2157
|
-
|
|
3739
|
+
modelCustomPromptTemplateId?: string;
|
|
2158
3740
|
/**
|
|
2159
3741
|
* @example
|
|
2160
|
-
*
|
|
3742
|
+
* qwen-max
|
|
2161
3743
|
*/
|
|
2162
|
-
|
|
3744
|
+
modelId?: string;
|
|
2163
3745
|
/**
|
|
2164
3746
|
* @example
|
|
2165
|
-
*
|
|
3747
|
+
* 2
|
|
2166
3748
|
*/
|
|
2167
|
-
|
|
3749
|
+
snapshotInterval?: number;
|
|
3750
|
+
videoExtraInfo?: string;
|
|
3751
|
+
videoModelCustomPromptTemplate?: string;
|
|
2168
3752
|
/**
|
|
2169
3753
|
* @example
|
|
2170
|
-
*
|
|
3754
|
+
* qwen-vl-max-latest
|
|
2171
3755
|
*/
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
[key: string]: string;
|
|
2175
|
-
};
|
|
2176
|
-
static types(): {
|
|
2177
|
-
[key: string]: any;
|
|
2178
|
-
};
|
|
2179
|
-
constructor(map?: {
|
|
2180
|
-
[key: string]: any;
|
|
2181
|
-
});
|
|
2182
|
-
}
|
|
2183
|
-
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoCaptionResult extends $tea.Model {
|
|
3756
|
+
videoModelId?: string;
|
|
3757
|
+
videoRoles?: SubmitVideoAnalysisTaskRequestVideoRoles[];
|
|
2184
3758
|
/**
|
|
3759
|
+
* @remarks
|
|
3760
|
+
* This parameter is required.
|
|
3761
|
+
*
|
|
2185
3762
|
* @example
|
|
2186
|
-
*
|
|
3763
|
+
* http://xxxx.mp4
|
|
2187
3764
|
*/
|
|
2188
|
-
|
|
2189
|
-
videoCaptions?: RunVideoAnalysisResponseBodyPayloadOutputVideoCaptionResultVideoCaptions[];
|
|
3765
|
+
videoUrl?: string;
|
|
2190
3766
|
static names(): {
|
|
2191
3767
|
[key: string]: string;
|
|
2192
3768
|
};
|
|
2193
3769
|
static types(): {
|
|
2194
3770
|
[key: string]: any;
|
|
2195
3771
|
};
|
|
3772
|
+
validate(): void;
|
|
2196
3773
|
constructor(map?: {
|
|
2197
3774
|
[key: string]: any;
|
|
2198
3775
|
});
|
|
2199
3776
|
}
|
|
2200
|
-
export declare class
|
|
3777
|
+
export declare class SubmitVideoAnalysisTaskShrinkRequest extends $dara.Model {
|
|
3778
|
+
frameSampleMethodShrink?: string;
|
|
3779
|
+
generateOptionsShrink?: string;
|
|
2201
3780
|
/**
|
|
2202
3781
|
* @example
|
|
2203
|
-
*
|
|
3782
|
+
* chinese
|
|
2204
3783
|
*/
|
|
2205
|
-
|
|
3784
|
+
language?: string;
|
|
3785
|
+
modelCustomPromptTemplate?: string;
|
|
2206
3786
|
/**
|
|
2207
3787
|
* @example
|
|
2208
|
-
*
|
|
3788
|
+
* PlotDetail
|
|
2209
3789
|
*/
|
|
2210
|
-
|
|
3790
|
+
modelCustomPromptTemplateId?: string;
|
|
2211
3791
|
/**
|
|
2212
3792
|
* @example
|
|
2213
|
-
*
|
|
3793
|
+
* qwen-max
|
|
2214
3794
|
*/
|
|
2215
|
-
|
|
2216
|
-
static names(): {
|
|
2217
|
-
[key: string]: string;
|
|
2218
|
-
};
|
|
2219
|
-
static types(): {
|
|
2220
|
-
[key: string]: any;
|
|
2221
|
-
};
|
|
2222
|
-
constructor(map?: {
|
|
2223
|
-
[key: string]: any;
|
|
2224
|
-
});
|
|
2225
|
-
}
|
|
2226
|
-
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoGenerateResult extends $tea.Model {
|
|
3795
|
+
modelId?: string;
|
|
2227
3796
|
/**
|
|
2228
3797
|
* @example
|
|
2229
|
-
*
|
|
3798
|
+
* 2
|
|
2230
3799
|
*/
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
3800
|
+
snapshotInterval?: number;
|
|
3801
|
+
videoExtraInfo?: string;
|
|
3802
|
+
videoModelCustomPromptTemplate?: string;
|
|
3803
|
+
/**
|
|
3804
|
+
* @example
|
|
3805
|
+
* qwen-vl-max-latest
|
|
3806
|
+
*/
|
|
3807
|
+
videoModelId?: string;
|
|
3808
|
+
videoRolesShrink?: string;
|
|
3809
|
+
/**
|
|
3810
|
+
* @remarks
|
|
3811
|
+
* This parameter is required.
|
|
3812
|
+
*
|
|
3813
|
+
* @example
|
|
3814
|
+
* http://xxxx.mp4
|
|
3815
|
+
*/
|
|
3816
|
+
videoUrl?: string;
|
|
2234
3817
|
static names(): {
|
|
2235
3818
|
[key: string]: string;
|
|
2236
3819
|
};
|
|
2237
3820
|
static types(): {
|
|
2238
3821
|
[key: string]: any;
|
|
2239
3822
|
};
|
|
3823
|
+
validate(): void;
|
|
2240
3824
|
constructor(map?: {
|
|
2241
3825
|
[key: string]: any;
|
|
2242
3826
|
});
|
|
2243
3827
|
}
|
|
2244
|
-
export declare class
|
|
3828
|
+
export declare class SubmitVideoAnalysisTaskResponseBody extends $dara.Model {
|
|
2245
3829
|
/**
|
|
2246
3830
|
* @example
|
|
2247
|
-
*
|
|
3831
|
+
* xx
|
|
2248
3832
|
*/
|
|
2249
|
-
|
|
3833
|
+
code?: string;
|
|
3834
|
+
data?: SubmitVideoAnalysisTaskResponseBodyData;
|
|
2250
3835
|
/**
|
|
2251
3836
|
* @example
|
|
2252
|
-
*
|
|
3837
|
+
* 200
|
|
2253
3838
|
*/
|
|
2254
|
-
|
|
3839
|
+
httpStatusCode?: number;
|
|
2255
3840
|
/**
|
|
2256
3841
|
* @example
|
|
2257
|
-
*
|
|
3842
|
+
* success
|
|
2258
3843
|
*/
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoMindMappingGenerateResultVideoMindMappingsChildNodesChildNodes extends $tea.Model {
|
|
2271
|
-
name?: string;
|
|
3844
|
+
message?: string;
|
|
3845
|
+
/**
|
|
3846
|
+
* @example
|
|
3847
|
+
* 085BE2D2-BB7E-59A6-B688-F2CB32124E7F
|
|
3848
|
+
*/
|
|
3849
|
+
requestId?: string;
|
|
3850
|
+
/**
|
|
3851
|
+
* @example
|
|
3852
|
+
* True
|
|
3853
|
+
*/
|
|
3854
|
+
success?: boolean;
|
|
2272
3855
|
static names(): {
|
|
2273
3856
|
[key: string]: string;
|
|
2274
3857
|
};
|
|
2275
3858
|
static types(): {
|
|
2276
3859
|
[key: string]: any;
|
|
2277
3860
|
};
|
|
3861
|
+
validate(): void;
|
|
2278
3862
|
constructor(map?: {
|
|
2279
3863
|
[key: string]: any;
|
|
2280
3864
|
});
|
|
2281
3865
|
}
|
|
2282
|
-
export declare class
|
|
2283
|
-
|
|
2284
|
-
name?: string;
|
|
2285
|
-
static names(): {
|
|
3866
|
+
export declare class SubmitVideoAnalysisTaskResponse extends $dara.Model {
|
|
3867
|
+
headers?: {
|
|
2286
3868
|
[key: string]: string;
|
|
2287
3869
|
};
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
};
|
|
2291
|
-
constructor(map?: {
|
|
2292
|
-
[key: string]: any;
|
|
2293
|
-
});
|
|
2294
|
-
}
|
|
2295
|
-
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoMindMappingGenerateResultVideoMindMappings extends $tea.Model {
|
|
2296
|
-
childNodes?: RunVideoAnalysisResponseBodyPayloadOutputVideoMindMappingGenerateResultVideoMindMappingsChildNodes[];
|
|
2297
|
-
name?: string;
|
|
3870
|
+
statusCode?: number;
|
|
3871
|
+
body?: SubmitVideoAnalysisTaskResponseBody;
|
|
2298
3872
|
static names(): {
|
|
2299
3873
|
[key: string]: string;
|
|
2300
3874
|
};
|
|
2301
3875
|
static types(): {
|
|
2302
3876
|
[key: string]: any;
|
|
2303
3877
|
};
|
|
3878
|
+
validate(): void;
|
|
2304
3879
|
constructor(map?: {
|
|
2305
3880
|
[key: string]: any;
|
|
2306
3881
|
});
|
|
2307
3882
|
}
|
|
2308
|
-
export declare class
|
|
3883
|
+
export declare class UpdateVideoAnalysisConfigRequest extends $dara.Model {
|
|
2309
3884
|
/**
|
|
3885
|
+
* @remarks
|
|
3886
|
+
* This parameter is required.
|
|
3887
|
+
*
|
|
2310
3888
|
* @example
|
|
2311
|
-
*
|
|
3889
|
+
* 2
|
|
2312
3890
|
*/
|
|
2313
|
-
|
|
2314
|
-
text?: string;
|
|
2315
|
-
usage?: RunVideoAnalysisResponseBodyPayloadOutputVideoMindMappingGenerateResultUsage;
|
|
2316
|
-
videoMindMappings?: RunVideoAnalysisResponseBodyPayloadOutputVideoMindMappingGenerateResultVideoMindMappings[];
|
|
3891
|
+
asyncConcurrency?: number;
|
|
2317
3892
|
static names(): {
|
|
2318
3893
|
[key: string]: string;
|
|
2319
3894
|
};
|
|
2320
3895
|
static types(): {
|
|
2321
3896
|
[key: string]: any;
|
|
2322
3897
|
};
|
|
3898
|
+
validate(): void;
|
|
2323
3899
|
constructor(map?: {
|
|
2324
3900
|
[key: string]: any;
|
|
2325
3901
|
});
|
|
2326
3902
|
}
|
|
2327
|
-
export declare class
|
|
3903
|
+
export declare class UpdateVideoAnalysisConfigResponseBody extends $dara.Model {
|
|
2328
3904
|
/**
|
|
2329
3905
|
* @example
|
|
2330
|
-
*
|
|
3906
|
+
* xx
|
|
2331
3907
|
*/
|
|
2332
|
-
|
|
3908
|
+
code?: string;
|
|
2333
3909
|
/**
|
|
2334
3910
|
* @example
|
|
2335
|
-
*
|
|
3911
|
+
* 200
|
|
2336
3912
|
*/
|
|
2337
|
-
|
|
3913
|
+
httpStatusCode?: number;
|
|
2338
3914
|
/**
|
|
2339
3915
|
* @example
|
|
2340
|
-
*
|
|
3916
|
+
* ok
|
|
2341
3917
|
*/
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
});
|
|
2352
|
-
}
|
|
2353
|
-
export declare class RunVideoAnalysisResponseBodyPayloadOutputVideoTitleGenerateResult extends $tea.Model {
|
|
3918
|
+
message?: string;
|
|
3919
|
+
/**
|
|
3920
|
+
* @remarks
|
|
3921
|
+
* Id of the request
|
|
3922
|
+
*
|
|
3923
|
+
* @example
|
|
3924
|
+
* 5D0E915E-655D-59A8-894F-93873F73AAE5
|
|
3925
|
+
*/
|
|
3926
|
+
requestId?: string;
|
|
2354
3927
|
/**
|
|
2355
3928
|
* @example
|
|
2356
|
-
*
|
|
3929
|
+
* True
|
|
2357
3930
|
*/
|
|
2358
|
-
|
|
2359
|
-
text?: string;
|
|
2360
|
-
usage?: RunVideoAnalysisResponseBodyPayloadOutputVideoTitleGenerateResultUsage;
|
|
2361
|
-
static names(): {
|
|
2362
|
-
[key: string]: string;
|
|
2363
|
-
};
|
|
2364
|
-
static types(): {
|
|
2365
|
-
[key: string]: any;
|
|
2366
|
-
};
|
|
2367
|
-
constructor(map?: {
|
|
2368
|
-
[key: string]: any;
|
|
2369
|
-
});
|
|
2370
|
-
}
|
|
2371
|
-
export declare class RunVideoAnalysisResponseBodyPayloadOutput extends $tea.Model {
|
|
2372
|
-
videoAnalysisResult?: RunVideoAnalysisResponseBodyPayloadOutputVideoAnalysisResult;
|
|
2373
|
-
videoCaptionResult?: RunVideoAnalysisResponseBodyPayloadOutputVideoCaptionResult;
|
|
2374
|
-
videoGenerateResult?: RunVideoAnalysisResponseBodyPayloadOutputVideoGenerateResult;
|
|
2375
|
-
videoMindMappingGenerateResult?: RunVideoAnalysisResponseBodyPayloadOutputVideoMindMappingGenerateResult;
|
|
2376
|
-
videoTitleGenerateResult?: RunVideoAnalysisResponseBodyPayloadOutputVideoTitleGenerateResult;
|
|
3931
|
+
success?: boolean;
|
|
2377
3932
|
static names(): {
|
|
2378
3933
|
[key: string]: string;
|
|
2379
3934
|
};
|
|
2380
3935
|
static types(): {
|
|
2381
3936
|
[key: string]: any;
|
|
2382
3937
|
};
|
|
3938
|
+
validate(): void;
|
|
2383
3939
|
constructor(map?: {
|
|
2384
3940
|
[key: string]: any;
|
|
2385
3941
|
});
|
|
2386
3942
|
}
|
|
2387
|
-
export declare class
|
|
2388
|
-
|
|
2389
|
-
outputTokens?: number;
|
|
2390
|
-
totalTokens?: number;
|
|
2391
|
-
static names(): {
|
|
3943
|
+
export declare class UpdateVideoAnalysisConfigResponse extends $dara.Model {
|
|
3944
|
+
headers?: {
|
|
2392
3945
|
[key: string]: string;
|
|
2393
3946
|
};
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
};
|
|
2397
|
-
constructor(map?: {
|
|
2398
|
-
[key: string]: any;
|
|
2399
|
-
});
|
|
2400
|
-
}
|
|
2401
|
-
export declare class RunVideoAnalysisResponseBodyPayload extends $tea.Model {
|
|
2402
|
-
output?: RunVideoAnalysisResponseBodyPayloadOutput;
|
|
2403
|
-
usage?: RunVideoAnalysisResponseBodyPayloadUsage;
|
|
3947
|
+
statusCode?: number;
|
|
3948
|
+
body?: UpdateVideoAnalysisConfigResponseBody;
|
|
2404
3949
|
static names(): {
|
|
2405
3950
|
[key: string]: string;
|
|
2406
3951
|
};
|
|
2407
3952
|
static types(): {
|
|
2408
3953
|
[key: string]: any;
|
|
2409
3954
|
};
|
|
3955
|
+
validate(): void;
|
|
2410
3956
|
constructor(map?: {
|
|
2411
3957
|
[key: string]: any;
|
|
2412
3958
|
});
|
|
2413
3959
|
}
|
|
2414
3960
|
export default class Client extends OpenApi {
|
|
2415
|
-
constructor(config: $
|
|
3961
|
+
constructor(config: $OpenApiUtil.Config);
|
|
2416
3962
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
2417
3963
|
[key: string]: string;
|
|
2418
3964
|
}, endpoint: string): string;
|
|
@@ -2426,7 +3972,7 @@ export default class Client extends OpenApi {
|
|
|
2426
3972
|
*/
|
|
2427
3973
|
generateBroadcastNewsWithOptions(workspaceId: string, request: GenerateBroadcastNewsRequest, headers: {
|
|
2428
3974
|
[key: string]: string;
|
|
2429
|
-
}, runtime: $
|
|
3975
|
+
}, runtime: $dara.RuntimeOptions): Promise<GenerateBroadcastNewsResponse>;
|
|
2430
3976
|
/**
|
|
2431
3977
|
* 新闻播报-抽取分类获取播报热点
|
|
2432
3978
|
*
|
|
@@ -2434,6 +3980,57 @@ export default class Client extends OpenApi {
|
|
|
2434
3980
|
* @returns GenerateBroadcastNewsResponse
|
|
2435
3981
|
*/
|
|
2436
3982
|
generateBroadcastNews(workspaceId: string, request: GenerateBroadcastNewsRequest): Promise<GenerateBroadcastNewsResponse>;
|
|
3983
|
+
/**
|
|
3984
|
+
* 轻应用-标签挖掘-获取示例输出格式
|
|
3985
|
+
*
|
|
3986
|
+
* @param tmpReq - GenerateOutputFormatRequest
|
|
3987
|
+
* @param headers - map
|
|
3988
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
3989
|
+
* @returns GenerateOutputFormatResponse
|
|
3990
|
+
*/
|
|
3991
|
+
generateOutputFormatWithOptions(workspaceId: string, tmpReq: GenerateOutputFormatRequest, headers: {
|
|
3992
|
+
[key: string]: string;
|
|
3993
|
+
}, runtime: $dara.RuntimeOptions): Promise<GenerateOutputFormatResponse>;
|
|
3994
|
+
/**
|
|
3995
|
+
* 轻应用-标签挖掘-获取示例输出格式
|
|
3996
|
+
*
|
|
3997
|
+
* @param request - GenerateOutputFormatRequest
|
|
3998
|
+
* @returns GenerateOutputFormatResponse
|
|
3999
|
+
*/
|
|
4000
|
+
generateOutputFormat(workspaceId: string, request: GenerateOutputFormatRequest): Promise<GenerateOutputFormatResponse>;
|
|
4001
|
+
/**
|
|
4002
|
+
* 视频理解-获取配置
|
|
4003
|
+
*
|
|
4004
|
+
* @param headers - map
|
|
4005
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4006
|
+
* @returns GetVideoAnalysisConfigResponse
|
|
4007
|
+
*/
|
|
4008
|
+
getVideoAnalysisConfigWithOptions(workspaceId: string, headers: {
|
|
4009
|
+
[key: string]: string;
|
|
4010
|
+
}, runtime: $dara.RuntimeOptions): Promise<GetVideoAnalysisConfigResponse>;
|
|
4011
|
+
/**
|
|
4012
|
+
* 视频理解-获取配置
|
|
4013
|
+
* @returns GetVideoAnalysisConfigResponse
|
|
4014
|
+
*/
|
|
4015
|
+
getVideoAnalysisConfig(workspaceId: string): Promise<GetVideoAnalysisConfigResponse>;
|
|
4016
|
+
/**
|
|
4017
|
+
* 轻应用-获取视频理解异步任务结果
|
|
4018
|
+
*
|
|
4019
|
+
* @param request - GetVideoAnalysisTaskRequest
|
|
4020
|
+
* @param headers - map
|
|
4021
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4022
|
+
* @returns GetVideoAnalysisTaskResponse
|
|
4023
|
+
*/
|
|
4024
|
+
getVideoAnalysisTaskWithOptions(workspaceId: string, request: GetVideoAnalysisTaskRequest, headers: {
|
|
4025
|
+
[key: string]: string;
|
|
4026
|
+
}, runtime: $dara.RuntimeOptions): Promise<GetVideoAnalysisTaskResponse>;
|
|
4027
|
+
/**
|
|
4028
|
+
* 轻应用-获取视频理解异步任务结果
|
|
4029
|
+
*
|
|
4030
|
+
* @param request - GetVideoAnalysisTaskRequest
|
|
4031
|
+
* @returns GetVideoAnalysisTaskResponse
|
|
4032
|
+
*/
|
|
4033
|
+
getVideoAnalysisTask(workspaceId: string, request: GetVideoAnalysisTaskRequest): Promise<GetVideoAnalysisTaskResponse>;
|
|
2437
4034
|
/**
|
|
2438
4035
|
* 轻应用-新闻播报-获取热点话题摘要列表
|
|
2439
4036
|
*
|
|
@@ -2444,7 +4041,7 @@ export default class Client extends OpenApi {
|
|
|
2444
4041
|
*/
|
|
2445
4042
|
listHotTopicSummariesWithOptions(workspaceId: string, request: ListHotTopicSummariesRequest, headers: {
|
|
2446
4043
|
[key: string]: string;
|
|
2447
|
-
}, runtime: $
|
|
4044
|
+
}, runtime: $dara.RuntimeOptions): Promise<ListHotTopicSummariesResponse>;
|
|
2448
4045
|
/**
|
|
2449
4046
|
* 轻应用-新闻播报-获取热点话题摘要列表
|
|
2450
4047
|
*
|
|
@@ -2462,7 +4059,7 @@ export default class Client extends OpenApi {
|
|
|
2462
4059
|
*/
|
|
2463
4060
|
runHotTopicChatWithOptions(workspaceId: string, tmpReq: RunHotTopicChatRequest, headers: {
|
|
2464
4061
|
[key: string]: string;
|
|
2465
|
-
}, runtime: $
|
|
4062
|
+
}, runtime: $dara.RuntimeOptions): Promise<RunHotTopicChatResponse>;
|
|
2466
4063
|
/**
|
|
2467
4064
|
* 轻应用-热点播报-问答
|
|
2468
4065
|
*
|
|
@@ -2480,7 +4077,7 @@ export default class Client extends OpenApi {
|
|
|
2480
4077
|
*/
|
|
2481
4078
|
runHotTopicSummaryWithOptions(workspaceId: string, tmpReq: RunHotTopicSummaryRequest, headers: {
|
|
2482
4079
|
[key: string]: string;
|
|
2483
|
-
}, runtime: $
|
|
4080
|
+
}, runtime: $dara.RuntimeOptions): Promise<RunHotTopicSummaryResponse>;
|
|
2484
4081
|
/**
|
|
2485
4082
|
* 轻应用-热点播报-热点摘要生成
|
|
2486
4083
|
*
|
|
@@ -2498,7 +4095,7 @@ export default class Client extends OpenApi {
|
|
|
2498
4095
|
*/
|
|
2499
4096
|
runMarketingInformationExtractWithOptions(workspaceId: string, tmpReq: RunMarketingInformationExtractRequest, headers: {
|
|
2500
4097
|
[key: string]: string;
|
|
2501
|
-
}, runtime: $
|
|
4098
|
+
}, runtime: $dara.RuntimeOptions): Promise<RunMarketingInformationExtractResponse>;
|
|
2502
4099
|
/**
|
|
2503
4100
|
* 营销信息抽取服务
|
|
2504
4101
|
*
|
|
@@ -2516,7 +4113,7 @@ export default class Client extends OpenApi {
|
|
|
2516
4113
|
*/
|
|
2517
4114
|
runMarketingInformationWritingWithOptions(workspaceId: string, request: RunMarketingInformationWritingRequest, headers: {
|
|
2518
4115
|
[key: string]: string;
|
|
2519
|
-
}, runtime: $
|
|
4116
|
+
}, runtime: $dara.RuntimeOptions): Promise<RunMarketingInformationWritingResponse>;
|
|
2520
4117
|
/**
|
|
2521
4118
|
* 营销文案写作服务
|
|
2522
4119
|
*
|
|
@@ -2534,7 +4131,7 @@ export default class Client extends OpenApi {
|
|
|
2534
4131
|
*/
|
|
2535
4132
|
runScriptContinueWithOptions(workspaceId: string, request: RunScriptContinueRequest, headers: {
|
|
2536
4133
|
[key: string]: string;
|
|
2537
|
-
}, runtime: $
|
|
4134
|
+
}, runtime: $dara.RuntimeOptions): Promise<RunScriptContinueResponse>;
|
|
2538
4135
|
/**
|
|
2539
4136
|
* 剧本续写
|
|
2540
4137
|
*
|
|
@@ -2552,7 +4149,7 @@ export default class Client extends OpenApi {
|
|
|
2552
4149
|
*/
|
|
2553
4150
|
runScriptPlanningWithOptions(workspaceId: string, request: RunScriptPlanningRequest, headers: {
|
|
2554
4151
|
[key: string]: string;
|
|
2555
|
-
}, runtime: $
|
|
4152
|
+
}, runtime: $dara.RuntimeOptions): Promise<RunScriptPlanningResponse>;
|
|
2556
4153
|
/**
|
|
2557
4154
|
* 剧本策划
|
|
2558
4155
|
*
|
|
@@ -2570,7 +4167,7 @@ export default class Client extends OpenApi {
|
|
|
2570
4167
|
*/
|
|
2571
4168
|
runStyleWritingWithOptions(workspaceId: string, tmpReq: RunStyleWritingRequest, headers: {
|
|
2572
4169
|
[key: string]: string;
|
|
2573
|
-
}, runtime: $
|
|
4170
|
+
}, runtime: $dara.RuntimeOptions): Promise<RunStyleWritingResponse>;
|
|
2574
4171
|
/**
|
|
2575
4172
|
* 文体学习和写作推理服务
|
|
2576
4173
|
*
|
|
@@ -2578,6 +4175,24 @@ export default class Client extends OpenApi {
|
|
|
2578
4175
|
* @returns RunStyleWritingResponse
|
|
2579
4176
|
*/
|
|
2580
4177
|
runStyleWriting(workspaceId: string, request: RunStyleWritingRequest): Promise<RunStyleWritingResponse>;
|
|
4178
|
+
/**
|
|
4179
|
+
* 轻应用-标签挖掘
|
|
4180
|
+
*
|
|
4181
|
+
* @param tmpReq - RunTagMiningAnalysisRequest
|
|
4182
|
+
* @param headers - map
|
|
4183
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4184
|
+
* @returns RunTagMiningAnalysisResponse
|
|
4185
|
+
*/
|
|
4186
|
+
runTagMiningAnalysisWithOptions(workspaceId: string, tmpReq: RunTagMiningAnalysisRequest, headers: {
|
|
4187
|
+
[key: string]: string;
|
|
4188
|
+
}, runtime: $dara.RuntimeOptions): Promise<RunTagMiningAnalysisResponse>;
|
|
4189
|
+
/**
|
|
4190
|
+
* 轻应用-标签挖掘
|
|
4191
|
+
*
|
|
4192
|
+
* @param request - RunTagMiningAnalysisRequest
|
|
4193
|
+
* @returns RunTagMiningAnalysisResponse
|
|
4194
|
+
*/
|
|
4195
|
+
runTagMiningAnalysis(workspaceId: string, request: RunTagMiningAnalysisRequest): Promise<RunTagMiningAnalysisResponse>;
|
|
2581
4196
|
/**
|
|
2582
4197
|
* 轻应用-视频理解
|
|
2583
4198
|
*
|
|
@@ -2588,7 +4203,7 @@ export default class Client extends OpenApi {
|
|
|
2588
4203
|
*/
|
|
2589
4204
|
runVideoAnalysisWithOptions(workspaceId: string, tmpReq: RunVideoAnalysisRequest, headers: {
|
|
2590
4205
|
[key: string]: string;
|
|
2591
|
-
}, runtime: $
|
|
4206
|
+
}, runtime: $dara.RuntimeOptions): Promise<RunVideoAnalysisResponse>;
|
|
2592
4207
|
/**
|
|
2593
4208
|
* 轻应用-视频理解
|
|
2594
4209
|
*
|
|
@@ -2596,4 +4211,40 @@ export default class Client extends OpenApi {
|
|
|
2596
4211
|
* @returns RunVideoAnalysisResponse
|
|
2597
4212
|
*/
|
|
2598
4213
|
runVideoAnalysis(workspaceId: string, request: RunVideoAnalysisRequest): Promise<RunVideoAnalysisResponse>;
|
|
4214
|
+
/**
|
|
4215
|
+
* 轻应用-提交视频理解任务
|
|
4216
|
+
*
|
|
4217
|
+
* @param tmpReq - SubmitVideoAnalysisTaskRequest
|
|
4218
|
+
* @param headers - map
|
|
4219
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4220
|
+
* @returns SubmitVideoAnalysisTaskResponse
|
|
4221
|
+
*/
|
|
4222
|
+
submitVideoAnalysisTaskWithOptions(workspaceId: string, tmpReq: SubmitVideoAnalysisTaskRequest, headers: {
|
|
4223
|
+
[key: string]: string;
|
|
4224
|
+
}, runtime: $dara.RuntimeOptions): Promise<SubmitVideoAnalysisTaskResponse>;
|
|
4225
|
+
/**
|
|
4226
|
+
* 轻应用-提交视频理解任务
|
|
4227
|
+
*
|
|
4228
|
+
* @param request - SubmitVideoAnalysisTaskRequest
|
|
4229
|
+
* @returns SubmitVideoAnalysisTaskResponse
|
|
4230
|
+
*/
|
|
4231
|
+
submitVideoAnalysisTask(workspaceId: string, request: SubmitVideoAnalysisTaskRequest): Promise<SubmitVideoAnalysisTaskResponse>;
|
|
4232
|
+
/**
|
|
4233
|
+
* 视频理解-更新配置
|
|
4234
|
+
*
|
|
4235
|
+
* @param request - UpdateVideoAnalysisConfigRequest
|
|
4236
|
+
* @param headers - map
|
|
4237
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4238
|
+
* @returns UpdateVideoAnalysisConfigResponse
|
|
4239
|
+
*/
|
|
4240
|
+
updateVideoAnalysisConfigWithOptions(workspaceId: string, request: UpdateVideoAnalysisConfigRequest, headers: {
|
|
4241
|
+
[key: string]: string;
|
|
4242
|
+
}, runtime: $dara.RuntimeOptions): Promise<UpdateVideoAnalysisConfigResponse>;
|
|
4243
|
+
/**
|
|
4244
|
+
* 视频理解-更新配置
|
|
4245
|
+
*
|
|
4246
|
+
* @param request - UpdateVideoAnalysisConfigRequest
|
|
4247
|
+
* @returns UpdateVideoAnalysisConfigResponse
|
|
4248
|
+
*/
|
|
4249
|
+
updateVideoAnalysisConfig(workspaceId: string, request: UpdateVideoAnalysisConfigRequest): Promise<UpdateVideoAnalysisConfigResponse>;
|
|
2599
4250
|
}
|