alibabacloud-ice20201109 6.8.4__py3-none-any.whl → 6.8.5__py3-none-any.whl
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.
- alibabacloud_ice20201109/__init__.py +1 -1
- alibabacloud_ice20201109/client.py +100 -20
- alibabacloud_ice20201109/models.py +125 -6
- {alibabacloud_ice20201109-6.8.4.dist-info → alibabacloud_ice20201109-6.8.5.dist-info}/METADATA +1 -1
- alibabacloud_ice20201109-6.8.5.dist-info/RECORD +8 -0
- alibabacloud_ice20201109-6.8.4.dist-info/RECORD +0 -8
- {alibabacloud_ice20201109-6.8.4.dist-info → alibabacloud_ice20201109-6.8.5.dist-info}/LICENSE +0 -0
- {alibabacloud_ice20201109-6.8.4.dist-info → alibabacloud_ice20201109-6.8.5.dist-info}/WHEEL +0 -0
- {alibabacloud_ice20201109-6.8.4.dist-info → alibabacloud_ice20201109-6.8.5.dist-info}/top_level.txt +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '6.8.
|
|
1
|
+
__version__ = '6.8.5'
|
|
@@ -105,7 +105,11 @@ class Client(OpenApiClient):
|
|
|
105
105
|
runtime: util_models.RuntimeOptions,
|
|
106
106
|
) -> ice20201109_models.ActiveAiRtcLicenseResponse:
|
|
107
107
|
"""
|
|
108
|
-
@summary
|
|
108
|
+
@summary Activates a specified license using the batch ID, authorization code, and device SN.
|
|
109
|
+
|
|
110
|
+
@description ## [](#)Usage notes
|
|
111
|
+
This API is used to activate a specific license for Real-time Conversational AI by providing a batch ID (`LicenseItemId`), authorization code (`AuthCode`), and device ID (`DeviceId`). Upon successful activation, the API returns a response containing the request ID, an error code, the request status, the HTTP status code, and the activated license information.
|
|
112
|
+
*Note**: Ensure that the provided batch ID, authorization code, and device ID are correct. Incorrect information may cause the activation to fail.
|
|
109
113
|
|
|
110
114
|
@param request: ActiveAiRtcLicenseRequest
|
|
111
115
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -144,7 +148,11 @@ class Client(OpenApiClient):
|
|
|
144
148
|
runtime: util_models.RuntimeOptions,
|
|
145
149
|
) -> ice20201109_models.ActiveAiRtcLicenseResponse:
|
|
146
150
|
"""
|
|
147
|
-
@summary
|
|
151
|
+
@summary Activates a specified license using the batch ID, authorization code, and device SN.
|
|
152
|
+
|
|
153
|
+
@description ## [](#)Usage notes
|
|
154
|
+
This API is used to activate a specific license for Real-time Conversational AI by providing a batch ID (`LicenseItemId`), authorization code (`AuthCode`), and device ID (`DeviceId`). Upon successful activation, the API returns a response containing the request ID, an error code, the request status, the HTTP status code, and the activated license information.
|
|
155
|
+
*Note**: Ensure that the provided batch ID, authorization code, and device ID are correct. Incorrect information may cause the activation to fail.
|
|
148
156
|
|
|
149
157
|
@param request: ActiveAiRtcLicenseRequest
|
|
150
158
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -182,7 +190,11 @@ class Client(OpenApiClient):
|
|
|
182
190
|
request: ice20201109_models.ActiveAiRtcLicenseRequest,
|
|
183
191
|
) -> ice20201109_models.ActiveAiRtcLicenseResponse:
|
|
184
192
|
"""
|
|
185
|
-
@summary
|
|
193
|
+
@summary Activates a specified license using the batch ID, authorization code, and device SN.
|
|
194
|
+
|
|
195
|
+
@description ## [](#)Usage notes
|
|
196
|
+
This API is used to activate a specific license for Real-time Conversational AI by providing a batch ID (`LicenseItemId`), authorization code (`AuthCode`), and device ID (`DeviceId`). Upon successful activation, the API returns a response containing the request ID, an error code, the request status, the HTTP status code, and the activated license information.
|
|
197
|
+
*Note**: Ensure that the provided batch ID, authorization code, and device ID are correct. Incorrect information may cause the activation to fail.
|
|
186
198
|
|
|
187
199
|
@param request: ActiveAiRtcLicenseRequest
|
|
188
200
|
@return: ActiveAiRtcLicenseResponse
|
|
@@ -195,7 +207,11 @@ class Client(OpenApiClient):
|
|
|
195
207
|
request: ice20201109_models.ActiveAiRtcLicenseRequest,
|
|
196
208
|
) -> ice20201109_models.ActiveAiRtcLicenseResponse:
|
|
197
209
|
"""
|
|
198
|
-
@summary
|
|
210
|
+
@summary Activates a specified license using the batch ID, authorization code, and device SN.
|
|
211
|
+
|
|
212
|
+
@description ## [](#)Usage notes
|
|
213
|
+
This API is used to activate a specific license for Real-time Conversational AI by providing a batch ID (`LicenseItemId`), authorization code (`AuthCode`), and device ID (`DeviceId`). Upon successful activation, the API returns a response containing the request ID, an error code, the request status, the HTTP status code, and the activated license information.
|
|
214
|
+
*Note**: Ensure that the provided batch ID, authorization code, and device ID are correct. Incorrect information may cause the activation to fail.
|
|
199
215
|
|
|
200
216
|
@param request: ActiveAiRtcLicenseRequest
|
|
201
217
|
@return: ActiveAiRtcLicenseResponse
|
|
@@ -12995,7 +13011,13 @@ class Client(OpenApiClient):
|
|
|
12995
13011
|
runtime: util_models.RuntimeOptions,
|
|
12996
13012
|
) -> ice20201109_models.GetAiRtcAuthCodeListResponse:
|
|
12997
13013
|
"""
|
|
12998
|
-
@summary
|
|
13014
|
+
@summary Retrieves a list of Real-time Conversational AI authentication codes and their status for a specified batch.
|
|
13015
|
+
|
|
13016
|
+
@description ## [](#)Usage notes
|
|
13017
|
+
This API retrieves a list of authorization codes for a specific batch ID. You can filter the results by status and type.
|
|
13018
|
+
Pagination is supported via the `PageNo` and `PageSize` parameters.
|
|
13019
|
+
By default, the `NeedTotalCount` parameter is set to `true`, indicating that the response includes the total count of matching records.
|
|
13020
|
+
`LicenseItemId` is a required parameter that specifies the batch to query.
|
|
12999
13021
|
|
|
13000
13022
|
@param request: GetAiRtcAuthCodeListRequest
|
|
13001
13023
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -13040,7 +13062,13 @@ class Client(OpenApiClient):
|
|
|
13040
13062
|
runtime: util_models.RuntimeOptions,
|
|
13041
13063
|
) -> ice20201109_models.GetAiRtcAuthCodeListResponse:
|
|
13042
13064
|
"""
|
|
13043
|
-
@summary
|
|
13065
|
+
@summary Retrieves a list of Real-time Conversational AI authentication codes and their status for a specified batch.
|
|
13066
|
+
|
|
13067
|
+
@description ## [](#)Usage notes
|
|
13068
|
+
This API retrieves a list of authorization codes for a specific batch ID. You can filter the results by status and type.
|
|
13069
|
+
Pagination is supported via the `PageNo` and `PageSize` parameters.
|
|
13070
|
+
By default, the `NeedTotalCount` parameter is set to `true`, indicating that the response includes the total count of matching records.
|
|
13071
|
+
`LicenseItemId` is a required parameter that specifies the batch to query.
|
|
13044
13072
|
|
|
13045
13073
|
@param request: GetAiRtcAuthCodeListRequest
|
|
13046
13074
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -13084,7 +13112,13 @@ class Client(OpenApiClient):
|
|
|
13084
13112
|
request: ice20201109_models.GetAiRtcAuthCodeListRequest,
|
|
13085
13113
|
) -> ice20201109_models.GetAiRtcAuthCodeListResponse:
|
|
13086
13114
|
"""
|
|
13087
|
-
@summary
|
|
13115
|
+
@summary Retrieves a list of Real-time Conversational AI authentication codes and their status for a specified batch.
|
|
13116
|
+
|
|
13117
|
+
@description ## [](#)Usage notes
|
|
13118
|
+
This API retrieves a list of authorization codes for a specific batch ID. You can filter the results by status and type.
|
|
13119
|
+
Pagination is supported via the `PageNo` and `PageSize` parameters.
|
|
13120
|
+
By default, the `NeedTotalCount` parameter is set to `true`, indicating that the response includes the total count of matching records.
|
|
13121
|
+
`LicenseItemId` is a required parameter that specifies the batch to query.
|
|
13088
13122
|
|
|
13089
13123
|
@param request: GetAiRtcAuthCodeListRequest
|
|
13090
13124
|
@return: GetAiRtcAuthCodeListResponse
|
|
@@ -13097,7 +13131,13 @@ class Client(OpenApiClient):
|
|
|
13097
13131
|
request: ice20201109_models.GetAiRtcAuthCodeListRequest,
|
|
13098
13132
|
) -> ice20201109_models.GetAiRtcAuthCodeListResponse:
|
|
13099
13133
|
"""
|
|
13100
|
-
@summary
|
|
13134
|
+
@summary Retrieves a list of Real-time Conversational AI authentication codes and their status for a specified batch.
|
|
13135
|
+
|
|
13136
|
+
@description ## [](#)Usage notes
|
|
13137
|
+
This API retrieves a list of authorization codes for a specific batch ID. You can filter the results by status and type.
|
|
13138
|
+
Pagination is supported via the `PageNo` and `PageSize` parameters.
|
|
13139
|
+
By default, the `NeedTotalCount` parameter is set to `true`, indicating that the response includes the total count of matching records.
|
|
13140
|
+
`LicenseItemId` is a required parameter that specifies the batch to query.
|
|
13101
13141
|
|
|
13102
13142
|
@param request: GetAiRtcAuthCodeListRequest
|
|
13103
13143
|
@return: GetAiRtcAuthCodeListResponse
|
|
@@ -13111,7 +13151,12 @@ class Client(OpenApiClient):
|
|
|
13111
13151
|
runtime: util_models.RuntimeOptions,
|
|
13112
13152
|
) -> ice20201109_models.GetAiRtcLicenseInfoListResponse:
|
|
13113
13153
|
"""
|
|
13114
|
-
@summary
|
|
13154
|
+
@summary Retrieves a list of license batches for Real-time Conversational AI based on specified filter criteria.
|
|
13155
|
+
|
|
13156
|
+
@description ## [](#)Usage notes
|
|
13157
|
+
This API allows you to retrieve a list of license batches for Real-time Conversational AI using filters such as Batch ID, status, and type.
|
|
13158
|
+
By default, the `NeedTotalCount` parameter is set to `true`, indicating that the response includes the total count of matching records. Set it to `false` if you do not need this total.
|
|
13159
|
+
If no filter criteria are provided, the API returns information for all license batches.
|
|
13115
13160
|
|
|
13116
13161
|
@param request: GetAiRtcLicenseInfoListRequest
|
|
13117
13162
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -13156,7 +13201,12 @@ class Client(OpenApiClient):
|
|
|
13156
13201
|
runtime: util_models.RuntimeOptions,
|
|
13157
13202
|
) -> ice20201109_models.GetAiRtcLicenseInfoListResponse:
|
|
13158
13203
|
"""
|
|
13159
|
-
@summary
|
|
13204
|
+
@summary Retrieves a list of license batches for Real-time Conversational AI based on specified filter criteria.
|
|
13205
|
+
|
|
13206
|
+
@description ## [](#)Usage notes
|
|
13207
|
+
This API allows you to retrieve a list of license batches for Real-time Conversational AI using filters such as Batch ID, status, and type.
|
|
13208
|
+
By default, the `NeedTotalCount` parameter is set to `true`, indicating that the response includes the total count of matching records. Set it to `false` if you do not need this total.
|
|
13209
|
+
If no filter criteria are provided, the API returns information for all license batches.
|
|
13160
13210
|
|
|
13161
13211
|
@param request: GetAiRtcLicenseInfoListRequest
|
|
13162
13212
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -13200,7 +13250,12 @@ class Client(OpenApiClient):
|
|
|
13200
13250
|
request: ice20201109_models.GetAiRtcLicenseInfoListRequest,
|
|
13201
13251
|
) -> ice20201109_models.GetAiRtcLicenseInfoListResponse:
|
|
13202
13252
|
"""
|
|
13203
|
-
@summary
|
|
13253
|
+
@summary Retrieves a list of license batches for Real-time Conversational AI based on specified filter criteria.
|
|
13254
|
+
|
|
13255
|
+
@description ## [](#)Usage notes
|
|
13256
|
+
This API allows you to retrieve a list of license batches for Real-time Conversational AI using filters such as Batch ID, status, and type.
|
|
13257
|
+
By default, the `NeedTotalCount` parameter is set to `true`, indicating that the response includes the total count of matching records. Set it to `false` if you do not need this total.
|
|
13258
|
+
If no filter criteria are provided, the API returns information for all license batches.
|
|
13204
13259
|
|
|
13205
13260
|
@param request: GetAiRtcLicenseInfoListRequest
|
|
13206
13261
|
@return: GetAiRtcLicenseInfoListResponse
|
|
@@ -13213,7 +13268,12 @@ class Client(OpenApiClient):
|
|
|
13213
13268
|
request: ice20201109_models.GetAiRtcLicenseInfoListRequest,
|
|
13214
13269
|
) -> ice20201109_models.GetAiRtcLicenseInfoListResponse:
|
|
13215
13270
|
"""
|
|
13216
|
-
@summary
|
|
13271
|
+
@summary Retrieves a list of license batches for Real-time Conversational AI based on specified filter criteria.
|
|
13272
|
+
|
|
13273
|
+
@description ## [](#)Usage notes
|
|
13274
|
+
This API allows you to retrieve a list of license batches for Real-time Conversational AI using filters such as Batch ID, status, and type.
|
|
13275
|
+
By default, the `NeedTotalCount` parameter is set to `true`, indicating that the response includes the total count of matching records. Set it to `false` if you do not need this total.
|
|
13276
|
+
If no filter criteria are provided, the API returns information for all license batches.
|
|
13217
13277
|
|
|
13218
13278
|
@param request: GetAiRtcLicenseInfoListRequest
|
|
13219
13279
|
@return: GetAiRtcLicenseInfoListResponse
|
|
@@ -36371,7 +36431,9 @@ class Client(OpenApiClient):
|
|
|
36371
36431
|
runtime: util_models.RuntimeOptions,
|
|
36372
36432
|
) -> ice20201109_models.SubmitSceneBatchEditingJobResponse:
|
|
36373
36433
|
"""
|
|
36374
|
-
@summary
|
|
36434
|
+
@summary Submits a batch job to render multiple videos by providing a list of editing project IDs.
|
|
36435
|
+
|
|
36436
|
+
@description After submitting a job, you can call ListBatchMediaProducingJob to retrieve all matching jobs. To get detailed information for a specific job, including its status, output media asset IDs, and URLs, call GetBatchMediaProducingJob.
|
|
36375
36437
|
|
|
36376
36438
|
@param request: SubmitSceneBatchEditingJobRequest
|
|
36377
36439
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -36410,7 +36472,9 @@ class Client(OpenApiClient):
|
|
|
36410
36472
|
runtime: util_models.RuntimeOptions,
|
|
36411
36473
|
) -> ice20201109_models.SubmitSceneBatchEditingJobResponse:
|
|
36412
36474
|
"""
|
|
36413
|
-
@summary
|
|
36475
|
+
@summary Submits a batch job to render multiple videos by providing a list of editing project IDs.
|
|
36476
|
+
|
|
36477
|
+
@description After submitting a job, you can call ListBatchMediaProducingJob to retrieve all matching jobs. To get detailed information for a specific job, including its status, output media asset IDs, and URLs, call GetBatchMediaProducingJob.
|
|
36414
36478
|
|
|
36415
36479
|
@param request: SubmitSceneBatchEditingJobRequest
|
|
36416
36480
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -36448,7 +36512,9 @@ class Client(OpenApiClient):
|
|
|
36448
36512
|
request: ice20201109_models.SubmitSceneBatchEditingJobRequest,
|
|
36449
36513
|
) -> ice20201109_models.SubmitSceneBatchEditingJobResponse:
|
|
36450
36514
|
"""
|
|
36451
|
-
@summary
|
|
36515
|
+
@summary Submits a batch job to render multiple videos by providing a list of editing project IDs.
|
|
36516
|
+
|
|
36517
|
+
@description After submitting a job, you can call ListBatchMediaProducingJob to retrieve all matching jobs. To get detailed information for a specific job, including its status, output media asset IDs, and URLs, call GetBatchMediaProducingJob.
|
|
36452
36518
|
|
|
36453
36519
|
@param request: SubmitSceneBatchEditingJobRequest
|
|
36454
36520
|
@return: SubmitSceneBatchEditingJobResponse
|
|
@@ -36461,7 +36527,9 @@ class Client(OpenApiClient):
|
|
|
36461
36527
|
request: ice20201109_models.SubmitSceneBatchEditingJobRequest,
|
|
36462
36528
|
) -> ice20201109_models.SubmitSceneBatchEditingJobResponse:
|
|
36463
36529
|
"""
|
|
36464
|
-
@summary
|
|
36530
|
+
@summary Submits a batch job to render multiple videos by providing a list of editing project IDs.
|
|
36531
|
+
|
|
36532
|
+
@description After submitting a job, you can call ListBatchMediaProducingJob to retrieve all matching jobs. To get detailed information for a specific job, including its status, output media asset IDs, and URLs, call GetBatchMediaProducingJob.
|
|
36465
36533
|
|
|
36466
36534
|
@param request: SubmitSceneBatchEditingJobRequest
|
|
36467
36535
|
@return: SubmitSceneBatchEditingJobResponse
|
|
@@ -36603,7 +36671,10 @@ class Client(OpenApiClient):
|
|
|
36603
36671
|
runtime: util_models.RuntimeOptions,
|
|
36604
36672
|
) -> ice20201109_models.SubmitSceneTimelineOrganizationJobResponse:
|
|
36605
36673
|
"""
|
|
36606
|
-
@summary
|
|
36674
|
+
@summary Arranges media assets, including videos, images, background music, and voiceovers, into a complete timeline based on media selection results, and creates an editing project for preview. Two scenarios are supported: image-text matching and highlight mashup.
|
|
36675
|
+
|
|
36676
|
+
@description After submitting a job, you can call [ListBatchMediaProducingJob](https://help.aliyun.com/document_detail/2803751.html) to retrieve matching jobs. To get detailed information for a specific job, including its status, output media asset IDs, and URLs, call [GetBatchMediaProducingJob](https://help.aliyun.com/document_detail/2693269.html).
|
|
36677
|
+
- The feature is in public preview and does not charge fees.
|
|
36607
36678
|
|
|
36608
36679
|
@param request: SubmitSceneTimelineOrganizationJobRequest
|
|
36609
36680
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -36650,7 +36721,10 @@ class Client(OpenApiClient):
|
|
|
36650
36721
|
runtime: util_models.RuntimeOptions,
|
|
36651
36722
|
) -> ice20201109_models.SubmitSceneTimelineOrganizationJobResponse:
|
|
36652
36723
|
"""
|
|
36653
|
-
@summary
|
|
36724
|
+
@summary Arranges media assets, including videos, images, background music, and voiceovers, into a complete timeline based on media selection results, and creates an editing project for preview. Two scenarios are supported: image-text matching and highlight mashup.
|
|
36725
|
+
|
|
36726
|
+
@description After submitting a job, you can call [ListBatchMediaProducingJob](https://help.aliyun.com/document_detail/2803751.html) to retrieve matching jobs. To get detailed information for a specific job, including its status, output media asset IDs, and URLs, call [GetBatchMediaProducingJob](https://help.aliyun.com/document_detail/2693269.html).
|
|
36727
|
+
- The feature is in public preview and does not charge fees.
|
|
36654
36728
|
|
|
36655
36729
|
@param request: SubmitSceneTimelineOrganizationJobRequest
|
|
36656
36730
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -36696,7 +36770,10 @@ class Client(OpenApiClient):
|
|
|
36696
36770
|
request: ice20201109_models.SubmitSceneTimelineOrganizationJobRequest,
|
|
36697
36771
|
) -> ice20201109_models.SubmitSceneTimelineOrganizationJobResponse:
|
|
36698
36772
|
"""
|
|
36699
|
-
@summary
|
|
36773
|
+
@summary Arranges media assets, including videos, images, background music, and voiceovers, into a complete timeline based on media selection results, and creates an editing project for preview. Two scenarios are supported: image-text matching and highlight mashup.
|
|
36774
|
+
|
|
36775
|
+
@description After submitting a job, you can call [ListBatchMediaProducingJob](https://help.aliyun.com/document_detail/2803751.html) to retrieve matching jobs. To get detailed information for a specific job, including its status, output media asset IDs, and URLs, call [GetBatchMediaProducingJob](https://help.aliyun.com/document_detail/2693269.html).
|
|
36776
|
+
- The feature is in public preview and does not charge fees.
|
|
36700
36777
|
|
|
36701
36778
|
@param request: SubmitSceneTimelineOrganizationJobRequest
|
|
36702
36779
|
@return: SubmitSceneTimelineOrganizationJobResponse
|
|
@@ -36709,7 +36786,10 @@ class Client(OpenApiClient):
|
|
|
36709
36786
|
request: ice20201109_models.SubmitSceneTimelineOrganizationJobRequest,
|
|
36710
36787
|
) -> ice20201109_models.SubmitSceneTimelineOrganizationJobResponse:
|
|
36711
36788
|
"""
|
|
36712
|
-
@summary
|
|
36789
|
+
@summary Arranges media assets, including videos, images, background music, and voiceovers, into a complete timeline based on media selection results, and creates an editing project for preview. Two scenarios are supported: image-text matching and highlight mashup.
|
|
36790
|
+
|
|
36791
|
+
@description After submitting a job, you can call [ListBatchMediaProducingJob](https://help.aliyun.com/document_detail/2803751.html) to retrieve matching jobs. To get detailed information for a specific job, including its status, output media asset IDs, and URLs, call [GetBatchMediaProducingJob](https://help.aliyun.com/document_detail/2693269.html).
|
|
36792
|
+
- The feature is in public preview and does not charge fees.
|
|
36713
36793
|
|
|
36714
36794
|
@param request: SubmitSceneTimelineOrganizationJobRequest
|
|
36715
36795
|
@return: SubmitSceneTimelineOrganizationJobResponse
|
|
@@ -4521,13 +4521,13 @@ class MediaConvertJobConfigInputs(TeaModel):
|
|
|
4521
4521
|
class MediaConvertJobConfigOutputGroupsGroupConfigManifestExtendExcludes(TeaModel):
|
|
4522
4522
|
def __init__(
|
|
4523
4523
|
self,
|
|
4524
|
+
language: str = None,
|
|
4524
4525
|
name: str = None,
|
|
4525
4526
|
type: str = None,
|
|
4526
|
-
language: str = None,
|
|
4527
4527
|
):
|
|
4528
|
+
self.language = language
|
|
4528
4529
|
self.name = name
|
|
4529
4530
|
self.type = type
|
|
4530
|
-
self.language = language
|
|
4531
4531
|
|
|
4532
4532
|
def validate(self):
|
|
4533
4533
|
pass
|
|
@@ -4538,22 +4538,22 @@ class MediaConvertJobConfigOutputGroupsGroupConfigManifestExtendExcludes(TeaMode
|
|
|
4538
4538
|
return _map
|
|
4539
4539
|
|
|
4540
4540
|
result = dict()
|
|
4541
|
+
if self.language is not None:
|
|
4542
|
+
result['Language'] = self.language
|
|
4541
4543
|
if self.name is not None:
|
|
4542
4544
|
result['Name'] = self.name
|
|
4543
4545
|
if self.type is not None:
|
|
4544
4546
|
result['Type'] = self.type
|
|
4545
|
-
if self.language is not None:
|
|
4546
|
-
result['language'] = self.language
|
|
4547
4547
|
return result
|
|
4548
4548
|
|
|
4549
4549
|
def from_map(self, m: dict = None):
|
|
4550
4550
|
m = m or dict()
|
|
4551
|
+
if m.get('Language') is not None:
|
|
4552
|
+
self.language = m.get('Language')
|
|
4551
4553
|
if m.get('Name') is not None:
|
|
4552
4554
|
self.name = m.get('Name')
|
|
4553
4555
|
if m.get('Type') is not None:
|
|
4554
4556
|
self.type = m.get('Type')
|
|
4555
|
-
if m.get('language') is not None:
|
|
4556
|
-
self.language = m.get('language')
|
|
4557
4557
|
return self
|
|
4558
4558
|
|
|
4559
4559
|
|
|
@@ -7435,8 +7435,11 @@ class ActiveAiRtcLicenseRequest(TeaModel):
|
|
|
7435
7435
|
device_id: str = None,
|
|
7436
7436
|
license_item_id: str = None,
|
|
7437
7437
|
):
|
|
7438
|
+
# The authorization code.
|
|
7438
7439
|
self.auth_code = auth_code
|
|
7440
|
+
# The device ID.
|
|
7439
7441
|
self.device_id = device_id
|
|
7442
|
+
# The batch ID.
|
|
7440
7443
|
self.license_item_id = license_item_id
|
|
7441
7444
|
|
|
7442
7445
|
def validate(self):
|
|
@@ -7477,11 +7480,17 @@ class ActiveAiRtcLicenseResponseBody(TeaModel):
|
|
|
7477
7480
|
request_id: str = None,
|
|
7478
7481
|
success: bool = None,
|
|
7479
7482
|
):
|
|
7483
|
+
# The error code returned.
|
|
7480
7484
|
self.code = code
|
|
7485
|
+
# The HTTP status code.
|
|
7481
7486
|
self.http_status_code = http_status_code
|
|
7487
|
+
# The license information.
|
|
7482
7488
|
self.license = license
|
|
7489
|
+
# The error message.
|
|
7483
7490
|
self.message = message
|
|
7491
|
+
# The request ID.
|
|
7484
7492
|
self.request_id = request_id
|
|
7493
|
+
# Indicates whether the call was successful.
|
|
7485
7494
|
self.success = success
|
|
7486
7495
|
|
|
7487
7496
|
def validate(self):
|
|
@@ -27968,11 +27977,23 @@ class GetAiRtcAuthCodeListRequest(TeaModel):
|
|
|
27968
27977
|
status: int = None,
|
|
27969
27978
|
type: int = None,
|
|
27970
27979
|
):
|
|
27980
|
+
# The ID of the batch.
|
|
27971
27981
|
self.license_item_id = license_item_id
|
|
27982
|
+
# Specifies whether to include the total count of records in the response. Defaults to `true`.
|
|
27972
27983
|
self.need_total_count = need_total_count
|
|
27984
|
+
# The page number.
|
|
27973
27985
|
self.page_no = page_no
|
|
27986
|
+
# The number of entries per page.
|
|
27974
27987
|
self.page_size = page_size
|
|
27988
|
+
# The status of the authorization code. Valid values:
|
|
27989
|
+
#
|
|
27990
|
+
# * `1`: Activated
|
|
27991
|
+
# * `2`: Inactive
|
|
27975
27992
|
self.status = status
|
|
27993
|
+
# The type of license. Valid values:
|
|
27994
|
+
#
|
|
27995
|
+
# * `1`: Audio call
|
|
27996
|
+
# * `2`: Vision call
|
|
27976
27997
|
self.type = type
|
|
27977
27998
|
|
|
27978
27999
|
def validate(self):
|
|
@@ -28026,12 +28047,19 @@ class GetAiRtcAuthCodeListResponseBody(TeaModel):
|
|
|
28026
28047
|
success: bool = None,
|
|
28027
28048
|
total_count: int = None,
|
|
28028
28049
|
):
|
|
28050
|
+
# An array of AiRtcAuthCodeDTO objects, each representing an authorization code.
|
|
28029
28051
|
self.auth_code_list = auth_code_list
|
|
28052
|
+
# The error code.
|
|
28030
28053
|
self.code = code
|
|
28054
|
+
# The HTTP status code.
|
|
28031
28055
|
self.http_status_code = http_status_code
|
|
28056
|
+
# The error message.
|
|
28032
28057
|
self.message = message
|
|
28058
|
+
# The request ID.
|
|
28033
28059
|
self.request_id = request_id
|
|
28060
|
+
# Indicates whether the call was successful.
|
|
28034
28061
|
self.success = success
|
|
28062
|
+
# The total number of entries returned.
|
|
28035
28063
|
self.total_count = total_count
|
|
28036
28064
|
|
|
28037
28065
|
def validate(self):
|
|
@@ -28137,11 +28165,23 @@ class GetAiRtcLicenseInfoListRequest(TeaModel):
|
|
|
28137
28165
|
status: int = None,
|
|
28138
28166
|
type: int = None,
|
|
28139
28167
|
):
|
|
28168
|
+
# The ID of the batch.
|
|
28140
28169
|
self.license_item_id = license_item_id
|
|
28170
|
+
# Specifies whether to include the total count of records in the response. Defaults to `true`.
|
|
28141
28171
|
self.need_total_count = need_total_count
|
|
28172
|
+
# The page number.
|
|
28142
28173
|
self.page_no = page_no
|
|
28174
|
+
# The number of entries per page.
|
|
28143
28175
|
self.page_size = page_size
|
|
28176
|
+
# The status of the batch. Valid values:
|
|
28177
|
+
#
|
|
28178
|
+
# * `1`: Active
|
|
28179
|
+
# * `2`: Expired
|
|
28144
28180
|
self.status = status
|
|
28181
|
+
# The type of license. Valid values:
|
|
28182
|
+
#
|
|
28183
|
+
# * `1`: Audio call
|
|
28184
|
+
# * `2`: Vision call
|
|
28145
28185
|
self.type = type
|
|
28146
28186
|
|
|
28147
28187
|
def validate(self):
|
|
@@ -28195,12 +28235,19 @@ class GetAiRtcLicenseInfoListResponseBody(TeaModel):
|
|
|
28195
28235
|
success: bool = None,
|
|
28196
28236
|
total_count: int = None,
|
|
28197
28237
|
):
|
|
28238
|
+
# The error code returned.
|
|
28198
28239
|
self.code = code
|
|
28240
|
+
# The HTTP status code.
|
|
28199
28241
|
self.http_status_code = http_status_code
|
|
28242
|
+
# An array of AiRtcLicenseInfoDTO objects, each representing a license batch.
|
|
28200
28243
|
self.license_info_list = license_info_list
|
|
28244
|
+
# The error message.
|
|
28201
28245
|
self.message = message
|
|
28246
|
+
# The request ID.
|
|
28202
28247
|
self.request_id = request_id
|
|
28248
|
+
# Indicates whether the call was successful.
|
|
28203
28249
|
self.success = success
|
|
28250
|
+
# The total number of entries returned.
|
|
28204
28251
|
self.total_count = total_count
|
|
28205
28252
|
|
|
28206
28253
|
def validate(self):
|
|
@@ -44710,18 +44757,27 @@ class GetTemplateParamsResponseBodyParamList(TeaModel):
|
|
|
44710
44757
|
self,
|
|
44711
44758
|
content: str = None,
|
|
44712
44759
|
cover_url: str = None,
|
|
44760
|
+
height: int = None,
|
|
44713
44761
|
key: str = None,
|
|
44714
44762
|
media_url: str = None,
|
|
44763
|
+
timeline_in: float = None,
|
|
44764
|
+
timeline_out: float = None,
|
|
44715
44765
|
type: str = None,
|
|
44766
|
+
width: int = None,
|
|
44767
|
+
x: int = None,
|
|
44768
|
+
y: int = None,
|
|
44716
44769
|
):
|
|
44717
44770
|
# The original subtitle content.
|
|
44718
44771
|
self.content = content
|
|
44719
44772
|
# The thumbnail URL of the original material.
|
|
44720
44773
|
self.cover_url = cover_url
|
|
44774
|
+
self.height = height
|
|
44721
44775
|
# The parameter name.
|
|
44722
44776
|
self.key = key
|
|
44723
44777
|
# The URL of the original material.
|
|
44724
44778
|
self.media_url = media_url
|
|
44779
|
+
self.timeline_in = timeline_in
|
|
44780
|
+
self.timeline_out = timeline_out
|
|
44725
44781
|
# The material type.
|
|
44726
44782
|
#
|
|
44727
44783
|
# Valid values:
|
|
@@ -44730,6 +44786,9 @@ class GetTemplateParamsResponseBodyParamList(TeaModel):
|
|
|
44730
44786
|
# * Text
|
|
44731
44787
|
# * Image
|
|
44732
44788
|
self.type = type
|
|
44789
|
+
self.width = width
|
|
44790
|
+
self.x = x
|
|
44791
|
+
self.y = y
|
|
44733
44792
|
|
|
44734
44793
|
def validate(self):
|
|
44735
44794
|
pass
|
|
@@ -44744,12 +44803,24 @@ class GetTemplateParamsResponseBodyParamList(TeaModel):
|
|
|
44744
44803
|
result['Content'] = self.content
|
|
44745
44804
|
if self.cover_url is not None:
|
|
44746
44805
|
result['CoverUrl'] = self.cover_url
|
|
44806
|
+
if self.height is not None:
|
|
44807
|
+
result['Height'] = self.height
|
|
44747
44808
|
if self.key is not None:
|
|
44748
44809
|
result['Key'] = self.key
|
|
44749
44810
|
if self.media_url is not None:
|
|
44750
44811
|
result['MediaUrl'] = self.media_url
|
|
44812
|
+
if self.timeline_in is not None:
|
|
44813
|
+
result['TimelineIn'] = self.timeline_in
|
|
44814
|
+
if self.timeline_out is not None:
|
|
44815
|
+
result['TimelineOut'] = self.timeline_out
|
|
44751
44816
|
if self.type is not None:
|
|
44752
44817
|
result['Type'] = self.type
|
|
44818
|
+
if self.width is not None:
|
|
44819
|
+
result['Width'] = self.width
|
|
44820
|
+
if self.x is not None:
|
|
44821
|
+
result['X'] = self.x
|
|
44822
|
+
if self.y is not None:
|
|
44823
|
+
result['Y'] = self.y
|
|
44753
44824
|
return result
|
|
44754
44825
|
|
|
44755
44826
|
def from_map(self, m: dict = None):
|
|
@@ -44758,12 +44829,24 @@ class GetTemplateParamsResponseBodyParamList(TeaModel):
|
|
|
44758
44829
|
self.content = m.get('Content')
|
|
44759
44830
|
if m.get('CoverUrl') is not None:
|
|
44760
44831
|
self.cover_url = m.get('CoverUrl')
|
|
44832
|
+
if m.get('Height') is not None:
|
|
44833
|
+
self.height = m.get('Height')
|
|
44761
44834
|
if m.get('Key') is not None:
|
|
44762
44835
|
self.key = m.get('Key')
|
|
44763
44836
|
if m.get('MediaUrl') is not None:
|
|
44764
44837
|
self.media_url = m.get('MediaUrl')
|
|
44838
|
+
if m.get('TimelineIn') is not None:
|
|
44839
|
+
self.timeline_in = m.get('TimelineIn')
|
|
44840
|
+
if m.get('TimelineOut') is not None:
|
|
44841
|
+
self.timeline_out = m.get('TimelineOut')
|
|
44765
44842
|
if m.get('Type') is not None:
|
|
44766
44843
|
self.type = m.get('Type')
|
|
44844
|
+
if m.get('Width') is not None:
|
|
44845
|
+
self.width = m.get('Width')
|
|
44846
|
+
if m.get('X') is not None:
|
|
44847
|
+
self.x = m.get('X')
|
|
44848
|
+
if m.get('Y') is not None:
|
|
44849
|
+
self.y = m.get('Y')
|
|
44767
44850
|
return self
|
|
44768
44851
|
|
|
44769
44852
|
|
|
@@ -90740,10 +90823,15 @@ class SubmitSceneBatchEditingJobRequest(TeaModel):
|
|
|
90740
90823
|
project_ids: str = None,
|
|
90741
90824
|
user_data: str = None,
|
|
90742
90825
|
):
|
|
90826
|
+
# The output configuration. The structure is the same as the [OutputConfig](https://help.aliyun.com/zh/ims/use-cases/create-highlight-videos?spm=a2c4g.11186623.help-menu-193643.d_3_2_0_3.3af86997GreVu9\\&scm=20140722.H_2863940._.OR_help-T_cn~zh-V_1#4111a373d0xbz) for batch video generation, except that Count and GeneratePreviewOnly are not supported.
|
|
90827
|
+
#
|
|
90743
90828
|
# This parameter is required.
|
|
90744
90829
|
self.output_config = output_config
|
|
90830
|
+
# A comma-separated list of editing project IDs. The video is rendered based on the timeline from each project.
|
|
90831
|
+
#
|
|
90745
90832
|
# This parameter is required.
|
|
90746
90833
|
self.project_ids = project_ids
|
|
90834
|
+
# Custom user data, including callback configurations. For more information, see [UserData](~~357745#section-urj-v3f-0s1~~).
|
|
90747
90835
|
self.user_data = user_data
|
|
90748
90836
|
|
|
90749
90837
|
def validate(self):
|
|
@@ -90780,7 +90868,9 @@ class SubmitSceneBatchEditingJobResponseBody(TeaModel):
|
|
|
90780
90868
|
job_id: str = None,
|
|
90781
90869
|
request_id: str = None,
|
|
90782
90870
|
):
|
|
90871
|
+
# The job ID.
|
|
90783
90872
|
self.job_id = job_id
|
|
90873
|
+
# The request ID.
|
|
90784
90874
|
self.request_id = request_id
|
|
90785
90875
|
|
|
90786
90876
|
def validate(self):
|
|
@@ -91013,15 +91103,42 @@ class SubmitSceneTimelineOrganizationJobRequest(TeaModel):
|
|
|
91013
91103
|
output_config: str = None,
|
|
91014
91104
|
user_data: str = None,
|
|
91015
91105
|
):
|
|
91106
|
+
# The editing configuration. Its structure depends on the value of JobType.
|
|
91107
|
+
#
|
|
91108
|
+
# * When JobType is set to Smart_Mix_Timeline_Organize, see [Image-text matching](https://help.aliyun.com/zh/ims/use-cases/intelligent-graphic-matching-into-a-piece/?spm=a2c4g.11186623.help-menu-193643.d_3_2_0_1.7c3d6997qndkZj).
|
|
91109
|
+
# * When JobType is set to Screen_Media_Highlights_Timeline_Organize, see [Highlight mashup](https://help.aliyun.com/zh/ims/use-cases/create-highlight-videos?spm=a2c4g.11186623.help-menu-193643.d_3_2_0_3.84b5661bIcQULE).
|
|
91016
91110
|
self.editing_config = editing_config
|
|
91111
|
+
# The input configuration. Its structure and required fields depend on the value of JobType.
|
|
91112
|
+
#
|
|
91113
|
+
# * When JobType is set to Smart_Mix_Timeline_Organize, see [Image-text matching](https://help.aliyun.com/zh/ims/use-cases/intelligent-graphic-matching-into-a-piece/?spm=a2c4g.11186623.help-menu-193643.d_3_2_0_1.7c3d6997qndkZj).
|
|
91114
|
+
# * When JobType is set to Screen_Media_Highlights_Timeline_Organize, see [Highlight mashup](https://help.aliyun.com/zh/ims/use-cases/create-highlight-videos?spm=a2c4g.11186623.help-menu-193643.d_3_2_0_3.84b5661bIcQULE).
|
|
91115
|
+
#
|
|
91017
91116
|
# This parameter is required.
|
|
91018
91117
|
self.input_config = input_config
|
|
91118
|
+
# The job type. Valid values:
|
|
91119
|
+
#
|
|
91120
|
+
# * Smart_Mix_Timeline_Organize: Image-text matching.
|
|
91121
|
+
# * Screen_Media_Highlights_Timeline_Organize: Highlight mashup.
|
|
91122
|
+
#
|
|
91123
|
+
# Differences:
|
|
91124
|
+
#
|
|
91125
|
+
# * Image-text matching: Arranges a timeline based on the results of matching a voiceover script to media assets. Ideal for bulk marketing videos and general-purpose montages.
|
|
91126
|
+
# * Highlight mashup: Arranges a timeline based on the results of highlight clip selection. Ideal for creating action-packed highlight reels from short-form dramas.
|
|
91127
|
+
#
|
|
91019
91128
|
# This parameter is required.
|
|
91020
91129
|
self.job_type = job_type
|
|
91130
|
+
# The media selection results from a previously run SubmitSceneMediaSelectionJob. You can retrieve this result by calling GetBatchMediaProducingJob.
|
|
91131
|
+
#
|
|
91021
91132
|
# This parameter is required.
|
|
91022
91133
|
self.media_select_result = media_select_result
|
|
91134
|
+
# The output configuration. Its structure and required fields depend on the value of JobType.
|
|
91135
|
+
#
|
|
91136
|
+
# * When JobType is set to Smart_Mix_Timeline_Organize, see [Image-text matching](https://help.aliyun.com/zh/ims/use-cases/intelligent-graphic-matching-into-a-piece/?spm=a2c4g.11186623.help-menu-193643.d_3_2_0_1.7c3d6997qndkZj).
|
|
91137
|
+
# * When JobType is set to Screen_Media_Highlights_Timeline_Organize, see [Highlight mashup](https://help.aliyun.com/zh/ims/use-cases/create-highlight-videos?spm=a2c4g.11186623.help-menu-193643.d_3_2_0_3.84b5661bIcQULE).
|
|
91138
|
+
#
|
|
91023
91139
|
# This parameter is required.
|
|
91024
91140
|
self.output_config = output_config
|
|
91141
|
+
# The user-defined data, including the business and callback configurations. For more information, see [UserData](~~357745#section-urj-v3f-0s1~~).
|
|
91025
91142
|
self.user_data = user_data
|
|
91026
91143
|
|
|
91027
91144
|
def validate(self):
|
|
@@ -91070,7 +91187,9 @@ class SubmitSceneTimelineOrganizationJobResponseBody(TeaModel):
|
|
|
91070
91187
|
job_id: str = None,
|
|
91071
91188
|
request_id: str = None,
|
|
91072
91189
|
):
|
|
91190
|
+
# The job ID.
|
|
91073
91191
|
self.job_id = job_id
|
|
91192
|
+
# The request ID.
|
|
91074
91193
|
self.request_id = request_id
|
|
91075
91194
|
|
|
91076
91195
|
def validate(self):
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
alibabacloud_ice20201109/__init__.py,sha256=nk_tlH4_61L_hKayD20HvoQWDOrsuZpEDp1CfSV_dT4,21
|
|
2
|
+
alibabacloud_ice20201109/client.py,sha256=fyslG6mes1PKE6F3sl6W6BbbTi17HiUPG9Mo3J-w63U,1881764
|
|
3
|
+
alibabacloud_ice20201109/models.py,sha256=b3b8TAoOPC8FgB0hCMxIQlTjYRFV-SsIpq-I3uMutSM,3757822
|
|
4
|
+
alibabacloud_ice20201109-6.8.5.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
5
|
+
alibabacloud_ice20201109-6.8.5.dist-info/METADATA,sha256=Mf2pcnZWbPh422UefTohW4iyaWETc_PaENeJSdopeJU,2312
|
|
6
|
+
alibabacloud_ice20201109-6.8.5.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
7
|
+
alibabacloud_ice20201109-6.8.5.dist-info/top_level.txt,sha256=Tdq86hkGJfaKKyNwqChNx5I788aFI6e_iTUmQOYYPK8,25
|
|
8
|
+
alibabacloud_ice20201109-6.8.5.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
alibabacloud_ice20201109/__init__.py,sha256=cCX4fSFJnSHNtOBuqVN7iHzLprP8a9-rhtdtjk5w9_Y,21
|
|
2
|
-
alibabacloud_ice20201109/client.py,sha256=rye7Vx9KCV2mwRnH2b9hqTRWyHiL0_dWL_JD25bHIAw,1870900
|
|
3
|
-
alibabacloud_ice20201109/models.py,sha256=4uHONmkSBVOyxhKAd28Z804QDn38fF7JZ4_-if2Gb98,3751316
|
|
4
|
-
alibabacloud_ice20201109-6.8.4.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
5
|
-
alibabacloud_ice20201109-6.8.4.dist-info/METADATA,sha256=1oMy-UUJs3-6zgzxU0qTHWwMKblI4HeoxMPJWVdMfg4,2312
|
|
6
|
-
alibabacloud_ice20201109-6.8.4.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
7
|
-
alibabacloud_ice20201109-6.8.4.dist-info/top_level.txt,sha256=Tdq86hkGJfaKKyNwqChNx5I788aFI6e_iTUmQOYYPK8,25
|
|
8
|
-
alibabacloud_ice20201109-6.8.4.dist-info/RECORD,,
|
{alibabacloud_ice20201109-6.8.4.dist-info → alibabacloud_ice20201109-6.8.5.dist-info}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
{alibabacloud_ice20201109-6.8.4.dist-info → alibabacloud_ice20201109-6.8.5.dist-info}/top_level.txt
RENAMED
|
File without changes
|