@alicloud/aimiaobi20230801 1.9.0 → 1.11.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 +1711 -171
- package/dist/client.js +1700 -181
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3320 -807
package/dist/client.d.ts
CHANGED
|
@@ -1986,6 +1986,86 @@ export declare class GenerateViewPointResponse extends $tea.Model {
|
|
|
1986
1986
|
[key: string]: any;
|
|
1987
1987
|
});
|
|
1988
1988
|
}
|
|
1989
|
+
export declare class GetCategoriesByTaskIdRequest extends $tea.Model {
|
|
1990
|
+
/**
|
|
1991
|
+
* @remarks
|
|
1992
|
+
* This parameter is required.
|
|
1993
|
+
*
|
|
1994
|
+
* @example
|
|
1995
|
+
* xxx
|
|
1996
|
+
*/
|
|
1997
|
+
taskId?: string;
|
|
1998
|
+
/**
|
|
1999
|
+
* @remarks
|
|
2000
|
+
* This parameter is required.
|
|
2001
|
+
*
|
|
2002
|
+
* @example
|
|
2003
|
+
* xxxx
|
|
2004
|
+
*/
|
|
2005
|
+
workspaceId?: string;
|
|
2006
|
+
static names(): {
|
|
2007
|
+
[key: string]: string;
|
|
2008
|
+
};
|
|
2009
|
+
static types(): {
|
|
2010
|
+
[key: string]: any;
|
|
2011
|
+
};
|
|
2012
|
+
constructor(map?: {
|
|
2013
|
+
[key: string]: any;
|
|
2014
|
+
});
|
|
2015
|
+
}
|
|
2016
|
+
export declare class GetCategoriesByTaskIdResponseBody extends $tea.Model {
|
|
2017
|
+
/**
|
|
2018
|
+
* @example
|
|
2019
|
+
* NoData
|
|
2020
|
+
*/
|
|
2021
|
+
code?: string;
|
|
2022
|
+
data?: GetCategoriesByTaskIdResponseBodyData[];
|
|
2023
|
+
/**
|
|
2024
|
+
* @example
|
|
2025
|
+
* 200
|
|
2026
|
+
*/
|
|
2027
|
+
httpStatusCode?: number;
|
|
2028
|
+
/**
|
|
2029
|
+
* @example
|
|
2030
|
+
* success
|
|
2031
|
+
*/
|
|
2032
|
+
message?: string;
|
|
2033
|
+
/**
|
|
2034
|
+
* @example
|
|
2035
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
2036
|
+
*/
|
|
2037
|
+
requestId?: string;
|
|
2038
|
+
/**
|
|
2039
|
+
* @example
|
|
2040
|
+
* true
|
|
2041
|
+
*/
|
|
2042
|
+
success?: boolean;
|
|
2043
|
+
static names(): {
|
|
2044
|
+
[key: string]: string;
|
|
2045
|
+
};
|
|
2046
|
+
static types(): {
|
|
2047
|
+
[key: string]: any;
|
|
2048
|
+
};
|
|
2049
|
+
constructor(map?: {
|
|
2050
|
+
[key: string]: any;
|
|
2051
|
+
});
|
|
2052
|
+
}
|
|
2053
|
+
export declare class GetCategoriesByTaskIdResponse extends $tea.Model {
|
|
2054
|
+
headers?: {
|
|
2055
|
+
[key: string]: string;
|
|
2056
|
+
};
|
|
2057
|
+
statusCode?: number;
|
|
2058
|
+
body?: GetCategoriesByTaskIdResponseBody;
|
|
2059
|
+
static names(): {
|
|
2060
|
+
[key: string]: string;
|
|
2061
|
+
};
|
|
2062
|
+
static types(): {
|
|
2063
|
+
[key: string]: any;
|
|
2064
|
+
};
|
|
2065
|
+
constructor(map?: {
|
|
2066
|
+
[key: string]: any;
|
|
2067
|
+
});
|
|
2068
|
+
}
|
|
1989
2069
|
export declare class GetCustomHotTopicBroadcastJobRequest extends $tea.Model {
|
|
1990
2070
|
/**
|
|
1991
2071
|
* @remarks
|
|
@@ -2391,6 +2471,86 @@ export declare class GetDocClusterTaskResponse extends $tea.Model {
|
|
|
2391
2471
|
[key: string]: any;
|
|
2392
2472
|
});
|
|
2393
2473
|
}
|
|
2474
|
+
export declare class GetEnterpriseVocAnalysisTaskRequest extends $tea.Model {
|
|
2475
|
+
/**
|
|
2476
|
+
* @remarks
|
|
2477
|
+
* This parameter is required.
|
|
2478
|
+
*
|
|
2479
|
+
* @example
|
|
2480
|
+
* xxx
|
|
2481
|
+
*/
|
|
2482
|
+
taskId?: string;
|
|
2483
|
+
/**
|
|
2484
|
+
* @remarks
|
|
2485
|
+
* This parameter is required.
|
|
2486
|
+
*
|
|
2487
|
+
* @example
|
|
2488
|
+
* xxxx
|
|
2489
|
+
*/
|
|
2490
|
+
workspaceId?: string;
|
|
2491
|
+
static names(): {
|
|
2492
|
+
[key: string]: string;
|
|
2493
|
+
};
|
|
2494
|
+
static types(): {
|
|
2495
|
+
[key: string]: any;
|
|
2496
|
+
};
|
|
2497
|
+
constructor(map?: {
|
|
2498
|
+
[key: string]: any;
|
|
2499
|
+
});
|
|
2500
|
+
}
|
|
2501
|
+
export declare class GetEnterpriseVocAnalysisTaskResponseBody extends $tea.Model {
|
|
2502
|
+
/**
|
|
2503
|
+
* @example
|
|
2504
|
+
* NoData
|
|
2505
|
+
*/
|
|
2506
|
+
code?: string;
|
|
2507
|
+
data?: GetEnterpriseVocAnalysisTaskResponseBodyData;
|
|
2508
|
+
/**
|
|
2509
|
+
* @example
|
|
2510
|
+
* 200
|
|
2511
|
+
*/
|
|
2512
|
+
httpStatusCode?: number;
|
|
2513
|
+
/**
|
|
2514
|
+
* @example
|
|
2515
|
+
* success
|
|
2516
|
+
*/
|
|
2517
|
+
message?: string;
|
|
2518
|
+
/**
|
|
2519
|
+
* @example
|
|
2520
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
2521
|
+
*/
|
|
2522
|
+
requestId?: string;
|
|
2523
|
+
/**
|
|
2524
|
+
* @example
|
|
2525
|
+
* true
|
|
2526
|
+
*/
|
|
2527
|
+
success?: boolean;
|
|
2528
|
+
static names(): {
|
|
2529
|
+
[key: string]: string;
|
|
2530
|
+
};
|
|
2531
|
+
static types(): {
|
|
2532
|
+
[key: string]: any;
|
|
2533
|
+
};
|
|
2534
|
+
constructor(map?: {
|
|
2535
|
+
[key: string]: any;
|
|
2536
|
+
});
|
|
2537
|
+
}
|
|
2538
|
+
export declare class GetEnterpriseVocAnalysisTaskResponse extends $tea.Model {
|
|
2539
|
+
headers?: {
|
|
2540
|
+
[key: string]: string;
|
|
2541
|
+
};
|
|
2542
|
+
statusCode?: number;
|
|
2543
|
+
body?: GetEnterpriseVocAnalysisTaskResponseBody;
|
|
2544
|
+
static names(): {
|
|
2545
|
+
[key: string]: string;
|
|
2546
|
+
};
|
|
2547
|
+
static types(): {
|
|
2548
|
+
[key: string]: any;
|
|
2549
|
+
};
|
|
2550
|
+
constructor(map?: {
|
|
2551
|
+
[key: string]: any;
|
|
2552
|
+
});
|
|
2553
|
+
}
|
|
2394
2554
|
export declare class GetGeneratedContentRequest extends $tea.Model {
|
|
2395
2555
|
/**
|
|
2396
2556
|
* @remarks
|
|
@@ -3076,6 +3236,86 @@ export declare class GetPropertiesResponse extends $tea.Model {
|
|
|
3076
3236
|
[key: string]: any;
|
|
3077
3237
|
});
|
|
3078
3238
|
}
|
|
3239
|
+
export declare class GetSmartClipTaskRequest extends $tea.Model {
|
|
3240
|
+
/**
|
|
3241
|
+
* @remarks
|
|
3242
|
+
* This parameter is required.
|
|
3243
|
+
*
|
|
3244
|
+
* @example
|
|
3245
|
+
* task-03d46184ee7d8749
|
|
3246
|
+
*/
|
|
3247
|
+
taskId?: string;
|
|
3248
|
+
/**
|
|
3249
|
+
* @remarks
|
|
3250
|
+
* This parameter is required.
|
|
3251
|
+
*
|
|
3252
|
+
* @example
|
|
3253
|
+
* xxxx
|
|
3254
|
+
*/
|
|
3255
|
+
workspaceId?: string;
|
|
3256
|
+
static names(): {
|
|
3257
|
+
[key: string]: string;
|
|
3258
|
+
};
|
|
3259
|
+
static types(): {
|
|
3260
|
+
[key: string]: any;
|
|
3261
|
+
};
|
|
3262
|
+
constructor(map?: {
|
|
3263
|
+
[key: string]: any;
|
|
3264
|
+
});
|
|
3265
|
+
}
|
|
3266
|
+
export declare class GetSmartClipTaskResponseBody extends $tea.Model {
|
|
3267
|
+
/**
|
|
3268
|
+
* @example
|
|
3269
|
+
* NoData
|
|
3270
|
+
*/
|
|
3271
|
+
code?: string;
|
|
3272
|
+
data?: GetSmartClipTaskResponseBodyData;
|
|
3273
|
+
/**
|
|
3274
|
+
* @example
|
|
3275
|
+
* 200
|
|
3276
|
+
*/
|
|
3277
|
+
httpStatusCode?: number;
|
|
3278
|
+
/**
|
|
3279
|
+
* @example
|
|
3280
|
+
* success
|
|
3281
|
+
*/
|
|
3282
|
+
message?: string;
|
|
3283
|
+
/**
|
|
3284
|
+
* @example
|
|
3285
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
3286
|
+
*/
|
|
3287
|
+
requestId?: string;
|
|
3288
|
+
/**
|
|
3289
|
+
* @example
|
|
3290
|
+
* true
|
|
3291
|
+
*/
|
|
3292
|
+
success?: boolean;
|
|
3293
|
+
static names(): {
|
|
3294
|
+
[key: string]: string;
|
|
3295
|
+
};
|
|
3296
|
+
static types(): {
|
|
3297
|
+
[key: string]: any;
|
|
3298
|
+
};
|
|
3299
|
+
constructor(map?: {
|
|
3300
|
+
[key: string]: any;
|
|
3301
|
+
});
|
|
3302
|
+
}
|
|
3303
|
+
export declare class GetSmartClipTaskResponse extends $tea.Model {
|
|
3304
|
+
headers?: {
|
|
3305
|
+
[key: string]: string;
|
|
3306
|
+
};
|
|
3307
|
+
statusCode?: number;
|
|
3308
|
+
body?: GetSmartClipTaskResponseBody;
|
|
3309
|
+
static names(): {
|
|
3310
|
+
[key: string]: string;
|
|
3311
|
+
};
|
|
3312
|
+
static types(): {
|
|
3313
|
+
[key: string]: any;
|
|
3314
|
+
};
|
|
3315
|
+
constructor(map?: {
|
|
3316
|
+
[key: string]: any;
|
|
3317
|
+
});
|
|
3318
|
+
}
|
|
3079
3319
|
export declare class GetTopicByIdRequest extends $tea.Model {
|
|
3080
3320
|
/**
|
|
3081
3321
|
* @remarks
|
|
@@ -3593,38 +3833,202 @@ export declare class InsertInterveneRuleResponse extends $tea.Model {
|
|
|
3593
3833
|
[key: string]: any;
|
|
3594
3834
|
});
|
|
3595
3835
|
}
|
|
3596
|
-
export declare class
|
|
3836
|
+
export declare class ListAnalysisTagDetailByTaskIdRequest extends $tea.Model {
|
|
3837
|
+
categories?: string[];
|
|
3597
3838
|
/**
|
|
3598
|
-
* @remarks
|
|
3599
|
-
* This parameter is required.
|
|
3600
|
-
*
|
|
3601
3839
|
* @example
|
|
3602
|
-
*
|
|
3840
|
+
* 1
|
|
3603
3841
|
*/
|
|
3604
|
-
|
|
3842
|
+
current?: number;
|
|
3605
3843
|
/**
|
|
3606
3844
|
* @example
|
|
3607
|
-
*
|
|
3845
|
+
* 10
|
|
3608
3846
|
*/
|
|
3609
|
-
|
|
3847
|
+
maxResults?: number;
|
|
3610
3848
|
/**
|
|
3611
3849
|
* @example
|
|
3612
|
-
*
|
|
3850
|
+
* token-xxxx
|
|
3613
3851
|
*/
|
|
3614
|
-
|
|
3852
|
+
nextToken?: string;
|
|
3615
3853
|
/**
|
|
3616
3854
|
* @example
|
|
3617
|
-
*
|
|
3855
|
+
* 3
|
|
3618
3856
|
*/
|
|
3619
|
-
|
|
3857
|
+
size?: number;
|
|
3620
3858
|
/**
|
|
3859
|
+
* @remarks
|
|
3860
|
+
* This parameter is required.
|
|
3861
|
+
*
|
|
3621
3862
|
* @example
|
|
3622
|
-
*
|
|
3863
|
+
* xxx
|
|
3623
3864
|
*/
|
|
3624
|
-
|
|
3865
|
+
taskId?: string;
|
|
3625
3866
|
/**
|
|
3867
|
+
* @remarks
|
|
3868
|
+
* This parameter is required.
|
|
3869
|
+
*
|
|
3626
3870
|
* @example
|
|
3627
|
-
*
|
|
3871
|
+
* xxxx
|
|
3872
|
+
*/
|
|
3873
|
+
workspaceId?: string;
|
|
3874
|
+
static names(): {
|
|
3875
|
+
[key: string]: string;
|
|
3876
|
+
};
|
|
3877
|
+
static types(): {
|
|
3878
|
+
[key: string]: any;
|
|
3879
|
+
};
|
|
3880
|
+
constructor(map?: {
|
|
3881
|
+
[key: string]: any;
|
|
3882
|
+
});
|
|
3883
|
+
}
|
|
3884
|
+
export declare class ListAnalysisTagDetailByTaskIdShrinkRequest extends $tea.Model {
|
|
3885
|
+
categoriesShrink?: string;
|
|
3886
|
+
/**
|
|
3887
|
+
* @example
|
|
3888
|
+
* 1
|
|
3889
|
+
*/
|
|
3890
|
+
current?: number;
|
|
3891
|
+
/**
|
|
3892
|
+
* @example
|
|
3893
|
+
* 10
|
|
3894
|
+
*/
|
|
3895
|
+
maxResults?: number;
|
|
3896
|
+
/**
|
|
3897
|
+
* @example
|
|
3898
|
+
* token-xxxx
|
|
3899
|
+
*/
|
|
3900
|
+
nextToken?: string;
|
|
3901
|
+
/**
|
|
3902
|
+
* @example
|
|
3903
|
+
* 3
|
|
3904
|
+
*/
|
|
3905
|
+
size?: number;
|
|
3906
|
+
/**
|
|
3907
|
+
* @remarks
|
|
3908
|
+
* This parameter is required.
|
|
3909
|
+
*
|
|
3910
|
+
* @example
|
|
3911
|
+
* xxx
|
|
3912
|
+
*/
|
|
3913
|
+
taskId?: string;
|
|
3914
|
+
/**
|
|
3915
|
+
* @remarks
|
|
3916
|
+
* This parameter is required.
|
|
3917
|
+
*
|
|
3918
|
+
* @example
|
|
3919
|
+
* xxxx
|
|
3920
|
+
*/
|
|
3921
|
+
workspaceId?: string;
|
|
3922
|
+
static names(): {
|
|
3923
|
+
[key: string]: string;
|
|
3924
|
+
};
|
|
3925
|
+
static types(): {
|
|
3926
|
+
[key: string]: any;
|
|
3927
|
+
};
|
|
3928
|
+
constructor(map?: {
|
|
3929
|
+
[key: string]: any;
|
|
3930
|
+
});
|
|
3931
|
+
}
|
|
3932
|
+
export declare class ListAnalysisTagDetailByTaskIdResponseBody extends $tea.Model {
|
|
3933
|
+
/**
|
|
3934
|
+
* @example
|
|
3935
|
+
* NoData
|
|
3936
|
+
*/
|
|
3937
|
+
code?: string;
|
|
3938
|
+
data?: ListAnalysisTagDetailByTaskIdResponseBodyData[];
|
|
3939
|
+
/**
|
|
3940
|
+
* @example
|
|
3941
|
+
* 200
|
|
3942
|
+
*/
|
|
3943
|
+
httpStatusCode?: number;
|
|
3944
|
+
/**
|
|
3945
|
+
* @example
|
|
3946
|
+
* 10
|
|
3947
|
+
*/
|
|
3948
|
+
maxResults?: number;
|
|
3949
|
+
/**
|
|
3950
|
+
* @example
|
|
3951
|
+
* success
|
|
3952
|
+
*/
|
|
3953
|
+
message?: string;
|
|
3954
|
+
/**
|
|
3955
|
+
* @example
|
|
3956
|
+
* token-xxxx
|
|
3957
|
+
*/
|
|
3958
|
+
nextToken?: string;
|
|
3959
|
+
/**
|
|
3960
|
+
* @example
|
|
3961
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
3962
|
+
*/
|
|
3963
|
+
requestId?: string;
|
|
3964
|
+
/**
|
|
3965
|
+
* @example
|
|
3966
|
+
* true
|
|
3967
|
+
*/
|
|
3968
|
+
success?: boolean;
|
|
3969
|
+
/**
|
|
3970
|
+
* @example
|
|
3971
|
+
* 10
|
|
3972
|
+
*/
|
|
3973
|
+
totalCount?: number;
|
|
3974
|
+
static names(): {
|
|
3975
|
+
[key: string]: string;
|
|
3976
|
+
};
|
|
3977
|
+
static types(): {
|
|
3978
|
+
[key: string]: any;
|
|
3979
|
+
};
|
|
3980
|
+
constructor(map?: {
|
|
3981
|
+
[key: string]: any;
|
|
3982
|
+
});
|
|
3983
|
+
}
|
|
3984
|
+
export declare class ListAnalysisTagDetailByTaskIdResponse extends $tea.Model {
|
|
3985
|
+
headers?: {
|
|
3986
|
+
[key: string]: string;
|
|
3987
|
+
};
|
|
3988
|
+
statusCode?: number;
|
|
3989
|
+
body?: ListAnalysisTagDetailByTaskIdResponseBody;
|
|
3990
|
+
static names(): {
|
|
3991
|
+
[key: string]: string;
|
|
3992
|
+
};
|
|
3993
|
+
static types(): {
|
|
3994
|
+
[key: string]: any;
|
|
3995
|
+
};
|
|
3996
|
+
constructor(map?: {
|
|
3997
|
+
[key: string]: any;
|
|
3998
|
+
});
|
|
3999
|
+
}
|
|
4000
|
+
export declare class ListAsyncTasksRequest extends $tea.Model {
|
|
4001
|
+
/**
|
|
4002
|
+
* @remarks
|
|
4003
|
+
* This parameter is required.
|
|
4004
|
+
*
|
|
4005
|
+
* @example
|
|
4006
|
+
* cd327c3d5d5e44159cc716e23bfa530e_p_beebot_public
|
|
4007
|
+
*/
|
|
4008
|
+
agentKey?: string;
|
|
4009
|
+
/**
|
|
4010
|
+
* @example
|
|
4011
|
+
* 2023-03-18 02:00:00
|
|
4012
|
+
*/
|
|
4013
|
+
createTimeEnd?: string;
|
|
4014
|
+
/**
|
|
4015
|
+
* @example
|
|
4016
|
+
* 2023-02-19 07:28:11
|
|
4017
|
+
*/
|
|
4018
|
+
createTimeStart?: string;
|
|
4019
|
+
/**
|
|
4020
|
+
* @example
|
|
4021
|
+
* 1
|
|
4022
|
+
*/
|
|
4023
|
+
current?: number;
|
|
4024
|
+
/**
|
|
4025
|
+
* @example
|
|
4026
|
+
* 10
|
|
4027
|
+
*/
|
|
4028
|
+
size?: number;
|
|
4029
|
+
/**
|
|
4030
|
+
* @example
|
|
4031
|
+
* MaterialDocumentUpload
|
|
3628
4032
|
*/
|
|
3629
4033
|
taskCode?: string;
|
|
3630
4034
|
taskName?: string;
|
|
@@ -8534,26 +8938,51 @@ export declare class SubmitDocClusterTaskResponse extends $tea.Model {
|
|
|
8534
8938
|
[key: string]: any;
|
|
8535
8939
|
});
|
|
8536
8940
|
}
|
|
8537
|
-
export declare class
|
|
8941
|
+
export declare class SubmitEnterpriseVocAnalysisTaskRequest extends $tea.Model {
|
|
8942
|
+
/**
|
|
8943
|
+
* @remarks
|
|
8944
|
+
* This parameter is required.
|
|
8945
|
+
*/
|
|
8946
|
+
contentTags?: SubmitEnterpriseVocAnalysisTaskRequestContentTags[];
|
|
8947
|
+
contents?: SubmitEnterpriseVocAnalysisTaskRequestContents[];
|
|
8948
|
+
/**
|
|
8949
|
+
* @example
|
|
8950
|
+
* oss://default/bucket-name/materialDocument/tenant_agent/fileName
|
|
8951
|
+
*/
|
|
8952
|
+
fileKey?: string;
|
|
8953
|
+
filterTags?: SubmitEnterpriseVocAnalysisTaskRequestFilterTags[];
|
|
8954
|
+
/**
|
|
8955
|
+
* @example
|
|
8956
|
+
* shortContent
|
|
8957
|
+
*/
|
|
8958
|
+
materialType?: string;
|
|
8538
8959
|
/**
|
|
8539
8960
|
* @remarks
|
|
8540
8961
|
* This parameter is required.
|
|
8541
8962
|
*
|
|
8542
8963
|
* @example
|
|
8543
|
-
*
|
|
8964
|
+
* qwen-max
|
|
8544
8965
|
*/
|
|
8545
|
-
|
|
8546
|
-
|
|
8966
|
+
modelId?: string;
|
|
8967
|
+
positiveSample?: string;
|
|
8547
8968
|
/**
|
|
8548
8969
|
* @example
|
|
8549
|
-
*
|
|
8970
|
+
* oss://default/bucket-name/path/xxx.xlsx
|
|
8550
8971
|
*/
|
|
8551
|
-
|
|
8972
|
+
positiveSampleFileKey?: string;
|
|
8552
8973
|
/**
|
|
8553
8974
|
* @example
|
|
8554
|
-
*
|
|
8975
|
+
* lightAppSass
|
|
8555
8976
|
*/
|
|
8556
|
-
|
|
8977
|
+
taskType?: string;
|
|
8978
|
+
/**
|
|
8979
|
+
* @remarks
|
|
8980
|
+
* This parameter is required.
|
|
8981
|
+
*
|
|
8982
|
+
* @example
|
|
8983
|
+
* xxxx
|
|
8984
|
+
*/
|
|
8985
|
+
workspaceId?: string;
|
|
8557
8986
|
static names(): {
|
|
8558
8987
|
[key: string]: string;
|
|
8559
8988
|
};
|
|
@@ -8564,26 +8993,51 @@ export declare class SubmitTopicSelectionPerspectiveAnalysisTaskRequest extends
|
|
|
8564
8993
|
[key: string]: any;
|
|
8565
8994
|
});
|
|
8566
8995
|
}
|
|
8567
|
-
export declare class
|
|
8996
|
+
export declare class SubmitEnterpriseVocAnalysisTaskShrinkRequest extends $tea.Model {
|
|
8997
|
+
/**
|
|
8998
|
+
* @remarks
|
|
8999
|
+
* This parameter is required.
|
|
9000
|
+
*/
|
|
9001
|
+
contentTagsShrink?: string;
|
|
9002
|
+
contentsShrink?: string;
|
|
9003
|
+
/**
|
|
9004
|
+
* @example
|
|
9005
|
+
* oss://default/bucket-name/materialDocument/tenant_agent/fileName
|
|
9006
|
+
*/
|
|
9007
|
+
fileKey?: string;
|
|
9008
|
+
filterTagsShrink?: string;
|
|
9009
|
+
/**
|
|
9010
|
+
* @example
|
|
9011
|
+
* shortContent
|
|
9012
|
+
*/
|
|
9013
|
+
materialType?: string;
|
|
8568
9014
|
/**
|
|
8569
9015
|
* @remarks
|
|
8570
9016
|
* This parameter is required.
|
|
8571
9017
|
*
|
|
8572
9018
|
* @example
|
|
8573
|
-
*
|
|
9019
|
+
* qwen-max
|
|
8574
9020
|
*/
|
|
8575
|
-
|
|
8576
|
-
|
|
9021
|
+
modelId?: string;
|
|
9022
|
+
positiveSample?: string;
|
|
8577
9023
|
/**
|
|
8578
9024
|
* @example
|
|
8579
|
-
*
|
|
9025
|
+
* oss://default/bucket-name/path/xxx.xlsx
|
|
8580
9026
|
*/
|
|
8581
|
-
|
|
9027
|
+
positiveSampleFileKey?: string;
|
|
8582
9028
|
/**
|
|
8583
9029
|
* @example
|
|
8584
|
-
*
|
|
9030
|
+
* lightAppSass
|
|
8585
9031
|
*/
|
|
8586
|
-
|
|
9032
|
+
taskType?: string;
|
|
9033
|
+
/**
|
|
9034
|
+
* @remarks
|
|
9035
|
+
* This parameter is required.
|
|
9036
|
+
*
|
|
9037
|
+
* @example
|
|
9038
|
+
* xxxx
|
|
9039
|
+
*/
|
|
9040
|
+
workspaceId?: string;
|
|
8587
9041
|
static names(): {
|
|
8588
9042
|
[key: string]: string;
|
|
8589
9043
|
};
|
|
@@ -8594,13 +9048,13 @@ export declare class SubmitTopicSelectionPerspectiveAnalysisTaskShrinkRequest ex
|
|
|
8594
9048
|
[key: string]: any;
|
|
8595
9049
|
});
|
|
8596
9050
|
}
|
|
8597
|
-
export declare class
|
|
9051
|
+
export declare class SubmitEnterpriseVocAnalysisTaskResponseBody extends $tea.Model {
|
|
8598
9052
|
/**
|
|
8599
9053
|
* @example
|
|
8600
9054
|
* NoData
|
|
8601
9055
|
*/
|
|
8602
9056
|
code?: string;
|
|
8603
|
-
data?:
|
|
9057
|
+
data?: SubmitEnterpriseVocAnalysisTaskResponseBodyData;
|
|
8604
9058
|
/**
|
|
8605
9059
|
* @example
|
|
8606
9060
|
* 200
|
|
@@ -8631,12 +9085,12 @@ export declare class SubmitTopicSelectionPerspectiveAnalysisTaskResponseBody ext
|
|
|
8631
9085
|
[key: string]: any;
|
|
8632
9086
|
});
|
|
8633
9087
|
}
|
|
8634
|
-
export declare class
|
|
9088
|
+
export declare class SubmitEnterpriseVocAnalysisTaskResponse extends $tea.Model {
|
|
8635
9089
|
headers?: {
|
|
8636
9090
|
[key: string]: string;
|
|
8637
9091
|
};
|
|
8638
9092
|
statusCode?: number;
|
|
8639
|
-
body?:
|
|
9093
|
+
body?: SubmitEnterpriseVocAnalysisTaskResponseBody;
|
|
8640
9094
|
static names(): {
|
|
8641
9095
|
[key: string]: string;
|
|
8642
9096
|
};
|
|
@@ -8647,38 +9101,42 @@ export declare class SubmitTopicSelectionPerspectiveAnalysisTaskResponse extends
|
|
|
8647
9101
|
[key: string]: any;
|
|
8648
9102
|
});
|
|
8649
9103
|
}
|
|
8650
|
-
export declare class
|
|
9104
|
+
export declare class SubmitSmartClipTaskRequest extends $tea.Model {
|
|
9105
|
+
editingConfig?: SubmitSmartClipTaskRequestEditingConfig;
|
|
8651
9106
|
/**
|
|
8652
9107
|
* @remarks
|
|
8653
9108
|
* This parameter is required.
|
|
8654
|
-
*
|
|
8655
|
-
* @example
|
|
8656
|
-
* xxxxx_p_efm
|
|
8657
|
-
*/
|
|
8658
|
-
agentKey?: string;
|
|
8659
|
-
/**
|
|
8660
|
-
* @example
|
|
8661
|
-
* 商品code
|
|
8662
9109
|
*/
|
|
8663
|
-
|
|
9110
|
+
inputConfig?: SubmitSmartClipTaskRequestInputConfig;
|
|
9111
|
+
outputConfig?: SubmitSmartClipTaskRequestOutputConfig;
|
|
8664
9112
|
/**
|
|
8665
|
-
* @
|
|
8666
|
-
*
|
|
9113
|
+
* @remarks
|
|
9114
|
+
* This parameter is required.
|
|
8667
9115
|
*/
|
|
8668
|
-
|
|
9116
|
+
workspaceId?: string;
|
|
9117
|
+
static names(): {
|
|
9118
|
+
[key: string]: string;
|
|
9119
|
+
};
|
|
9120
|
+
static types(): {
|
|
9121
|
+
[key: string]: any;
|
|
9122
|
+
};
|
|
9123
|
+
constructor(map?: {
|
|
9124
|
+
[key: string]: any;
|
|
9125
|
+
});
|
|
9126
|
+
}
|
|
9127
|
+
export declare class SubmitSmartClipTaskShrinkRequest extends $tea.Model {
|
|
9128
|
+
editingConfigShrink?: string;
|
|
8669
9129
|
/**
|
|
8670
9130
|
* @remarks
|
|
8671
9131
|
* This parameter is required.
|
|
8672
|
-
*
|
|
8673
|
-
* @example
|
|
8674
|
-
* 96
|
|
8675
9132
|
*/
|
|
8676
|
-
|
|
9133
|
+
inputConfigShrink?: string;
|
|
9134
|
+
outputConfigShrink?: string;
|
|
8677
9135
|
/**
|
|
8678
|
-
* @
|
|
8679
|
-
*
|
|
9136
|
+
* @remarks
|
|
9137
|
+
* This parameter is required.
|
|
8680
9138
|
*/
|
|
8681
|
-
|
|
9139
|
+
workspaceId?: string;
|
|
8682
9140
|
static names(): {
|
|
8683
9141
|
[key: string]: string;
|
|
8684
9142
|
};
|
|
@@ -8689,17 +9147,225 @@ export declare class UpdateCustomTextRequest extends $tea.Model {
|
|
|
8689
9147
|
[key: string]: any;
|
|
8690
9148
|
});
|
|
8691
9149
|
}
|
|
8692
|
-
export declare class
|
|
9150
|
+
export declare class SubmitSmartClipTaskResponseBody extends $tea.Model {
|
|
8693
9151
|
/**
|
|
8694
9152
|
* @example
|
|
8695
9153
|
* NoData
|
|
8696
9154
|
*/
|
|
8697
9155
|
code?: string;
|
|
9156
|
+
data?: SubmitSmartClipTaskResponseBodyData;
|
|
8698
9157
|
/**
|
|
8699
9158
|
* @example
|
|
8700
|
-
*
|
|
9159
|
+
* 200
|
|
8701
9160
|
*/
|
|
8702
|
-
|
|
9161
|
+
httpStatusCode?: number;
|
|
9162
|
+
/**
|
|
9163
|
+
* @example
|
|
9164
|
+
* success
|
|
9165
|
+
*/
|
|
9166
|
+
message?: string;
|
|
9167
|
+
/**
|
|
9168
|
+
* @example
|
|
9169
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
9170
|
+
*/
|
|
9171
|
+
requestId?: string;
|
|
9172
|
+
/**
|
|
9173
|
+
* @example
|
|
9174
|
+
* true
|
|
9175
|
+
*/
|
|
9176
|
+
success?: boolean;
|
|
9177
|
+
static names(): {
|
|
9178
|
+
[key: string]: string;
|
|
9179
|
+
};
|
|
9180
|
+
static types(): {
|
|
9181
|
+
[key: string]: any;
|
|
9182
|
+
};
|
|
9183
|
+
constructor(map?: {
|
|
9184
|
+
[key: string]: any;
|
|
9185
|
+
});
|
|
9186
|
+
}
|
|
9187
|
+
export declare class SubmitSmartClipTaskResponse extends $tea.Model {
|
|
9188
|
+
headers?: {
|
|
9189
|
+
[key: string]: string;
|
|
9190
|
+
};
|
|
9191
|
+
statusCode?: number;
|
|
9192
|
+
body?: SubmitSmartClipTaskResponseBody;
|
|
9193
|
+
static names(): {
|
|
9194
|
+
[key: string]: string;
|
|
9195
|
+
};
|
|
9196
|
+
static types(): {
|
|
9197
|
+
[key: string]: any;
|
|
9198
|
+
};
|
|
9199
|
+
constructor(map?: {
|
|
9200
|
+
[key: string]: any;
|
|
9201
|
+
});
|
|
9202
|
+
}
|
|
9203
|
+
export declare class SubmitTopicSelectionPerspectiveAnalysisTaskRequest extends $tea.Model {
|
|
9204
|
+
/**
|
|
9205
|
+
* @remarks
|
|
9206
|
+
* This parameter is required.
|
|
9207
|
+
*
|
|
9208
|
+
* @example
|
|
9209
|
+
* xxxxx_p_efm
|
|
9210
|
+
*/
|
|
9211
|
+
agentKey?: string;
|
|
9212
|
+
documents?: SubmitTopicSelectionPerspectiveAnalysisTaskRequestDocuments[];
|
|
9213
|
+
/**
|
|
9214
|
+
* @example
|
|
9215
|
+
* TimedViewPoints
|
|
9216
|
+
*/
|
|
9217
|
+
perspectiveTypes?: string[];
|
|
9218
|
+
/**
|
|
9219
|
+
* @example
|
|
9220
|
+
* 待分析的主题名(documents与topic二者至少传一个)
|
|
9221
|
+
*/
|
|
9222
|
+
topic?: string;
|
|
9223
|
+
static names(): {
|
|
9224
|
+
[key: string]: string;
|
|
9225
|
+
};
|
|
9226
|
+
static types(): {
|
|
9227
|
+
[key: string]: any;
|
|
9228
|
+
};
|
|
9229
|
+
constructor(map?: {
|
|
9230
|
+
[key: string]: any;
|
|
9231
|
+
});
|
|
9232
|
+
}
|
|
9233
|
+
export declare class SubmitTopicSelectionPerspectiveAnalysisTaskShrinkRequest extends $tea.Model {
|
|
9234
|
+
/**
|
|
9235
|
+
* @remarks
|
|
9236
|
+
* This parameter is required.
|
|
9237
|
+
*
|
|
9238
|
+
* @example
|
|
9239
|
+
* xxxxx_p_efm
|
|
9240
|
+
*/
|
|
9241
|
+
agentKey?: string;
|
|
9242
|
+
documentsShrink?: string;
|
|
9243
|
+
/**
|
|
9244
|
+
* @example
|
|
9245
|
+
* TimedViewPoints
|
|
9246
|
+
*/
|
|
9247
|
+
perspectiveTypesShrink?: string;
|
|
9248
|
+
/**
|
|
9249
|
+
* @example
|
|
9250
|
+
* 待分析的主题名(documents与topic二者至少传一个)
|
|
9251
|
+
*/
|
|
9252
|
+
topic?: string;
|
|
9253
|
+
static names(): {
|
|
9254
|
+
[key: string]: string;
|
|
9255
|
+
};
|
|
9256
|
+
static types(): {
|
|
9257
|
+
[key: string]: any;
|
|
9258
|
+
};
|
|
9259
|
+
constructor(map?: {
|
|
9260
|
+
[key: string]: any;
|
|
9261
|
+
});
|
|
9262
|
+
}
|
|
9263
|
+
export declare class SubmitTopicSelectionPerspectiveAnalysisTaskResponseBody extends $tea.Model {
|
|
9264
|
+
/**
|
|
9265
|
+
* @example
|
|
9266
|
+
* NoData
|
|
9267
|
+
*/
|
|
9268
|
+
code?: string;
|
|
9269
|
+
data?: SubmitTopicSelectionPerspectiveAnalysisTaskResponseBodyData;
|
|
9270
|
+
/**
|
|
9271
|
+
* @example
|
|
9272
|
+
* 200
|
|
9273
|
+
*/
|
|
9274
|
+
httpStatusCode?: number;
|
|
9275
|
+
/**
|
|
9276
|
+
* @example
|
|
9277
|
+
* success
|
|
9278
|
+
*/
|
|
9279
|
+
message?: string;
|
|
9280
|
+
/**
|
|
9281
|
+
* @example
|
|
9282
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
9283
|
+
*/
|
|
9284
|
+
requestId?: string;
|
|
9285
|
+
/**
|
|
9286
|
+
* @example
|
|
9287
|
+
* true
|
|
9288
|
+
*/
|
|
9289
|
+
success?: boolean;
|
|
9290
|
+
static names(): {
|
|
9291
|
+
[key: string]: string;
|
|
9292
|
+
};
|
|
9293
|
+
static types(): {
|
|
9294
|
+
[key: string]: any;
|
|
9295
|
+
};
|
|
9296
|
+
constructor(map?: {
|
|
9297
|
+
[key: string]: any;
|
|
9298
|
+
});
|
|
9299
|
+
}
|
|
9300
|
+
export declare class SubmitTopicSelectionPerspectiveAnalysisTaskResponse extends $tea.Model {
|
|
9301
|
+
headers?: {
|
|
9302
|
+
[key: string]: string;
|
|
9303
|
+
};
|
|
9304
|
+
statusCode?: number;
|
|
9305
|
+
body?: SubmitTopicSelectionPerspectiveAnalysisTaskResponseBody;
|
|
9306
|
+
static names(): {
|
|
9307
|
+
[key: string]: string;
|
|
9308
|
+
};
|
|
9309
|
+
static types(): {
|
|
9310
|
+
[key: string]: any;
|
|
9311
|
+
};
|
|
9312
|
+
constructor(map?: {
|
|
9313
|
+
[key: string]: any;
|
|
9314
|
+
});
|
|
9315
|
+
}
|
|
9316
|
+
export declare class UpdateCustomTextRequest extends $tea.Model {
|
|
9317
|
+
/**
|
|
9318
|
+
* @remarks
|
|
9319
|
+
* This parameter is required.
|
|
9320
|
+
*
|
|
9321
|
+
* @example
|
|
9322
|
+
* xxxxx_p_efm
|
|
9323
|
+
*/
|
|
9324
|
+
agentKey?: string;
|
|
9325
|
+
/**
|
|
9326
|
+
* @example
|
|
9327
|
+
* 商品code
|
|
9328
|
+
*/
|
|
9329
|
+
commodityCode?: string;
|
|
9330
|
+
/**
|
|
9331
|
+
* @example
|
|
9332
|
+
* 内容
|
|
9333
|
+
*/
|
|
9334
|
+
content?: string;
|
|
9335
|
+
/**
|
|
9336
|
+
* @remarks
|
|
9337
|
+
* This parameter is required.
|
|
9338
|
+
*
|
|
9339
|
+
* @example
|
|
9340
|
+
* 96
|
|
9341
|
+
*/
|
|
9342
|
+
id?: number;
|
|
9343
|
+
/**
|
|
9344
|
+
* @example
|
|
9345
|
+
* 标题
|
|
9346
|
+
*/
|
|
9347
|
+
title?: string;
|
|
9348
|
+
static names(): {
|
|
9349
|
+
[key: string]: string;
|
|
9350
|
+
};
|
|
9351
|
+
static types(): {
|
|
9352
|
+
[key: string]: any;
|
|
9353
|
+
};
|
|
9354
|
+
constructor(map?: {
|
|
9355
|
+
[key: string]: any;
|
|
9356
|
+
});
|
|
9357
|
+
}
|
|
9358
|
+
export declare class UpdateCustomTextResponseBody extends $tea.Model {
|
|
9359
|
+
/**
|
|
9360
|
+
* @example
|
|
9361
|
+
* NoData
|
|
9362
|
+
*/
|
|
9363
|
+
code?: string;
|
|
9364
|
+
/**
|
|
9365
|
+
* @example
|
|
9366
|
+
* 48
|
|
9367
|
+
*/
|
|
9368
|
+
data?: number;
|
|
8703
9369
|
/**
|
|
8704
9370
|
* @example
|
|
8705
9371
|
* 200
|
|
@@ -9090,13 +9756,36 @@ export declare class UpdateMaterialDocumentResponse extends $tea.Model {
|
|
|
9090
9756
|
[key: string]: any;
|
|
9091
9757
|
});
|
|
9092
9758
|
}
|
|
9093
|
-
export declare class
|
|
9094
|
-
|
|
9759
|
+
export declare class ValidateUploadTemplateRequest extends $tea.Model {
|
|
9760
|
+
/**
|
|
9761
|
+
* @remarks
|
|
9762
|
+
* This parameter is required.
|
|
9763
|
+
*
|
|
9764
|
+
* @example
|
|
9765
|
+
* Content
|
|
9766
|
+
*/
|
|
9767
|
+
fileKey?: string;
|
|
9095
9768
|
/**
|
|
9096
9769
|
* @example
|
|
9097
|
-
*
|
|
9770
|
+
* lightAppSass
|
|
9098
9771
|
*/
|
|
9099
|
-
|
|
9772
|
+
taskType?: string;
|
|
9773
|
+
/**
|
|
9774
|
+
* @remarks
|
|
9775
|
+
* This parameter is required.
|
|
9776
|
+
*
|
|
9777
|
+
* @example
|
|
9778
|
+
* Content
|
|
9779
|
+
*/
|
|
9780
|
+
templateType?: string;
|
|
9781
|
+
/**
|
|
9782
|
+
* @remarks
|
|
9783
|
+
* This parameter is required.
|
|
9784
|
+
*
|
|
9785
|
+
* @example
|
|
9786
|
+
* xxxx
|
|
9787
|
+
*/
|
|
9788
|
+
workspaceId?: string;
|
|
9100
9789
|
static names(): {
|
|
9101
9790
|
[key: string]: string;
|
|
9102
9791
|
};
|
|
@@ -9107,17 +9796,33 @@ export declare class ClearIntervenesResponseBodyData extends $tea.Model {
|
|
|
9107
9796
|
[key: string]: any;
|
|
9108
9797
|
});
|
|
9109
9798
|
}
|
|
9110
|
-
export declare class
|
|
9799
|
+
export declare class ValidateUploadTemplateResponseBody extends $tea.Model {
|
|
9111
9800
|
/**
|
|
9112
9801
|
* @example
|
|
9113
|
-
*
|
|
9802
|
+
* NoData
|
|
9114
9803
|
*/
|
|
9115
|
-
|
|
9804
|
+
code?: string;
|
|
9805
|
+
data?: ValidateUploadTemplateResponseBodyData;
|
|
9806
|
+
/**
|
|
9807
|
+
* @example
|
|
9808
|
+
* 200
|
|
9809
|
+
*/
|
|
9810
|
+
httpStatusCode?: number;
|
|
9811
|
+
/**
|
|
9812
|
+
* @example
|
|
9813
|
+
* success
|
|
9814
|
+
*/
|
|
9815
|
+
message?: string;
|
|
9116
9816
|
/**
|
|
9117
9817
|
* @example
|
|
9118
9818
|
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
9119
9819
|
*/
|
|
9120
|
-
|
|
9820
|
+
requestId?: string;
|
|
9821
|
+
/**
|
|
9822
|
+
* @example
|
|
9823
|
+
* true
|
|
9824
|
+
*/
|
|
9825
|
+
success?: boolean;
|
|
9121
9826
|
static names(): {
|
|
9122
9827
|
[key: string]: string;
|
|
9123
9828
|
};
|
|
@@ -9128,9 +9833,63 @@ export declare class CreateTokenResponseBodyData extends $tea.Model {
|
|
|
9128
9833
|
[key: string]: any;
|
|
9129
9834
|
});
|
|
9130
9835
|
}
|
|
9131
|
-
export declare class
|
|
9132
|
-
|
|
9133
|
-
|
|
9836
|
+
export declare class ValidateUploadTemplateResponse extends $tea.Model {
|
|
9837
|
+
headers?: {
|
|
9838
|
+
[key: string]: string;
|
|
9839
|
+
};
|
|
9840
|
+
statusCode?: number;
|
|
9841
|
+
body?: ValidateUploadTemplateResponseBody;
|
|
9842
|
+
static names(): {
|
|
9843
|
+
[key: string]: string;
|
|
9844
|
+
};
|
|
9845
|
+
static types(): {
|
|
9846
|
+
[key: string]: any;
|
|
9847
|
+
};
|
|
9848
|
+
constructor(map?: {
|
|
9849
|
+
[key: string]: any;
|
|
9850
|
+
});
|
|
9851
|
+
}
|
|
9852
|
+
export declare class ClearIntervenesResponseBodyData extends $tea.Model {
|
|
9853
|
+
failIdList?: string[];
|
|
9854
|
+
/**
|
|
9855
|
+
* @example
|
|
9856
|
+
* 3f7045e099474ba28ceca1b4eb6d6e21
|
|
9857
|
+
*/
|
|
9858
|
+
taskId?: string;
|
|
9859
|
+
static names(): {
|
|
9860
|
+
[key: string]: string;
|
|
9861
|
+
};
|
|
9862
|
+
static types(): {
|
|
9863
|
+
[key: string]: any;
|
|
9864
|
+
};
|
|
9865
|
+
constructor(map?: {
|
|
9866
|
+
[key: string]: any;
|
|
9867
|
+
});
|
|
9868
|
+
}
|
|
9869
|
+
export declare class CreateTokenResponseBodyData extends $tea.Model {
|
|
9870
|
+
/**
|
|
9871
|
+
* @example
|
|
9872
|
+
* 1705388704855
|
|
9873
|
+
*/
|
|
9874
|
+
expiredTime?: number;
|
|
9875
|
+
/**
|
|
9876
|
+
* @example
|
|
9877
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
9878
|
+
*/
|
|
9879
|
+
token?: string;
|
|
9880
|
+
static names(): {
|
|
9881
|
+
[key: string]: string;
|
|
9882
|
+
};
|
|
9883
|
+
static types(): {
|
|
9884
|
+
[key: string]: any;
|
|
9885
|
+
};
|
|
9886
|
+
constructor(map?: {
|
|
9887
|
+
[key: string]: any;
|
|
9888
|
+
});
|
|
9889
|
+
}
|
|
9890
|
+
export declare class DeleteInterveneRuleResponseBodyData extends $tea.Model {
|
|
9891
|
+
failIdList?: string[];
|
|
9892
|
+
/**
|
|
9134
9893
|
* @example
|
|
9135
9894
|
* dt-s50ntwtywb4y
|
|
9136
9895
|
*/
|
|
@@ -9411,6 +10170,36 @@ export declare class GenerateViewPointResponseBodyData extends $tea.Model {
|
|
|
9411
10170
|
[key: string]: any;
|
|
9412
10171
|
});
|
|
9413
10172
|
}
|
|
10173
|
+
export declare class GetCategoriesByTaskIdResponseBodyDataChildren extends $tea.Model {
|
|
10174
|
+
category?: string;
|
|
10175
|
+
static names(): {
|
|
10176
|
+
[key: string]: string;
|
|
10177
|
+
};
|
|
10178
|
+
static types(): {
|
|
10179
|
+
[key: string]: any;
|
|
10180
|
+
};
|
|
10181
|
+
constructor(map?: {
|
|
10182
|
+
[key: string]: any;
|
|
10183
|
+
});
|
|
10184
|
+
}
|
|
10185
|
+
export declare class GetCategoriesByTaskIdResponseBodyData extends $tea.Model {
|
|
10186
|
+
category?: string;
|
|
10187
|
+
children?: GetCategoriesByTaskIdResponseBodyDataChildren[];
|
|
10188
|
+
/**
|
|
10189
|
+
* @example
|
|
10190
|
+
* 2
|
|
10191
|
+
*/
|
|
10192
|
+
count?: number;
|
|
10193
|
+
static names(): {
|
|
10194
|
+
[key: string]: string;
|
|
10195
|
+
};
|
|
10196
|
+
static types(): {
|
|
10197
|
+
[key: string]: any;
|
|
10198
|
+
};
|
|
10199
|
+
constructor(map?: {
|
|
10200
|
+
[key: string]: any;
|
|
10201
|
+
});
|
|
10202
|
+
}
|
|
9414
10203
|
export declare class GetCustomHotTopicBroadcastJobResponseBodyData extends $tea.Model {
|
|
9415
10204
|
/**
|
|
9416
10205
|
* @example
|
|
@@ -9675,6 +10464,144 @@ export declare class GetDocClusterTaskResponseBodyData extends $tea.Model {
|
|
|
9675
10464
|
[key: string]: any;
|
|
9676
10465
|
});
|
|
9677
10466
|
}
|
|
10467
|
+
export declare class GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewFilterDimensionStatisticsTagValueCountStatistic extends $tea.Model {
|
|
10468
|
+
/**
|
|
10469
|
+
* @example
|
|
10470
|
+
* xxx
|
|
10471
|
+
*/
|
|
10472
|
+
tagName?: string;
|
|
10473
|
+
/**
|
|
10474
|
+
* @example
|
|
10475
|
+
* multiTagValues
|
|
10476
|
+
*/
|
|
10477
|
+
tagTaskType?: string;
|
|
10478
|
+
/**
|
|
10479
|
+
* @example
|
|
10480
|
+
* 100
|
|
10481
|
+
*/
|
|
10482
|
+
valueCount?: number;
|
|
10483
|
+
static names(): {
|
|
10484
|
+
[key: string]: string;
|
|
10485
|
+
};
|
|
10486
|
+
static types(): {
|
|
10487
|
+
[key: string]: any;
|
|
10488
|
+
};
|
|
10489
|
+
constructor(map?: {
|
|
10490
|
+
[key: string]: any;
|
|
10491
|
+
});
|
|
10492
|
+
}
|
|
10493
|
+
export declare class GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewFilterDimensionStatistics extends $tea.Model {
|
|
10494
|
+
tagValueCountStatistic?: GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewFilterDimensionStatisticsTagValueCountStatistic[];
|
|
10495
|
+
static names(): {
|
|
10496
|
+
[key: string]: string;
|
|
10497
|
+
};
|
|
10498
|
+
static types(): {
|
|
10499
|
+
[key: string]: any;
|
|
10500
|
+
};
|
|
10501
|
+
constructor(map?: {
|
|
10502
|
+
[key: string]: any;
|
|
10503
|
+
});
|
|
10504
|
+
}
|
|
10505
|
+
export declare class GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewTagDimensionStatisticsTagValueCountStatistic extends $tea.Model {
|
|
10506
|
+
/**
|
|
10507
|
+
* @example
|
|
10508
|
+
* xxx
|
|
10509
|
+
*/
|
|
10510
|
+
tagName?: string;
|
|
10511
|
+
/**
|
|
10512
|
+
* @example
|
|
10513
|
+
* multiTagValues
|
|
10514
|
+
*/
|
|
10515
|
+
tagTaskType?: string;
|
|
10516
|
+
/**
|
|
10517
|
+
* @example
|
|
10518
|
+
* 100
|
|
10519
|
+
*/
|
|
10520
|
+
valueCount?: number;
|
|
10521
|
+
static names(): {
|
|
10522
|
+
[key: string]: string;
|
|
10523
|
+
};
|
|
10524
|
+
static types(): {
|
|
10525
|
+
[key: string]: any;
|
|
10526
|
+
};
|
|
10527
|
+
constructor(map?: {
|
|
10528
|
+
[key: string]: any;
|
|
10529
|
+
});
|
|
10530
|
+
}
|
|
10531
|
+
export declare class GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewTagDimensionStatistics extends $tea.Model {
|
|
10532
|
+
tagValueCountStatistic?: GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewTagDimensionStatisticsTagValueCountStatistic[];
|
|
10533
|
+
static names(): {
|
|
10534
|
+
[key: string]: string;
|
|
10535
|
+
};
|
|
10536
|
+
static types(): {
|
|
10537
|
+
[key: string]: any;
|
|
10538
|
+
};
|
|
10539
|
+
constructor(map?: {
|
|
10540
|
+
[key: string]: any;
|
|
10541
|
+
});
|
|
10542
|
+
}
|
|
10543
|
+
export declare class GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverview extends $tea.Model {
|
|
10544
|
+
/**
|
|
10545
|
+
* @example
|
|
10546
|
+
* 100
|
|
10547
|
+
*/
|
|
10548
|
+
count?: number;
|
|
10549
|
+
filterDimensionStatistics?: GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewFilterDimensionStatistics;
|
|
10550
|
+
tagDimensionStatistics?: GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewTagDimensionStatistics;
|
|
10551
|
+
static names(): {
|
|
10552
|
+
[key: string]: string;
|
|
10553
|
+
};
|
|
10554
|
+
static types(): {
|
|
10555
|
+
[key: string]: any;
|
|
10556
|
+
};
|
|
10557
|
+
constructor(map?: {
|
|
10558
|
+
[key: string]: any;
|
|
10559
|
+
});
|
|
10560
|
+
}
|
|
10561
|
+
export declare class GetEnterpriseVocAnalysisTaskResponseBodyDataUsage extends $tea.Model {
|
|
10562
|
+
/**
|
|
10563
|
+
* @example
|
|
10564
|
+
* 200
|
|
10565
|
+
*/
|
|
10566
|
+
inputTokens?: number;
|
|
10567
|
+
/**
|
|
10568
|
+
* @example
|
|
10569
|
+
* 100
|
|
10570
|
+
*/
|
|
10571
|
+
outputTokens?: number;
|
|
10572
|
+
static names(): {
|
|
10573
|
+
[key: string]: string;
|
|
10574
|
+
};
|
|
10575
|
+
static types(): {
|
|
10576
|
+
[key: string]: any;
|
|
10577
|
+
};
|
|
10578
|
+
constructor(map?: {
|
|
10579
|
+
[key: string]: any;
|
|
10580
|
+
});
|
|
10581
|
+
}
|
|
10582
|
+
export declare class GetEnterpriseVocAnalysisTaskResponseBodyData extends $tea.Model {
|
|
10583
|
+
/**
|
|
10584
|
+
* @example
|
|
10585
|
+
* error
|
|
10586
|
+
*/
|
|
10587
|
+
errorMessage?: string;
|
|
10588
|
+
statisticsOverview?: GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverview;
|
|
10589
|
+
/**
|
|
10590
|
+
* @example
|
|
10591
|
+
* SUCCESSED
|
|
10592
|
+
*/
|
|
10593
|
+
status?: string;
|
|
10594
|
+
usage?: GetEnterpriseVocAnalysisTaskResponseBodyDataUsage;
|
|
10595
|
+
static names(): {
|
|
10596
|
+
[key: string]: string;
|
|
10597
|
+
};
|
|
10598
|
+
static types(): {
|
|
10599
|
+
[key: string]: any;
|
|
10600
|
+
};
|
|
10601
|
+
constructor(map?: {
|
|
10602
|
+
[key: string]: any;
|
|
10603
|
+
});
|
|
10604
|
+
}
|
|
9678
10605
|
export declare class GetGeneratedContentResponseBodyData extends $tea.Model {
|
|
9679
10606
|
content?: string;
|
|
9680
10607
|
/**
|
|
@@ -10572,14 +11499,37 @@ export declare class GetPropertiesResponseBodyData extends $tea.Model {
|
|
|
10572
11499
|
[key: string]: any;
|
|
10573
11500
|
});
|
|
10574
11501
|
}
|
|
10575
|
-
export declare class
|
|
10576
|
-
source?: string;
|
|
10577
|
-
title?: string;
|
|
11502
|
+
export declare class GetSmartClipTaskResponseBodyDataSubJobsFileAttr extends $tea.Model {
|
|
10578
11503
|
/**
|
|
10579
11504
|
* @example
|
|
10580
|
-
*
|
|
11505
|
+
* 120
|
|
10581
11506
|
*/
|
|
10582
|
-
|
|
11507
|
+
duration?: number;
|
|
11508
|
+
/**
|
|
11509
|
+
* @example
|
|
11510
|
+
* 290804
|
|
11511
|
+
*/
|
|
11512
|
+
fileLength?: string;
|
|
11513
|
+
/**
|
|
11514
|
+
* @example
|
|
11515
|
+
* 2024-12-12.mp4
|
|
11516
|
+
*/
|
|
11517
|
+
fileName?: string;
|
|
11518
|
+
/**
|
|
11519
|
+
* @example
|
|
11520
|
+
* 1080
|
|
11521
|
+
*/
|
|
11522
|
+
height?: number;
|
|
11523
|
+
/**
|
|
11524
|
+
* @example
|
|
11525
|
+
* http://www.example.com/tmp.mp4
|
|
11526
|
+
*/
|
|
11527
|
+
tmpUrl?: string;
|
|
11528
|
+
/**
|
|
11529
|
+
* @example
|
|
11530
|
+
* 1920
|
|
11531
|
+
*/
|
|
11532
|
+
width?: number;
|
|
10583
11533
|
static names(): {
|
|
10584
11534
|
[key: string]: string;
|
|
10585
11535
|
};
|
|
@@ -10590,18 +11540,28 @@ export declare class GetTopicByIdResponseBodyDataStructureSummaryDocList extends
|
|
|
10590
11540
|
[key: string]: any;
|
|
10591
11541
|
});
|
|
10592
11542
|
}
|
|
10593
|
-
export declare class
|
|
10594
|
-
docList?: GetTopicByIdResponseBodyDataStructureSummaryDocList[];
|
|
11543
|
+
export declare class GetSmartClipTaskResponseBodyDataSubJobs extends $tea.Model {
|
|
10595
11544
|
/**
|
|
10596
11545
|
* @example
|
|
10597
|
-
*
|
|
11546
|
+
* x\"x\"x\"x
|
|
10598
11547
|
*/
|
|
10599
|
-
|
|
11548
|
+
errorMessage?: string;
|
|
11549
|
+
fileAttr?: GetSmartClipTaskResponseBodyDataSubJobsFileAttr;
|
|
10600
11550
|
/**
|
|
10601
11551
|
* @example
|
|
10602
|
-
*
|
|
11552
|
+
* oss://default/bucket-name/path-xxx/xxx-1.mp4
|
|
10603
11553
|
*/
|
|
10604
|
-
|
|
11554
|
+
fileKey?: string;
|
|
11555
|
+
/**
|
|
11556
|
+
* @example
|
|
11557
|
+
* RUNNING
|
|
11558
|
+
*/
|
|
11559
|
+
status?: string;
|
|
11560
|
+
/**
|
|
11561
|
+
* @example
|
|
11562
|
+
* xxxxx
|
|
11563
|
+
*/
|
|
11564
|
+
subJobId?: string;
|
|
10605
11565
|
static names(): {
|
|
10606
11566
|
[key: string]: string;
|
|
10607
11567
|
};
|
|
@@ -10612,12 +11572,70 @@ export declare class GetTopicByIdResponseBodyDataStructureSummary extends $tea.M
|
|
|
10612
11572
|
[key: string]: any;
|
|
10613
11573
|
});
|
|
10614
11574
|
}
|
|
10615
|
-
export declare class
|
|
11575
|
+
export declare class GetSmartClipTaskResponseBodyData extends $tea.Model {
|
|
11576
|
+
errorMessage?: string;
|
|
10616
11577
|
/**
|
|
10617
11578
|
* @example
|
|
10618
|
-
*
|
|
11579
|
+
* RUNNING
|
|
10619
11580
|
*/
|
|
10620
|
-
|
|
11581
|
+
status?: string;
|
|
11582
|
+
subJobs?: GetSmartClipTaskResponseBodyDataSubJobs[];
|
|
11583
|
+
static names(): {
|
|
11584
|
+
[key: string]: string;
|
|
11585
|
+
};
|
|
11586
|
+
static types(): {
|
|
11587
|
+
[key: string]: any;
|
|
11588
|
+
};
|
|
11589
|
+
constructor(map?: {
|
|
11590
|
+
[key: string]: any;
|
|
11591
|
+
});
|
|
11592
|
+
}
|
|
11593
|
+
export declare class GetTopicByIdResponseBodyDataStructureSummaryDocList extends $tea.Model {
|
|
11594
|
+
source?: string;
|
|
11595
|
+
title?: string;
|
|
11596
|
+
/**
|
|
11597
|
+
* @example
|
|
11598
|
+
* http://www.example.com
|
|
11599
|
+
*/
|
|
11600
|
+
url?: string;
|
|
11601
|
+
static names(): {
|
|
11602
|
+
[key: string]: string;
|
|
11603
|
+
};
|
|
11604
|
+
static types(): {
|
|
11605
|
+
[key: string]: any;
|
|
11606
|
+
};
|
|
11607
|
+
constructor(map?: {
|
|
11608
|
+
[key: string]: any;
|
|
11609
|
+
});
|
|
11610
|
+
}
|
|
11611
|
+
export declare class GetTopicByIdResponseBodyDataStructureSummary extends $tea.Model {
|
|
11612
|
+
docList?: GetTopicByIdResponseBodyDataStructureSummaryDocList[];
|
|
11613
|
+
/**
|
|
11614
|
+
* @example
|
|
11615
|
+
* 摘要
|
|
11616
|
+
*/
|
|
11617
|
+
summary?: string;
|
|
11618
|
+
/**
|
|
11619
|
+
* @example
|
|
11620
|
+
* 标题
|
|
11621
|
+
*/
|
|
11622
|
+
title?: string;
|
|
11623
|
+
static names(): {
|
|
11624
|
+
[key: string]: string;
|
|
11625
|
+
};
|
|
11626
|
+
static types(): {
|
|
11627
|
+
[key: string]: any;
|
|
11628
|
+
};
|
|
11629
|
+
constructor(map?: {
|
|
11630
|
+
[key: string]: any;
|
|
11631
|
+
});
|
|
11632
|
+
}
|
|
11633
|
+
export declare class GetTopicByIdResponseBodyData extends $tea.Model {
|
|
11634
|
+
/**
|
|
11635
|
+
* @example
|
|
11636
|
+
* 异步任务ID(自定义主题场景下使用)
|
|
11637
|
+
*/
|
|
11638
|
+
asyncTaskId?: string;
|
|
10621
11639
|
/**
|
|
10622
11640
|
* @example
|
|
10623
11641
|
* 创建用户ID(自定义主题场景下使用)
|
|
@@ -11374,6 +12392,60 @@ export declare class InsertInterveneRuleResponseBodyData extends $tea.Model {
|
|
|
11374
12392
|
[key: string]: any;
|
|
11375
12393
|
});
|
|
11376
12394
|
}
|
|
12395
|
+
export declare class ListAnalysisTagDetailByTaskIdResponseBodyDataContentTags extends $tea.Model {
|
|
12396
|
+
/**
|
|
12397
|
+
* @example
|
|
12398
|
+
* xxx
|
|
12399
|
+
*/
|
|
12400
|
+
summaryOverview?: string;
|
|
12401
|
+
/**
|
|
12402
|
+
* @example
|
|
12403
|
+
* xxx
|
|
12404
|
+
*/
|
|
12405
|
+
tagName?: string;
|
|
12406
|
+
tags?: string[];
|
|
12407
|
+
static names(): {
|
|
12408
|
+
[key: string]: string;
|
|
12409
|
+
};
|
|
12410
|
+
static types(): {
|
|
12411
|
+
[key: string]: any;
|
|
12412
|
+
};
|
|
12413
|
+
constructor(map?: {
|
|
12414
|
+
[key: string]: any;
|
|
12415
|
+
});
|
|
12416
|
+
}
|
|
12417
|
+
export declare class ListAnalysisTagDetailByTaskIdResponseBodyData extends $tea.Model {
|
|
12418
|
+
/**
|
|
12419
|
+
* @example
|
|
12420
|
+
* xxx
|
|
12421
|
+
*/
|
|
12422
|
+
content?: string;
|
|
12423
|
+
contentTags?: ListAnalysisTagDetailByTaskIdResponseBodyDataContentTags[];
|
|
12424
|
+
/**
|
|
12425
|
+
* @example
|
|
12426
|
+
* 112
|
|
12427
|
+
*/
|
|
12428
|
+
id?: number;
|
|
12429
|
+
/**
|
|
12430
|
+
* @example
|
|
12431
|
+
* summaryAndOverview
|
|
12432
|
+
*/
|
|
12433
|
+
tagTaskType?: string;
|
|
12434
|
+
/**
|
|
12435
|
+
* @example
|
|
12436
|
+
* xxx
|
|
12437
|
+
*/
|
|
12438
|
+
taskId?: string;
|
|
12439
|
+
static names(): {
|
|
12440
|
+
[key: string]: string;
|
|
12441
|
+
};
|
|
12442
|
+
static types(): {
|
|
12443
|
+
[key: string]: any;
|
|
12444
|
+
};
|
|
12445
|
+
constructor(map?: {
|
|
12446
|
+
[key: string]: any;
|
|
12447
|
+
});
|
|
12448
|
+
}
|
|
11377
12449
|
export declare class ListAsyncTasksResponseBodyData extends $tea.Model {
|
|
11378
12450
|
/**
|
|
11379
12451
|
* @example
|
|
@@ -15025,24 +16097,301 @@ export declare class SearchNewsResponseBodyData extends $tea.Model {
|
|
|
15025
16097
|
summary?: string;
|
|
15026
16098
|
/**
|
|
15027
16099
|
* @example
|
|
15028
|
-
* 文章标签
|
|
16100
|
+
* 文章标签
|
|
16101
|
+
*/
|
|
16102
|
+
tag?: string;
|
|
16103
|
+
/**
|
|
16104
|
+
* @example
|
|
16105
|
+
* 文章标题
|
|
16106
|
+
*/
|
|
16107
|
+
title?: string;
|
|
16108
|
+
/**
|
|
16109
|
+
* @example
|
|
16110
|
+
* 2024-01-18 06:46:22
|
|
16111
|
+
*/
|
|
16112
|
+
updateTime?: string;
|
|
16113
|
+
/**
|
|
16114
|
+
* @example
|
|
16115
|
+
* 文章URL
|
|
16116
|
+
*/
|
|
16117
|
+
url?: string;
|
|
16118
|
+
static names(): {
|
|
16119
|
+
[key: string]: string;
|
|
16120
|
+
};
|
|
16121
|
+
static types(): {
|
|
16122
|
+
[key: string]: any;
|
|
16123
|
+
};
|
|
16124
|
+
constructor(map?: {
|
|
16125
|
+
[key: string]: any;
|
|
16126
|
+
});
|
|
16127
|
+
}
|
|
16128
|
+
export declare class SubmitAsyncTaskResponseBodyData extends $tea.Model {
|
|
16129
|
+
/**
|
|
16130
|
+
* @example
|
|
16131
|
+
* 3f7045e099474ba28ceca1b4eb6d6e21
|
|
16132
|
+
*/
|
|
16133
|
+
taskId?: string;
|
|
16134
|
+
/**
|
|
16135
|
+
* @example
|
|
16136
|
+
* {}
|
|
16137
|
+
*/
|
|
16138
|
+
taskIntermediateResult?: any;
|
|
16139
|
+
/**
|
|
16140
|
+
* @example
|
|
16141
|
+
* 任务名称
|
|
16142
|
+
*/
|
|
16143
|
+
taskName?: string;
|
|
16144
|
+
static names(): {
|
|
16145
|
+
[key: string]: string;
|
|
16146
|
+
};
|
|
16147
|
+
static types(): {
|
|
16148
|
+
[key: string]: any;
|
|
16149
|
+
};
|
|
16150
|
+
constructor(map?: {
|
|
16151
|
+
[key: string]: any;
|
|
16152
|
+
});
|
|
16153
|
+
}
|
|
16154
|
+
export declare class SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfigStepForCustomSummaryStyleConfig extends $tea.Model {
|
|
16155
|
+
/**
|
|
16156
|
+
* @example
|
|
16157
|
+
* 3
|
|
16158
|
+
*/
|
|
16159
|
+
summaryImageCount?: number;
|
|
16160
|
+
/**
|
|
16161
|
+
* @remarks
|
|
16162
|
+
* This parameter is required.
|
|
16163
|
+
*
|
|
16164
|
+
* @example
|
|
16165
|
+
* qwen-max
|
|
16166
|
+
*/
|
|
16167
|
+
summaryModel?: string;
|
|
16168
|
+
/**
|
|
16169
|
+
* @example
|
|
16170
|
+
* xxxx
|
|
16171
|
+
*/
|
|
16172
|
+
summaryPrompt?: string;
|
|
16173
|
+
static names(): {
|
|
16174
|
+
[key: string]: string;
|
|
16175
|
+
};
|
|
16176
|
+
static types(): {
|
|
16177
|
+
[key: string]: any;
|
|
16178
|
+
};
|
|
16179
|
+
constructor(map?: {
|
|
16180
|
+
[key: string]: any;
|
|
16181
|
+
});
|
|
16182
|
+
}
|
|
16183
|
+
export declare class SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfigStepForNewsBroadcastContentConfigCustomHotValueWeights extends $tea.Model {
|
|
16184
|
+
/**
|
|
16185
|
+
* @example
|
|
16186
|
+
* views
|
|
16187
|
+
*/
|
|
16188
|
+
dimension?: string;
|
|
16189
|
+
/**
|
|
16190
|
+
* @example
|
|
16191
|
+
* 维度名称
|
|
16192
|
+
*/
|
|
16193
|
+
dimensionName?: string;
|
|
16194
|
+
/**
|
|
16195
|
+
* @example
|
|
16196
|
+
* 1
|
|
16197
|
+
*/
|
|
16198
|
+
weight?: number;
|
|
16199
|
+
static names(): {
|
|
16200
|
+
[key: string]: string;
|
|
16201
|
+
};
|
|
16202
|
+
static types(): {
|
|
16203
|
+
[key: string]: any;
|
|
16204
|
+
};
|
|
16205
|
+
constructor(map?: {
|
|
16206
|
+
[key: string]: any;
|
|
16207
|
+
});
|
|
16208
|
+
}
|
|
16209
|
+
export declare class SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfigStepForNewsBroadcastContentConfig extends $tea.Model {
|
|
16210
|
+
/**
|
|
16211
|
+
* @example
|
|
16212
|
+
* ["科技","经济","时政","娱乐"]
|
|
16213
|
+
*/
|
|
16214
|
+
categories?: string[];
|
|
16215
|
+
customHotValueWeights?: SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfigStepForNewsBroadcastContentConfigCustomHotValueWeights[];
|
|
16216
|
+
/**
|
|
16217
|
+
* @example
|
|
16218
|
+
* 10
|
|
16219
|
+
*/
|
|
16220
|
+
topicCount?: number;
|
|
16221
|
+
static names(): {
|
|
16222
|
+
[key: string]: string;
|
|
16223
|
+
};
|
|
16224
|
+
static types(): {
|
|
16225
|
+
[key: string]: any;
|
|
16226
|
+
};
|
|
16227
|
+
constructor(map?: {
|
|
16228
|
+
[key: string]: any;
|
|
16229
|
+
});
|
|
16230
|
+
}
|
|
16231
|
+
export declare class SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfig extends $tea.Model {
|
|
16232
|
+
/**
|
|
16233
|
+
* @remarks
|
|
16234
|
+
* This parameter is required.
|
|
16235
|
+
*/
|
|
16236
|
+
stepForCustomSummaryStyleConfig?: SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfigStepForCustomSummaryStyleConfig;
|
|
16237
|
+
/**
|
|
16238
|
+
* @remarks
|
|
16239
|
+
* This parameter is required.
|
|
16240
|
+
*/
|
|
16241
|
+
stepForNewsBroadcastContentConfig?: SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfigStepForNewsBroadcastContentConfig;
|
|
16242
|
+
static names(): {
|
|
16243
|
+
[key: string]: string;
|
|
16244
|
+
};
|
|
16245
|
+
static types(): {
|
|
16246
|
+
[key: string]: any;
|
|
16247
|
+
};
|
|
16248
|
+
constructor(map?: {
|
|
16249
|
+
[key: string]: any;
|
|
16250
|
+
});
|
|
16251
|
+
}
|
|
16252
|
+
export declare class SubmitCustomHotTopicBroadcastJobResponseBodyData extends $tea.Model {
|
|
16253
|
+
/**
|
|
16254
|
+
* @example
|
|
16255
|
+
* 3f7045e099474ba28ceca1b4eb6d6e21
|
|
16256
|
+
*/
|
|
16257
|
+
taskId?: string;
|
|
16258
|
+
static names(): {
|
|
16259
|
+
[key: string]: string;
|
|
16260
|
+
};
|
|
16261
|
+
static types(): {
|
|
16262
|
+
[key: string]: any;
|
|
16263
|
+
};
|
|
16264
|
+
constructor(map?: {
|
|
16265
|
+
[key: string]: any;
|
|
16266
|
+
});
|
|
16267
|
+
}
|
|
16268
|
+
export declare class SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequestDocuments extends $tea.Model {
|
|
16269
|
+
/**
|
|
16270
|
+
* @example
|
|
16271
|
+
* 作者
|
|
16272
|
+
*/
|
|
16273
|
+
author?: string;
|
|
16274
|
+
/**
|
|
16275
|
+
* @remarks
|
|
16276
|
+
* This parameter is required.
|
|
16277
|
+
*
|
|
16278
|
+
* @example
|
|
16279
|
+
* 文章内容
|
|
16280
|
+
*/
|
|
16281
|
+
content?: string;
|
|
16282
|
+
/**
|
|
16283
|
+
* @example
|
|
16284
|
+
* 2024-01-22 10:29:00
|
|
16285
|
+
*/
|
|
16286
|
+
pubTime?: string;
|
|
16287
|
+
/**
|
|
16288
|
+
* @example
|
|
16289
|
+
* 新浪
|
|
16290
|
+
*/
|
|
16291
|
+
source?: string;
|
|
16292
|
+
/**
|
|
16293
|
+
* @example
|
|
16294
|
+
* 文章摘要
|
|
16295
|
+
*/
|
|
16296
|
+
summary?: string;
|
|
16297
|
+
/**
|
|
16298
|
+
* @example
|
|
16299
|
+
* 文章标题
|
|
16300
|
+
*/
|
|
16301
|
+
title?: string;
|
|
16302
|
+
/**
|
|
16303
|
+
* @example
|
|
16304
|
+
* https://www.example.com/aaa.docx
|
|
16305
|
+
*/
|
|
16306
|
+
url?: string;
|
|
16307
|
+
static names(): {
|
|
16308
|
+
[key: string]: string;
|
|
16309
|
+
};
|
|
16310
|
+
static types(): {
|
|
16311
|
+
[key: string]: any;
|
|
16312
|
+
};
|
|
16313
|
+
constructor(map?: {
|
|
16314
|
+
[key: string]: any;
|
|
16315
|
+
});
|
|
16316
|
+
}
|
|
16317
|
+
export declare class SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyData extends $tea.Model {
|
|
16318
|
+
/**
|
|
16319
|
+
* @example
|
|
16320
|
+
* 3f7045e099474ba28ceca1b4eb6d6e21
|
|
16321
|
+
*/
|
|
16322
|
+
taskId?: string;
|
|
16323
|
+
static names(): {
|
|
16324
|
+
[key: string]: string;
|
|
16325
|
+
};
|
|
16326
|
+
static types(): {
|
|
16327
|
+
[key: string]: any;
|
|
16328
|
+
};
|
|
16329
|
+
constructor(map?: {
|
|
16330
|
+
[key: string]: any;
|
|
16331
|
+
});
|
|
16332
|
+
}
|
|
16333
|
+
export declare class SubmitDocClusterTaskRequestDocuments extends $tea.Model {
|
|
16334
|
+
/**
|
|
16335
|
+
* @remarks
|
|
16336
|
+
* This parameter is required.
|
|
16337
|
+
*
|
|
16338
|
+
* @example
|
|
16339
|
+
* 文档内容
|
|
16340
|
+
*/
|
|
16341
|
+
content?: string;
|
|
16342
|
+
/**
|
|
16343
|
+
* @example
|
|
16344
|
+
* 文档ID。用于在返回聚类文章时标识文章。如果文章列表中都不传则使用数组索引作为ID。如果部分传则会报错
|
|
16345
|
+
*/
|
|
16346
|
+
docId?: string;
|
|
16347
|
+
/**
|
|
16348
|
+
* @example
|
|
16349
|
+
* 文档标题
|
|
16350
|
+
*/
|
|
16351
|
+
title?: string;
|
|
16352
|
+
static names(): {
|
|
16353
|
+
[key: string]: string;
|
|
16354
|
+
};
|
|
16355
|
+
static types(): {
|
|
16356
|
+
[key: string]: any;
|
|
16357
|
+
};
|
|
16358
|
+
constructor(map?: {
|
|
16359
|
+
[key: string]: any;
|
|
16360
|
+
});
|
|
16361
|
+
}
|
|
16362
|
+
export declare class SubmitDocClusterTaskResponseBodyData extends $tea.Model {
|
|
16363
|
+
/**
|
|
16364
|
+
* @example
|
|
16365
|
+
* 3f7045e099474ba28ceca1b4eb6d6e21
|
|
15029
16366
|
*/
|
|
15030
|
-
|
|
16367
|
+
taskId?: string;
|
|
16368
|
+
static names(): {
|
|
16369
|
+
[key: string]: string;
|
|
16370
|
+
};
|
|
16371
|
+
static types(): {
|
|
16372
|
+
[key: string]: any;
|
|
16373
|
+
};
|
|
16374
|
+
constructor(map?: {
|
|
16375
|
+
[key: string]: any;
|
|
16376
|
+
});
|
|
16377
|
+
}
|
|
16378
|
+
export declare class SubmitEnterpriseVocAnalysisTaskRequestContentTags extends $tea.Model {
|
|
15031
16379
|
/**
|
|
15032
16380
|
* @example
|
|
15033
|
-
*
|
|
16381
|
+
* 一级标签-二级标签
|
|
15034
16382
|
*/
|
|
15035
|
-
|
|
16383
|
+
tagDefinePrompt?: string;
|
|
15036
16384
|
/**
|
|
15037
16385
|
* @example
|
|
15038
|
-
*
|
|
16386
|
+
* 一级标签-二级标签
|
|
15039
16387
|
*/
|
|
15040
|
-
|
|
16388
|
+
tagName?: string;
|
|
15041
16389
|
/**
|
|
15042
16390
|
* @example
|
|
15043
|
-
*
|
|
16391
|
+
* singleTagValue
|
|
15044
16392
|
*/
|
|
15045
|
-
|
|
16393
|
+
tagTaskType?: string;
|
|
16394
|
+
tagValueDefinePrompt?: string;
|
|
15046
16395
|
static names(): {
|
|
15047
16396
|
[key: string]: string;
|
|
15048
16397
|
};
|
|
@@ -15053,22 +16402,36 @@ export declare class SearchNewsResponseBodyData extends $tea.Model {
|
|
|
15053
16402
|
[key: string]: any;
|
|
15054
16403
|
});
|
|
15055
16404
|
}
|
|
15056
|
-
export declare class
|
|
16405
|
+
export declare class SubmitEnterpriseVocAnalysisTaskRequestContents extends $tea.Model {
|
|
16406
|
+
extraInfo?: string;
|
|
16407
|
+
text?: string;
|
|
16408
|
+
static names(): {
|
|
16409
|
+
[key: string]: string;
|
|
16410
|
+
};
|
|
16411
|
+
static types(): {
|
|
16412
|
+
[key: string]: any;
|
|
16413
|
+
};
|
|
16414
|
+
constructor(map?: {
|
|
16415
|
+
[key: string]: any;
|
|
16416
|
+
});
|
|
16417
|
+
}
|
|
16418
|
+
export declare class SubmitEnterpriseVocAnalysisTaskRequestFilterTags extends $tea.Model {
|
|
15057
16419
|
/**
|
|
15058
16420
|
* @example
|
|
15059
|
-
*
|
|
16421
|
+
* 一级标签-二级标签
|
|
15060
16422
|
*/
|
|
15061
|
-
|
|
16423
|
+
tagDefinePrompt?: string;
|
|
15062
16424
|
/**
|
|
15063
16425
|
* @example
|
|
15064
|
-
*
|
|
16426
|
+
* 一级标签-二级标签
|
|
15065
16427
|
*/
|
|
15066
|
-
|
|
16428
|
+
tagName?: string;
|
|
15067
16429
|
/**
|
|
15068
16430
|
* @example
|
|
15069
|
-
*
|
|
16431
|
+
* singleTagValue
|
|
15070
16432
|
*/
|
|
15071
|
-
|
|
16433
|
+
tagType?: string;
|
|
16434
|
+
tagValueDefinePrompt?: string;
|
|
15072
16435
|
static names(): {
|
|
15073
16436
|
[key: string]: string;
|
|
15074
16437
|
};
|
|
@@ -15079,25 +16442,12 @@ export declare class SubmitAsyncTaskResponseBodyData extends $tea.Model {
|
|
|
15079
16442
|
[key: string]: any;
|
|
15080
16443
|
});
|
|
15081
16444
|
}
|
|
15082
|
-
export declare class
|
|
15083
|
-
/**
|
|
15084
|
-
* @example
|
|
15085
|
-
* 3
|
|
15086
|
-
*/
|
|
15087
|
-
summaryImageCount?: number;
|
|
15088
|
-
/**
|
|
15089
|
-
* @remarks
|
|
15090
|
-
* This parameter is required.
|
|
15091
|
-
*
|
|
15092
|
-
* @example
|
|
15093
|
-
* qwen-max
|
|
15094
|
-
*/
|
|
15095
|
-
summaryModel?: string;
|
|
16445
|
+
export declare class SubmitEnterpriseVocAnalysisTaskResponseBodyData extends $tea.Model {
|
|
15096
16446
|
/**
|
|
15097
16447
|
* @example
|
|
15098
|
-
*
|
|
16448
|
+
* xxxxx
|
|
15099
16449
|
*/
|
|
15100
|
-
|
|
16450
|
+
taskId?: string;
|
|
15101
16451
|
static names(): {
|
|
15102
16452
|
[key: string]: string;
|
|
15103
16453
|
};
|
|
@@ -15108,22 +16458,32 @@ export declare class SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastCon
|
|
|
15108
16458
|
[key: string]: any;
|
|
15109
16459
|
});
|
|
15110
16460
|
}
|
|
15111
|
-
export declare class
|
|
16461
|
+
export declare class SubmitSmartClipTaskRequestEditingConfigTitleConfig extends $tea.Model {
|
|
15112
16462
|
/**
|
|
15113
16463
|
* @example
|
|
15114
|
-
*
|
|
16464
|
+
* TopLeft
|
|
15115
16465
|
*/
|
|
15116
|
-
|
|
16466
|
+
alignment?: string;
|
|
15117
16467
|
/**
|
|
15118
16468
|
* @example
|
|
15119
|
-
*
|
|
16469
|
+
* 2
|
|
15120
16470
|
*/
|
|
15121
|
-
|
|
16471
|
+
timelineIn?: number;
|
|
15122
16472
|
/**
|
|
15123
16473
|
* @example
|
|
15124
|
-
*
|
|
16474
|
+
* 3
|
|
15125
16475
|
*/
|
|
15126
|
-
|
|
16476
|
+
timelineOut?: number;
|
|
16477
|
+
/**
|
|
16478
|
+
* @example
|
|
16479
|
+
* 100
|
|
16480
|
+
*/
|
|
16481
|
+
x?: number;
|
|
16482
|
+
/**
|
|
16483
|
+
* @example
|
|
16484
|
+
* 100
|
|
16485
|
+
*/
|
|
16486
|
+
y?: number;
|
|
15127
16487
|
static names(): {
|
|
15128
16488
|
[key: string]: string;
|
|
15129
16489
|
};
|
|
@@ -15134,18 +16494,8 @@ export declare class SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastCon
|
|
|
15134
16494
|
[key: string]: any;
|
|
15135
16495
|
});
|
|
15136
16496
|
}
|
|
15137
|
-
export declare class
|
|
15138
|
-
|
|
15139
|
-
* @example
|
|
15140
|
-
* ["科技","经济","时政","娱乐"]
|
|
15141
|
-
*/
|
|
15142
|
-
categories?: string[];
|
|
15143
|
-
customHotValueWeights?: SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfigStepForNewsBroadcastContentConfigCustomHotValueWeights[];
|
|
15144
|
-
/**
|
|
15145
|
-
* @example
|
|
15146
|
-
* 10
|
|
15147
|
-
*/
|
|
15148
|
-
topicCount?: number;
|
|
16497
|
+
export declare class SubmitSmartClipTaskRequestEditingConfig extends $tea.Model {
|
|
16498
|
+
titleConfig?: SubmitSmartClipTaskRequestEditingConfigTitleConfig;
|
|
15149
16499
|
static names(): {
|
|
15150
16500
|
[key: string]: string;
|
|
15151
16501
|
};
|
|
@@ -15156,17 +16506,23 @@ export declare class SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastCon
|
|
|
15156
16506
|
[key: string]: any;
|
|
15157
16507
|
});
|
|
15158
16508
|
}
|
|
15159
|
-
export declare class
|
|
16509
|
+
export declare class SubmitSmartClipTaskRequestInputConfigBackgroundMusics extends $tea.Model {
|
|
15160
16510
|
/**
|
|
15161
16511
|
* @remarks
|
|
15162
16512
|
* This parameter is required.
|
|
16513
|
+
*
|
|
16514
|
+
* @example
|
|
16515
|
+
* oss://default/bucket-name/filepath/video.mp3
|
|
15163
16516
|
*/
|
|
15164
|
-
|
|
16517
|
+
id?: string;
|
|
15165
16518
|
/**
|
|
15166
16519
|
* @remarks
|
|
15167
16520
|
* This parameter is required.
|
|
16521
|
+
*
|
|
16522
|
+
* @example
|
|
16523
|
+
* fileKey
|
|
15168
16524
|
*/
|
|
15169
|
-
|
|
16525
|
+
type?: string;
|
|
15170
16526
|
static names(): {
|
|
15171
16527
|
[key: string]: string;
|
|
15172
16528
|
};
|
|
@@ -15177,12 +16533,23 @@ export declare class SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastCon
|
|
|
15177
16533
|
[key: string]: any;
|
|
15178
16534
|
});
|
|
15179
16535
|
}
|
|
15180
|
-
export declare class
|
|
16536
|
+
export declare class SubmitSmartClipTaskRequestInputConfigStickersStickerId extends $tea.Model {
|
|
15181
16537
|
/**
|
|
16538
|
+
* @remarks
|
|
16539
|
+
* This parameter is required.
|
|
16540
|
+
*
|
|
15182
16541
|
* @example
|
|
15183
|
-
*
|
|
16542
|
+
* oss://default/bucket-name/filepath/sticker.png
|
|
15184
16543
|
*/
|
|
15185
|
-
|
|
16544
|
+
id?: string;
|
|
16545
|
+
/**
|
|
16546
|
+
* @remarks
|
|
16547
|
+
* This parameter is required.
|
|
16548
|
+
*
|
|
16549
|
+
* @example
|
|
16550
|
+
* fileKey
|
|
16551
|
+
*/
|
|
16552
|
+
type?: string;
|
|
15186
16553
|
static names(): {
|
|
15187
16554
|
[key: string]: string;
|
|
15188
16555
|
};
|
|
@@ -15193,45 +16560,71 @@ export declare class SubmitCustomHotTopicBroadcastJobResponseBodyData extends $t
|
|
|
15193
16560
|
[key: string]: any;
|
|
15194
16561
|
});
|
|
15195
16562
|
}
|
|
15196
|
-
export declare class
|
|
16563
|
+
export declare class SubmitSmartClipTaskRequestInputConfigStickers extends $tea.Model {
|
|
15197
16564
|
/**
|
|
16565
|
+
* @remarks
|
|
16566
|
+
* This parameter is required.
|
|
16567
|
+
*
|
|
15198
16568
|
* @example
|
|
15199
|
-
*
|
|
16569
|
+
* 0.5
|
|
15200
16570
|
*/
|
|
15201
|
-
|
|
16571
|
+
height?: number;
|
|
15202
16572
|
/**
|
|
15203
16573
|
* @remarks
|
|
15204
16574
|
* This parameter is required.
|
|
15205
|
-
*
|
|
15206
|
-
* @example
|
|
15207
|
-
* 文章内容
|
|
15208
16575
|
*/
|
|
15209
|
-
|
|
16576
|
+
stickerId?: SubmitSmartClipTaskRequestInputConfigStickersStickerId;
|
|
15210
16577
|
/**
|
|
16578
|
+
* @remarks
|
|
16579
|
+
* This parameter is required.
|
|
16580
|
+
*
|
|
15211
16581
|
* @example
|
|
15212
|
-
*
|
|
16582
|
+
* 0.5
|
|
15213
16583
|
*/
|
|
15214
|
-
|
|
16584
|
+
width?: number;
|
|
15215
16585
|
/**
|
|
16586
|
+
* @remarks
|
|
16587
|
+
* This parameter is required.
|
|
16588
|
+
*
|
|
15216
16589
|
* @example
|
|
15217
|
-
*
|
|
16590
|
+
* 0.5
|
|
15218
16591
|
*/
|
|
15219
|
-
|
|
16592
|
+
x?: number;
|
|
15220
16593
|
/**
|
|
16594
|
+
* @remarks
|
|
16595
|
+
* This parameter is required.
|
|
16596
|
+
*
|
|
15221
16597
|
* @example
|
|
15222
|
-
*
|
|
16598
|
+
* 0.5
|
|
15223
16599
|
*/
|
|
15224
|
-
|
|
16600
|
+
y?: number;
|
|
16601
|
+
static names(): {
|
|
16602
|
+
[key: string]: string;
|
|
16603
|
+
};
|
|
16604
|
+
static types(): {
|
|
16605
|
+
[key: string]: any;
|
|
16606
|
+
};
|
|
16607
|
+
constructor(map?: {
|
|
16608
|
+
[key: string]: any;
|
|
16609
|
+
});
|
|
16610
|
+
}
|
|
16611
|
+
export declare class SubmitSmartClipTaskRequestInputConfigVideoIds extends $tea.Model {
|
|
15225
16612
|
/**
|
|
16613
|
+
* @remarks
|
|
16614
|
+
* This parameter is required.
|
|
16615
|
+
*
|
|
15226
16616
|
* @example
|
|
15227
|
-
*
|
|
16617
|
+
* oss://default/bucket-name/filepath/video.mp4
|
|
15228
16618
|
*/
|
|
15229
|
-
|
|
16619
|
+
id?: string;
|
|
15230
16620
|
/**
|
|
16621
|
+
* @remarks
|
|
16622
|
+
* This parameter is required.
|
|
16623
|
+
*
|
|
15231
16624
|
* @example
|
|
15232
|
-
*
|
|
16625
|
+
* fileKey
|
|
15233
16626
|
*/
|
|
15234
|
-
|
|
16627
|
+
type?: string;
|
|
15235
16628
|
static names(): {
|
|
15236
16629
|
[key: string]: string;
|
|
15237
16630
|
};
|
|
@@ -15242,12 +16635,16 @@ export declare class SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequestDoc
|
|
|
15242
16635
|
[key: string]: any;
|
|
15243
16636
|
});
|
|
15244
16637
|
}
|
|
15245
|
-
export declare class
|
|
16638
|
+
export declare class SubmitSmartClipTaskRequestInputConfig extends $tea.Model {
|
|
16639
|
+
backgroundMusics?: SubmitSmartClipTaskRequestInputConfigBackgroundMusics[];
|
|
16640
|
+
speechTexts?: string[];
|
|
16641
|
+
stickers?: SubmitSmartClipTaskRequestInputConfigStickers[];
|
|
16642
|
+
titles?: string[];
|
|
15246
16643
|
/**
|
|
15247
|
-
* @
|
|
15248
|
-
*
|
|
16644
|
+
* @remarks
|
|
16645
|
+
* This parameter is required.
|
|
15249
16646
|
*/
|
|
15250
|
-
|
|
16647
|
+
videoIds?: SubmitSmartClipTaskRequestInputConfigVideoIds[];
|
|
15251
16648
|
static names(): {
|
|
15252
16649
|
[key: string]: string;
|
|
15253
16650
|
};
|
|
@@ -15258,25 +16655,37 @@ export declare class SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBo
|
|
|
15258
16655
|
[key: string]: any;
|
|
15259
16656
|
});
|
|
15260
16657
|
}
|
|
15261
|
-
export declare class
|
|
16658
|
+
export declare class SubmitSmartClipTaskRequestOutputConfig extends $tea.Model {
|
|
15262
16659
|
/**
|
|
15263
|
-
* @remarks
|
|
15264
|
-
* This parameter is required.
|
|
15265
|
-
*
|
|
15266
16660
|
* @example
|
|
15267
|
-
*
|
|
16661
|
+
* 1
|
|
15268
16662
|
*/
|
|
15269
|
-
|
|
16663
|
+
count?: number;
|
|
15270
16664
|
/**
|
|
15271
16665
|
* @example
|
|
15272
|
-
*
|
|
16666
|
+
* test_{index}.mp4
|
|
15273
16667
|
*/
|
|
15274
|
-
|
|
16668
|
+
fileName?: string;
|
|
15275
16669
|
/**
|
|
15276
16670
|
* @example
|
|
15277
|
-
*
|
|
16671
|
+
* 1080
|
|
15278
16672
|
*/
|
|
15279
|
-
|
|
16673
|
+
height?: number;
|
|
16674
|
+
/**
|
|
16675
|
+
* @example
|
|
16676
|
+
* 120
|
|
16677
|
+
*/
|
|
16678
|
+
maxDuration?: number;
|
|
16679
|
+
/**
|
|
16680
|
+
* @example
|
|
16681
|
+
* true
|
|
16682
|
+
*/
|
|
16683
|
+
saveToGeneratedContent?: boolean;
|
|
16684
|
+
/**
|
|
16685
|
+
* @example
|
|
16686
|
+
* 1920
|
|
16687
|
+
*/
|
|
16688
|
+
width?: number;
|
|
15280
16689
|
static names(): {
|
|
15281
16690
|
[key: string]: string;
|
|
15282
16691
|
};
|
|
@@ -15287,7 +16696,7 @@ export declare class SubmitDocClusterTaskRequestDocuments extends $tea.Model {
|
|
|
15287
16696
|
[key: string]: any;
|
|
15288
16697
|
});
|
|
15289
16698
|
}
|
|
15290
|
-
export declare class
|
|
16699
|
+
export declare class SubmitSmartClipTaskResponseBodyData extends $tea.Model {
|
|
15291
16700
|
/**
|
|
15292
16701
|
* @example
|
|
15293
16702
|
* 3f7045e099474ba28ceca1b4eb6d6e21
|
|
@@ -15387,6 +16796,32 @@ export declare class SubmitTopicSelectionPerspectiveAnalysisTaskResponseBodyData
|
|
|
15387
16796
|
[key: string]: any;
|
|
15388
16797
|
});
|
|
15389
16798
|
}
|
|
16799
|
+
export declare class ValidateUploadTemplateResponseBodyData extends $tea.Model {
|
|
16800
|
+
/**
|
|
16801
|
+
* @example
|
|
16802
|
+
* 50
|
|
16803
|
+
*/
|
|
16804
|
+
commentCount?: number;
|
|
16805
|
+
/**
|
|
16806
|
+
* @example
|
|
16807
|
+
* 50
|
|
16808
|
+
*/
|
|
16809
|
+
dialogueCount?: number;
|
|
16810
|
+
/**
|
|
16811
|
+
* @example
|
|
16812
|
+
* 50
|
|
16813
|
+
*/
|
|
16814
|
+
totalCount?: number;
|
|
16815
|
+
static names(): {
|
|
16816
|
+
[key: string]: string;
|
|
16817
|
+
};
|
|
16818
|
+
static types(): {
|
|
16819
|
+
[key: string]: any;
|
|
16820
|
+
};
|
|
16821
|
+
constructor(map?: {
|
|
16822
|
+
[key: string]: any;
|
|
16823
|
+
});
|
|
16824
|
+
}
|
|
15390
16825
|
export default class Client extends OpenApi {
|
|
15391
16826
|
constructor(config: $OpenApi.Config);
|
|
15392
16827
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
@@ -15692,6 +17127,21 @@ export default class Client extends OpenApi {
|
|
|
15692
17127
|
* @returns GenerateViewPointResponse
|
|
15693
17128
|
*/
|
|
15694
17129
|
generateViewPoint(request: GenerateViewPointRequest): Promise<GenerateViewPointResponse>;
|
|
17130
|
+
/**
|
|
17131
|
+
* 获取某次标签挖掘结果分类
|
|
17132
|
+
*
|
|
17133
|
+
* @param request - GetCategoriesByTaskIdRequest
|
|
17134
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
17135
|
+
* @returns GetCategoriesByTaskIdResponse
|
|
17136
|
+
*/
|
|
17137
|
+
getCategoriesByTaskIdWithOptions(request: GetCategoriesByTaskIdRequest, runtime: $Util.RuntimeOptions): Promise<GetCategoriesByTaskIdResponse>;
|
|
17138
|
+
/**
|
|
17139
|
+
* 获取某次标签挖掘结果分类
|
|
17140
|
+
*
|
|
17141
|
+
* @param request - GetCategoriesByTaskIdRequest
|
|
17142
|
+
* @returns GetCategoriesByTaskIdResponse
|
|
17143
|
+
*/
|
|
17144
|
+
getCategoriesByTaskId(request: GetCategoriesByTaskIdRequest): Promise<GetCategoriesByTaskIdResponse>;
|
|
15695
17145
|
/**
|
|
15696
17146
|
* 获取自定义播报单任务结果
|
|
15697
17147
|
*
|
|
@@ -15767,6 +17217,21 @@ export default class Client extends OpenApi {
|
|
|
15767
17217
|
* @returns GetDocClusterTaskResponse
|
|
15768
17218
|
*/
|
|
15769
17219
|
getDocClusterTask(request: GetDocClusterTaskRequest): Promise<GetDocClusterTaskResponse>;
|
|
17220
|
+
/**
|
|
17221
|
+
* 获取企业VOC分析任务结果
|
|
17222
|
+
*
|
|
17223
|
+
* @param request - GetEnterpriseVocAnalysisTaskRequest
|
|
17224
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
17225
|
+
* @returns GetEnterpriseVocAnalysisTaskResponse
|
|
17226
|
+
*/
|
|
17227
|
+
getEnterpriseVocAnalysisTaskWithOptions(request: GetEnterpriseVocAnalysisTaskRequest, runtime: $Util.RuntimeOptions): Promise<GetEnterpriseVocAnalysisTaskResponse>;
|
|
17228
|
+
/**
|
|
17229
|
+
* 获取企业VOC分析任务结果
|
|
17230
|
+
*
|
|
17231
|
+
* @param request - GetEnterpriseVocAnalysisTaskRequest
|
|
17232
|
+
* @returns GetEnterpriseVocAnalysisTaskResponse
|
|
17233
|
+
*/
|
|
17234
|
+
getEnterpriseVocAnalysisTask(request: GetEnterpriseVocAnalysisTaskRequest): Promise<GetEnterpriseVocAnalysisTaskResponse>;
|
|
15770
17235
|
/**
|
|
15771
17236
|
* 文档管理-查询详情。
|
|
15772
17237
|
*
|
|
@@ -15887,6 +17352,21 @@ export default class Client extends OpenApi {
|
|
|
15887
17352
|
* @returns GetPropertiesResponse
|
|
15888
17353
|
*/
|
|
15889
17354
|
getProperties(request: GetPropertiesRequest): Promise<GetPropertiesResponse>;
|
|
17355
|
+
/**
|
|
17356
|
+
* 查询一键成片剪辑任务
|
|
17357
|
+
*
|
|
17358
|
+
* @param request - GetSmartClipTaskRequest
|
|
17359
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
17360
|
+
* @returns GetSmartClipTaskResponse
|
|
17361
|
+
*/
|
|
17362
|
+
getSmartClipTaskWithOptions(request: GetSmartClipTaskRequest, runtime: $Util.RuntimeOptions): Promise<GetSmartClipTaskResponse>;
|
|
17363
|
+
/**
|
|
17364
|
+
* 查询一键成片剪辑任务
|
|
17365
|
+
*
|
|
17366
|
+
* @param request - GetSmartClipTaskRequest
|
|
17367
|
+
* @returns GetSmartClipTaskResponse
|
|
17368
|
+
*/
|
|
17369
|
+
getSmartClipTask(request: GetSmartClipTaskRequest): Promise<GetSmartClipTaskResponse>;
|
|
15890
17370
|
/**
|
|
15891
17371
|
* 根据ID获取热点事件信息
|
|
15892
17372
|
*
|
|
@@ -15977,6 +17457,21 @@ export default class Client extends OpenApi {
|
|
|
15977
17457
|
* @returns InsertInterveneRuleResponse
|
|
15978
17458
|
*/
|
|
15979
17459
|
insertInterveneRule(request: InsertInterveneRuleRequest): Promise<InsertInterveneRuleResponse>;
|
|
17460
|
+
/**
|
|
17461
|
+
* 分页获取企业VOC分析任务明细列表
|
|
17462
|
+
*
|
|
17463
|
+
* @param tmpReq - ListAnalysisTagDetailByTaskIdRequest
|
|
17464
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
17465
|
+
* @returns ListAnalysisTagDetailByTaskIdResponse
|
|
17466
|
+
*/
|
|
17467
|
+
listAnalysisTagDetailByTaskIdWithOptions(tmpReq: ListAnalysisTagDetailByTaskIdRequest, runtime: $Util.RuntimeOptions): Promise<ListAnalysisTagDetailByTaskIdResponse>;
|
|
17468
|
+
/**
|
|
17469
|
+
* 分页获取企业VOC分析任务明细列表
|
|
17470
|
+
*
|
|
17471
|
+
* @param request - ListAnalysisTagDetailByTaskIdRequest
|
|
17472
|
+
* @returns ListAnalysisTagDetailByTaskIdResponse
|
|
17473
|
+
*/
|
|
17474
|
+
listAnalysisTagDetailByTaskId(request: ListAnalysisTagDetailByTaskIdRequest): Promise<ListAnalysisTagDetailByTaskIdResponse>;
|
|
15980
17475
|
/**
|
|
15981
17476
|
* 查询任务列表
|
|
15982
17477
|
*
|
|
@@ -16652,6 +18147,36 @@ export default class Client extends OpenApi {
|
|
|
16652
18147
|
* @returns SubmitDocClusterTaskResponse
|
|
16653
18148
|
*/
|
|
16654
18149
|
submitDocClusterTask(request: SubmitDocClusterTaskRequest): Promise<SubmitDocClusterTaskResponse>;
|
|
18150
|
+
/**
|
|
18151
|
+
* 提交VOC异步任务
|
|
18152
|
+
*
|
|
18153
|
+
* @param tmpReq - SubmitEnterpriseVocAnalysisTaskRequest
|
|
18154
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
18155
|
+
* @returns SubmitEnterpriseVocAnalysisTaskResponse
|
|
18156
|
+
*/
|
|
18157
|
+
submitEnterpriseVocAnalysisTaskWithOptions(tmpReq: SubmitEnterpriseVocAnalysisTaskRequest, runtime: $Util.RuntimeOptions): Promise<SubmitEnterpriseVocAnalysisTaskResponse>;
|
|
18158
|
+
/**
|
|
18159
|
+
* 提交VOC异步任务
|
|
18160
|
+
*
|
|
18161
|
+
* @param request - SubmitEnterpriseVocAnalysisTaskRequest
|
|
18162
|
+
* @returns SubmitEnterpriseVocAnalysisTaskResponse
|
|
18163
|
+
*/
|
|
18164
|
+
submitEnterpriseVocAnalysisTask(request: SubmitEnterpriseVocAnalysisTaskRequest): Promise<SubmitEnterpriseVocAnalysisTaskResponse>;
|
|
18165
|
+
/**
|
|
18166
|
+
* 提交一键成片剪辑任务
|
|
18167
|
+
*
|
|
18168
|
+
* @param tmpReq - SubmitSmartClipTaskRequest
|
|
18169
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
18170
|
+
* @returns SubmitSmartClipTaskResponse
|
|
18171
|
+
*/
|
|
18172
|
+
submitSmartClipTaskWithOptions(tmpReq: SubmitSmartClipTaskRequest, runtime: $Util.RuntimeOptions): Promise<SubmitSmartClipTaskResponse>;
|
|
18173
|
+
/**
|
|
18174
|
+
* 提交一键成片剪辑任务
|
|
18175
|
+
*
|
|
18176
|
+
* @param request - SubmitSmartClipTaskRequest
|
|
18177
|
+
* @returns SubmitSmartClipTaskResponse
|
|
18178
|
+
*/
|
|
18179
|
+
submitSmartClipTask(request: SubmitSmartClipTaskRequest): Promise<SubmitSmartClipTaskResponse>;
|
|
16655
18180
|
/**
|
|
16656
18181
|
* 提交选题热点分析任务
|
|
16657
18182
|
*
|
|
@@ -16712,4 +18237,19 @@ export default class Client extends OpenApi {
|
|
|
16712
18237
|
* @returns UpdateMaterialDocumentResponse
|
|
16713
18238
|
*/
|
|
16714
18239
|
updateMaterialDocument(request: UpdateMaterialDocumentRequest): Promise<UpdateMaterialDocumentResponse>;
|
|
18240
|
+
/**
|
|
18241
|
+
* 校验企业VOC上传模板
|
|
18242
|
+
*
|
|
18243
|
+
* @param request - ValidateUploadTemplateRequest
|
|
18244
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
18245
|
+
* @returns ValidateUploadTemplateResponse
|
|
18246
|
+
*/
|
|
18247
|
+
validateUploadTemplateWithOptions(request: ValidateUploadTemplateRequest, runtime: $Util.RuntimeOptions): Promise<ValidateUploadTemplateResponse>;
|
|
18248
|
+
/**
|
|
18249
|
+
* 校验企业VOC上传模板
|
|
18250
|
+
*
|
|
18251
|
+
* @param request - ValidateUploadTemplateRequest
|
|
18252
|
+
* @returns ValidateUploadTemplateResponse
|
|
18253
|
+
*/
|
|
18254
|
+
validateUploadTemplate(request: ValidateUploadTemplateRequest): Promise<ValidateUploadTemplateResponse>;
|
|
16715
18255
|
}
|