alibabacloud-ice20201109 6.6.0__py3-none-any.whl → 6.7.0__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 +1052 -216
- alibabacloud_ice20201109/models.py +1874 -22
- {alibabacloud_ice20201109-6.6.0.dist-info → alibabacloud_ice20201109-6.7.0.dist-info}/METADATA +1 -1
- alibabacloud_ice20201109-6.7.0.dist-info/RECORD +8 -0
- alibabacloud_ice20201109-6.6.0.dist-info/RECORD +0 -8
- {alibabacloud_ice20201109-6.6.0.dist-info → alibabacloud_ice20201109-6.7.0.dist-info}/LICENSE +0 -0
- {alibabacloud_ice20201109-6.6.0.dist-info → alibabacloud_ice20201109-6.7.0.dist-info}/WHEEL +0 -0
- {alibabacloud_ice20201109-6.6.0.dist-info → alibabacloud_ice20201109-6.7.0.dist-info}/top_level.txt +0 -0
|
@@ -997,7 +997,7 @@ class Client(OpenApiClient):
|
|
|
997
997
|
runtime: util_models.RuntimeOptions,
|
|
998
998
|
) -> ice20201109_models.AddStreamTagToSearchLibResponse:
|
|
999
999
|
"""
|
|
1000
|
-
@summary
|
|
1000
|
+
@summary Adds tags for a specific live stream media asset.
|
|
1001
1001
|
|
|
1002
1002
|
@param request: AddStreamTagToSearchLibRequest
|
|
1003
1003
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -1038,7 +1038,7 @@ class Client(OpenApiClient):
|
|
|
1038
1038
|
runtime: util_models.RuntimeOptions,
|
|
1039
1039
|
) -> ice20201109_models.AddStreamTagToSearchLibResponse:
|
|
1040
1040
|
"""
|
|
1041
|
-
@summary
|
|
1041
|
+
@summary Adds tags for a specific live stream media asset.
|
|
1042
1042
|
|
|
1043
1043
|
@param request: AddStreamTagToSearchLibRequest
|
|
1044
1044
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -1078,7 +1078,7 @@ class Client(OpenApiClient):
|
|
|
1078
1078
|
request: ice20201109_models.AddStreamTagToSearchLibRequest,
|
|
1079
1079
|
) -> ice20201109_models.AddStreamTagToSearchLibResponse:
|
|
1080
1080
|
"""
|
|
1081
|
-
@summary
|
|
1081
|
+
@summary Adds tags for a specific live stream media asset.
|
|
1082
1082
|
|
|
1083
1083
|
@param request: AddStreamTagToSearchLibRequest
|
|
1084
1084
|
@return: AddStreamTagToSearchLibResponse
|
|
@@ -1091,7 +1091,7 @@ class Client(OpenApiClient):
|
|
|
1091
1091
|
request: ice20201109_models.AddStreamTagToSearchLibRequest,
|
|
1092
1092
|
) -> ice20201109_models.AddStreamTagToSearchLibResponse:
|
|
1093
1093
|
"""
|
|
1094
|
-
@summary
|
|
1094
|
+
@summary Adds tags for a specific live stream media asset.
|
|
1095
1095
|
|
|
1096
1096
|
@param request: AddStreamTagToSearchLibRequest
|
|
1097
1097
|
@return: AddStreamTagToSearchLibResponse
|
|
@@ -1789,7 +1789,7 @@ class Client(OpenApiClient):
|
|
|
1789
1789
|
runtime: util_models.RuntimeOptions,
|
|
1790
1790
|
) -> ice20201109_models.CancelIProductionJobResponse:
|
|
1791
1791
|
"""
|
|
1792
|
-
@summary
|
|
1792
|
+
@summary Cancels an intelligent production job.
|
|
1793
1793
|
|
|
1794
1794
|
@param request: CancelIProductionJobRequest
|
|
1795
1795
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -1826,7 +1826,7 @@ class Client(OpenApiClient):
|
|
|
1826
1826
|
runtime: util_models.RuntimeOptions,
|
|
1827
1827
|
) -> ice20201109_models.CancelIProductionJobResponse:
|
|
1828
1828
|
"""
|
|
1829
|
-
@summary
|
|
1829
|
+
@summary Cancels an intelligent production job.
|
|
1830
1830
|
|
|
1831
1831
|
@param request: CancelIProductionJobRequest
|
|
1832
1832
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -1862,7 +1862,7 @@ class Client(OpenApiClient):
|
|
|
1862
1862
|
request: ice20201109_models.CancelIProductionJobRequest,
|
|
1863
1863
|
) -> ice20201109_models.CancelIProductionJobResponse:
|
|
1864
1864
|
"""
|
|
1865
|
-
@summary
|
|
1865
|
+
@summary Cancels an intelligent production job.
|
|
1866
1866
|
|
|
1867
1867
|
@param request: CancelIProductionJobRequest
|
|
1868
1868
|
@return: CancelIProductionJobResponse
|
|
@@ -1875,7 +1875,7 @@ class Client(OpenApiClient):
|
|
|
1875
1875
|
request: ice20201109_models.CancelIProductionJobRequest,
|
|
1876
1876
|
) -> ice20201109_models.CancelIProductionJobResponse:
|
|
1877
1877
|
"""
|
|
1878
|
-
@summary
|
|
1878
|
+
@summary Cancels an intelligent production job.
|
|
1879
1879
|
|
|
1880
1880
|
@param request: CancelIProductionJobRequest
|
|
1881
1881
|
@return: CancelIProductionJobResponse
|
|
@@ -1889,7 +1889,10 @@ class Client(OpenApiClient):
|
|
|
1889
1889
|
runtime: util_models.RuntimeOptions,
|
|
1890
1890
|
) -> ice20201109_models.ClearAIAgentVoiceprintResponse:
|
|
1891
1891
|
"""
|
|
1892
|
-
@summary
|
|
1892
|
+
@summary Deletes a voiceprint based on its ID.
|
|
1893
|
+
|
|
1894
|
+
@description ## [](#)
|
|
1895
|
+
``````````
|
|
1893
1896
|
|
|
1894
1897
|
@param request: ClearAIAgentVoiceprintRequest
|
|
1895
1898
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -1924,7 +1927,10 @@ class Client(OpenApiClient):
|
|
|
1924
1927
|
runtime: util_models.RuntimeOptions,
|
|
1925
1928
|
) -> ice20201109_models.ClearAIAgentVoiceprintResponse:
|
|
1926
1929
|
"""
|
|
1927
|
-
@summary
|
|
1930
|
+
@summary Deletes a voiceprint based on its ID.
|
|
1931
|
+
|
|
1932
|
+
@description ## [](#)
|
|
1933
|
+
``````````
|
|
1928
1934
|
|
|
1929
1935
|
@param request: ClearAIAgentVoiceprintRequest
|
|
1930
1936
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -1958,7 +1964,10 @@ class Client(OpenApiClient):
|
|
|
1958
1964
|
request: ice20201109_models.ClearAIAgentVoiceprintRequest,
|
|
1959
1965
|
) -> ice20201109_models.ClearAIAgentVoiceprintResponse:
|
|
1960
1966
|
"""
|
|
1961
|
-
@summary
|
|
1967
|
+
@summary Deletes a voiceprint based on its ID.
|
|
1968
|
+
|
|
1969
|
+
@description ## [](#)
|
|
1970
|
+
``````````
|
|
1962
1971
|
|
|
1963
1972
|
@param request: ClearAIAgentVoiceprintRequest
|
|
1964
1973
|
@return: ClearAIAgentVoiceprintResponse
|
|
@@ -1971,7 +1980,10 @@ class Client(OpenApiClient):
|
|
|
1971
1980
|
request: ice20201109_models.ClearAIAgentVoiceprintRequest,
|
|
1972
1981
|
) -> ice20201109_models.ClearAIAgentVoiceprintResponse:
|
|
1973
1982
|
"""
|
|
1974
|
-
@summary
|
|
1983
|
+
@summary Deletes a voiceprint based on its ID.
|
|
1984
|
+
|
|
1985
|
+
@description ## [](#)
|
|
1986
|
+
``````````
|
|
1975
1987
|
|
|
1976
1988
|
@param request: ClearAIAgentVoiceprintRequest
|
|
1977
1989
|
@return: ClearAIAgentVoiceprintResponse
|
|
@@ -1985,7 +1997,9 @@ class Client(OpenApiClient):
|
|
|
1985
1997
|
runtime: util_models.RuntimeOptions,
|
|
1986
1998
|
) -> ice20201109_models.CloseMediaConnectFlowFailoverResponse:
|
|
1987
1999
|
"""
|
|
1988
|
-
@summary
|
|
2000
|
+
@summary Disables Source Failover for a MediaConnect flow.
|
|
2001
|
+
|
|
2002
|
+
@description If a flow has two sources, you cannot disable Source Failover. Delete one of them before this operation.
|
|
1989
2003
|
|
|
1990
2004
|
@param request: CloseMediaConnectFlowFailoverRequest
|
|
1991
2005
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -2020,7 +2034,9 @@ class Client(OpenApiClient):
|
|
|
2020
2034
|
runtime: util_models.RuntimeOptions,
|
|
2021
2035
|
) -> ice20201109_models.CloseMediaConnectFlowFailoverResponse:
|
|
2022
2036
|
"""
|
|
2023
|
-
@summary
|
|
2037
|
+
@summary Disables Source Failover for a MediaConnect flow.
|
|
2038
|
+
|
|
2039
|
+
@description If a flow has two sources, you cannot disable Source Failover. Delete one of them before this operation.
|
|
2024
2040
|
|
|
2025
2041
|
@param request: CloseMediaConnectFlowFailoverRequest
|
|
2026
2042
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -2054,7 +2070,9 @@ class Client(OpenApiClient):
|
|
|
2054
2070
|
request: ice20201109_models.CloseMediaConnectFlowFailoverRequest,
|
|
2055
2071
|
) -> ice20201109_models.CloseMediaConnectFlowFailoverResponse:
|
|
2056
2072
|
"""
|
|
2057
|
-
@summary
|
|
2073
|
+
@summary Disables Source Failover for a MediaConnect flow.
|
|
2074
|
+
|
|
2075
|
+
@description If a flow has two sources, you cannot disable Source Failover. Delete one of them before this operation.
|
|
2058
2076
|
|
|
2059
2077
|
@param request: CloseMediaConnectFlowFailoverRequest
|
|
2060
2078
|
@return: CloseMediaConnectFlowFailoverResponse
|
|
@@ -2067,7 +2085,9 @@ class Client(OpenApiClient):
|
|
|
2067
2085
|
request: ice20201109_models.CloseMediaConnectFlowFailoverRequest,
|
|
2068
2086
|
) -> ice20201109_models.CloseMediaConnectFlowFailoverResponse:
|
|
2069
2087
|
"""
|
|
2070
|
-
@summary
|
|
2088
|
+
@summary Disables Source Failover for a MediaConnect flow.
|
|
2089
|
+
|
|
2090
|
+
@description If a flow has two sources, you cannot disable Source Failover. Delete one of them before this operation.
|
|
2071
2091
|
|
|
2072
2092
|
@param request: CloseMediaConnectFlowFailoverRequest
|
|
2073
2093
|
@return: CloseMediaConnectFlowFailoverResponse
|
|
@@ -2081,7 +2101,7 @@ class Client(OpenApiClient):
|
|
|
2081
2101
|
runtime: util_models.RuntimeOptions,
|
|
2082
2102
|
) -> ice20201109_models.CloseStreamToSearchLibResponse:
|
|
2083
2103
|
"""
|
|
2084
|
-
@summary
|
|
2104
|
+
@summary Stops the tagging and analysis process for a live stream media asset.
|
|
2085
2105
|
|
|
2086
2106
|
@param request: CloseStreamToSearchLibRequest
|
|
2087
2107
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -2120,7 +2140,7 @@ class Client(OpenApiClient):
|
|
|
2120
2140
|
runtime: util_models.RuntimeOptions,
|
|
2121
2141
|
) -> ice20201109_models.CloseStreamToSearchLibResponse:
|
|
2122
2142
|
"""
|
|
2123
|
-
@summary
|
|
2143
|
+
@summary Stops the tagging and analysis process for a live stream media asset.
|
|
2124
2144
|
|
|
2125
2145
|
@param request: CloseStreamToSearchLibRequest
|
|
2126
2146
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -2158,7 +2178,7 @@ class Client(OpenApiClient):
|
|
|
2158
2178
|
request: ice20201109_models.CloseStreamToSearchLibRequest,
|
|
2159
2179
|
) -> ice20201109_models.CloseStreamToSearchLibResponse:
|
|
2160
2180
|
"""
|
|
2161
|
-
@summary
|
|
2181
|
+
@summary Stops the tagging and analysis process for a live stream media asset.
|
|
2162
2182
|
|
|
2163
2183
|
@param request: CloseStreamToSearchLibRequest
|
|
2164
2184
|
@return: CloseStreamToSearchLibResponse
|
|
@@ -2171,7 +2191,7 @@ class Client(OpenApiClient):
|
|
|
2171
2191
|
request: ice20201109_models.CloseStreamToSearchLibRequest,
|
|
2172
2192
|
) -> ice20201109_models.CloseStreamToSearchLibResponse:
|
|
2173
2193
|
"""
|
|
2174
|
-
@summary
|
|
2194
|
+
@summary Stops the tagging and analysis process for a live stream media asset.
|
|
2175
2195
|
|
|
2176
2196
|
@param request: CloseStreamToSearchLibRequest
|
|
2177
2197
|
@return: CloseStreamToSearchLibResponse
|
|
@@ -3009,7 +3029,7 @@ class Client(OpenApiClient):
|
|
|
3009
3029
|
runtime: util_models.RuntimeOptions,
|
|
3010
3030
|
) -> ice20201109_models.CreateHotwordLibraryResponse:
|
|
3011
3031
|
"""
|
|
3012
|
-
@summary
|
|
3032
|
+
@summary Creates a hotword library.
|
|
3013
3033
|
|
|
3014
3034
|
@param tmp_req: CreateHotwordLibraryRequest
|
|
3015
3035
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -3054,7 +3074,7 @@ class Client(OpenApiClient):
|
|
|
3054
3074
|
runtime: util_models.RuntimeOptions,
|
|
3055
3075
|
) -> ice20201109_models.CreateHotwordLibraryResponse:
|
|
3056
3076
|
"""
|
|
3057
|
-
@summary
|
|
3077
|
+
@summary Creates a hotword library.
|
|
3058
3078
|
|
|
3059
3079
|
@param tmp_req: CreateHotwordLibraryRequest
|
|
3060
3080
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -3098,7 +3118,7 @@ class Client(OpenApiClient):
|
|
|
3098
3118
|
request: ice20201109_models.CreateHotwordLibraryRequest,
|
|
3099
3119
|
) -> ice20201109_models.CreateHotwordLibraryResponse:
|
|
3100
3120
|
"""
|
|
3101
|
-
@summary
|
|
3121
|
+
@summary Creates a hotword library.
|
|
3102
3122
|
|
|
3103
3123
|
@param request: CreateHotwordLibraryRequest
|
|
3104
3124
|
@return: CreateHotwordLibraryResponse
|
|
@@ -3111,7 +3131,7 @@ class Client(OpenApiClient):
|
|
|
3111
3131
|
request: ice20201109_models.CreateHotwordLibraryRequest,
|
|
3112
3132
|
) -> ice20201109_models.CreateHotwordLibraryResponse:
|
|
3113
3133
|
"""
|
|
3114
|
-
@summary
|
|
3134
|
+
@summary Creates a hotword library.
|
|
3115
3135
|
|
|
3116
3136
|
@param request: CreateHotwordLibraryRequest
|
|
3117
3137
|
@return: CreateHotwordLibraryResponse
|
|
@@ -4637,7 +4657,10 @@ class Client(OpenApiClient):
|
|
|
4637
4657
|
runtime: util_models.RuntimeOptions,
|
|
4638
4658
|
) -> ice20201109_models.CreateRecognitionEntityResponse:
|
|
4639
4659
|
"""
|
|
4640
|
-
@summary
|
|
4660
|
+
@summary Creates an entity to be recognized in a custom recognition library. The entity can be a landmark, object, logo, or person.
|
|
4661
|
+
|
|
4662
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
4663
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
4641
4664
|
|
|
4642
4665
|
@param request: CreateRecognitionEntityRequest
|
|
4643
4666
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -4686,7 +4709,10 @@ class Client(OpenApiClient):
|
|
|
4686
4709
|
runtime: util_models.RuntimeOptions,
|
|
4687
4710
|
) -> ice20201109_models.CreateRecognitionEntityResponse:
|
|
4688
4711
|
"""
|
|
4689
|
-
@summary
|
|
4712
|
+
@summary Creates an entity to be recognized in a custom recognition library. The entity can be a landmark, object, logo, or person.
|
|
4713
|
+
|
|
4714
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
4715
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
4690
4716
|
|
|
4691
4717
|
@param request: CreateRecognitionEntityRequest
|
|
4692
4718
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -4734,7 +4760,10 @@ class Client(OpenApiClient):
|
|
|
4734
4760
|
request: ice20201109_models.CreateRecognitionEntityRequest,
|
|
4735
4761
|
) -> ice20201109_models.CreateRecognitionEntityResponse:
|
|
4736
4762
|
"""
|
|
4737
|
-
@summary
|
|
4763
|
+
@summary Creates an entity to be recognized in a custom recognition library. The entity can be a landmark, object, logo, or person.
|
|
4764
|
+
|
|
4765
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
4766
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
4738
4767
|
|
|
4739
4768
|
@param request: CreateRecognitionEntityRequest
|
|
4740
4769
|
@return: CreateRecognitionEntityResponse
|
|
@@ -4747,7 +4776,10 @@ class Client(OpenApiClient):
|
|
|
4747
4776
|
request: ice20201109_models.CreateRecognitionEntityRequest,
|
|
4748
4777
|
) -> ice20201109_models.CreateRecognitionEntityResponse:
|
|
4749
4778
|
"""
|
|
4750
|
-
@summary
|
|
4779
|
+
@summary Creates an entity to be recognized in a custom recognition library. The entity can be a landmark, object, logo, or person.
|
|
4780
|
+
|
|
4781
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
4782
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
4751
4783
|
|
|
4752
4784
|
@param request: CreateRecognitionEntityRequest
|
|
4753
4785
|
@return: CreateRecognitionEntityResponse
|
|
@@ -4761,7 +4793,11 @@ class Client(OpenApiClient):
|
|
|
4761
4793
|
runtime: util_models.RuntimeOptions,
|
|
4762
4794
|
) -> ice20201109_models.CreateRecognitionLibResponse:
|
|
4763
4795
|
"""
|
|
4764
|
-
@summary
|
|
4796
|
+
@summary Creates a custom library to store the entity information for recognition.
|
|
4797
|
+
|
|
4798
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
4799
|
+
Workflow for using a custom recognition library: Create a library, create a custom object entity within the library, register sample images for the entity, create an analysis template that uses your custom library, and then submit an analysis task using the template.
|
|
4800
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
4765
4801
|
|
|
4766
4802
|
@param request: CreateRecognitionLibRequest
|
|
4767
4803
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -4808,7 +4844,11 @@ class Client(OpenApiClient):
|
|
|
4808
4844
|
runtime: util_models.RuntimeOptions,
|
|
4809
4845
|
) -> ice20201109_models.CreateRecognitionLibResponse:
|
|
4810
4846
|
"""
|
|
4811
|
-
@summary
|
|
4847
|
+
@summary Creates a custom library to store the entity information for recognition.
|
|
4848
|
+
|
|
4849
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
4850
|
+
Workflow for using a custom recognition library: Create a library, create a custom object entity within the library, register sample images for the entity, create an analysis template that uses your custom library, and then submit an analysis task using the template.
|
|
4851
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
4812
4852
|
|
|
4813
4853
|
@param request: CreateRecognitionLibRequest
|
|
4814
4854
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -4854,7 +4894,11 @@ class Client(OpenApiClient):
|
|
|
4854
4894
|
request: ice20201109_models.CreateRecognitionLibRequest,
|
|
4855
4895
|
) -> ice20201109_models.CreateRecognitionLibResponse:
|
|
4856
4896
|
"""
|
|
4857
|
-
@summary
|
|
4897
|
+
@summary Creates a custom library to store the entity information for recognition.
|
|
4898
|
+
|
|
4899
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
4900
|
+
Workflow for using a custom recognition library: Create a library, create a custom object entity within the library, register sample images for the entity, create an analysis template that uses your custom library, and then submit an analysis task using the template.
|
|
4901
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
4858
4902
|
|
|
4859
4903
|
@param request: CreateRecognitionLibRequest
|
|
4860
4904
|
@return: CreateRecognitionLibResponse
|
|
@@ -4867,7 +4911,11 @@ class Client(OpenApiClient):
|
|
|
4867
4911
|
request: ice20201109_models.CreateRecognitionLibRequest,
|
|
4868
4912
|
) -> ice20201109_models.CreateRecognitionLibResponse:
|
|
4869
4913
|
"""
|
|
4870
|
-
@summary
|
|
4914
|
+
@summary Creates a custom library to store the entity information for recognition.
|
|
4915
|
+
|
|
4916
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
4917
|
+
Workflow for using a custom recognition library: Create a library, create a custom object entity within the library, register sample images for the entity, create an analysis template that uses your custom library, and then submit an analysis task using the template.
|
|
4918
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
4871
4919
|
|
|
4872
4920
|
@param request: CreateRecognitionLibRequest
|
|
4873
4921
|
@return: CreateRecognitionLibResponse
|
|
@@ -4881,7 +4929,10 @@ class Client(OpenApiClient):
|
|
|
4881
4929
|
runtime: util_models.RuntimeOptions,
|
|
4882
4930
|
) -> ice20201109_models.CreateRecognitionSampleResponse:
|
|
4883
4931
|
"""
|
|
4884
|
-
@summary
|
|
4932
|
+
@summary Adds a sample image or a text label to a specific entity within a recognition library.
|
|
4933
|
+
|
|
4934
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
4935
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
4885
4936
|
|
|
4886
4937
|
@param request: CreateRecognitionSampleRequest
|
|
4887
4938
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -4932,7 +4983,10 @@ class Client(OpenApiClient):
|
|
|
4932
4983
|
runtime: util_models.RuntimeOptions,
|
|
4933
4984
|
) -> ice20201109_models.CreateRecognitionSampleResponse:
|
|
4934
4985
|
"""
|
|
4935
|
-
@summary
|
|
4986
|
+
@summary Adds a sample image or a text label to a specific entity within a recognition library.
|
|
4987
|
+
|
|
4988
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
4989
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
4936
4990
|
|
|
4937
4991
|
@param request: CreateRecognitionSampleRequest
|
|
4938
4992
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -4982,7 +5036,10 @@ class Client(OpenApiClient):
|
|
|
4982
5036
|
request: ice20201109_models.CreateRecognitionSampleRequest,
|
|
4983
5037
|
) -> ice20201109_models.CreateRecognitionSampleResponse:
|
|
4984
5038
|
"""
|
|
4985
|
-
@summary
|
|
5039
|
+
@summary Adds a sample image or a text label to a specific entity within a recognition library.
|
|
5040
|
+
|
|
5041
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
5042
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
4986
5043
|
|
|
4987
5044
|
@param request: CreateRecognitionSampleRequest
|
|
4988
5045
|
@return: CreateRecognitionSampleResponse
|
|
@@ -4995,7 +5052,10 @@ class Client(OpenApiClient):
|
|
|
4995
5052
|
request: ice20201109_models.CreateRecognitionSampleRequest,
|
|
4996
5053
|
) -> ice20201109_models.CreateRecognitionSampleResponse:
|
|
4997
5054
|
"""
|
|
4998
|
-
@summary
|
|
5055
|
+
@summary Adds a sample image or a text label to a specific entity within a recognition library.
|
|
5056
|
+
|
|
5057
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
5058
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
4999
5059
|
|
|
5000
5060
|
@param request: CreateRecognitionSampleRequest
|
|
5001
5061
|
@return: CreateRecognitionSampleResponse
|
|
@@ -5437,7 +5497,7 @@ class Client(OpenApiClient):
|
|
|
5437
5497
|
runtime: util_models.RuntimeOptions,
|
|
5438
5498
|
) -> ice20201109_models.CreateStreamToSearchLibResponse:
|
|
5439
5499
|
"""
|
|
5440
|
-
@summary
|
|
5500
|
+
@summary Registers a live stream as a media asset.
|
|
5441
5501
|
|
|
5442
5502
|
@param request: CreateStreamToSearchLibRequest
|
|
5443
5503
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -5476,7 +5536,7 @@ class Client(OpenApiClient):
|
|
|
5476
5536
|
runtime: util_models.RuntimeOptions,
|
|
5477
5537
|
) -> ice20201109_models.CreateStreamToSearchLibResponse:
|
|
5478
5538
|
"""
|
|
5479
|
-
@summary
|
|
5539
|
+
@summary Registers a live stream as a media asset.
|
|
5480
5540
|
|
|
5481
5541
|
@param request: CreateStreamToSearchLibRequest
|
|
5482
5542
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -5514,7 +5574,7 @@ class Client(OpenApiClient):
|
|
|
5514
5574
|
request: ice20201109_models.CreateStreamToSearchLibRequest,
|
|
5515
5575
|
) -> ice20201109_models.CreateStreamToSearchLibResponse:
|
|
5516
5576
|
"""
|
|
5517
|
-
@summary
|
|
5577
|
+
@summary Registers a live stream as a media asset.
|
|
5518
5578
|
|
|
5519
5579
|
@param request: CreateStreamToSearchLibRequest
|
|
5520
5580
|
@return: CreateStreamToSearchLibResponse
|
|
@@ -5527,7 +5587,7 @@ class Client(OpenApiClient):
|
|
|
5527
5587
|
request: ice20201109_models.CreateStreamToSearchLibRequest,
|
|
5528
5588
|
) -> ice20201109_models.CreateStreamToSearchLibResponse:
|
|
5529
5589
|
"""
|
|
5530
|
-
@summary
|
|
5590
|
+
@summary Registers a live stream as a media asset.
|
|
5531
5591
|
|
|
5532
5592
|
@param request: CreateStreamToSearchLibRequest
|
|
5533
5593
|
@return: CreateStreamToSearchLibResponse
|
|
@@ -6257,7 +6317,7 @@ class Client(OpenApiClient):
|
|
|
6257
6317
|
runtime: util_models.RuntimeOptions,
|
|
6258
6318
|
) -> ice20201109_models.DeleteAIAgentDialogueResponse:
|
|
6259
6319
|
"""
|
|
6260
|
-
@summary
|
|
6320
|
+
@summary Deletes dialog records of an AI agent.
|
|
6261
6321
|
|
|
6262
6322
|
@param request: DeleteAIAgentDialogueRequest
|
|
6263
6323
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -6296,7 +6356,7 @@ class Client(OpenApiClient):
|
|
|
6296
6356
|
runtime: util_models.RuntimeOptions,
|
|
6297
6357
|
) -> ice20201109_models.DeleteAIAgentDialogueResponse:
|
|
6298
6358
|
"""
|
|
6299
|
-
@summary
|
|
6359
|
+
@summary Deletes dialog records of an AI agent.
|
|
6300
6360
|
|
|
6301
6361
|
@param request: DeleteAIAgentDialogueRequest
|
|
6302
6362
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -6334,7 +6394,7 @@ class Client(OpenApiClient):
|
|
|
6334
6394
|
request: ice20201109_models.DeleteAIAgentDialogueRequest,
|
|
6335
6395
|
) -> ice20201109_models.DeleteAIAgentDialogueResponse:
|
|
6336
6396
|
"""
|
|
6337
|
-
@summary
|
|
6397
|
+
@summary Deletes dialog records of an AI agent.
|
|
6338
6398
|
|
|
6339
6399
|
@param request: DeleteAIAgentDialogueRequest
|
|
6340
6400
|
@return: DeleteAIAgentDialogueResponse
|
|
@@ -6347,7 +6407,7 @@ class Client(OpenApiClient):
|
|
|
6347
6407
|
request: ice20201109_models.DeleteAIAgentDialogueRequest,
|
|
6348
6408
|
) -> ice20201109_models.DeleteAIAgentDialogueResponse:
|
|
6349
6409
|
"""
|
|
6350
|
-
@summary
|
|
6410
|
+
@summary Deletes dialog records of an AI agent.
|
|
6351
6411
|
|
|
6352
6412
|
@param request: DeleteAIAgentDialogueRequest
|
|
6353
6413
|
@return: DeleteAIAgentDialogueResponse
|
|
@@ -7373,7 +7433,12 @@ class Client(OpenApiClient):
|
|
|
7373
7433
|
runtime: util_models.RuntimeOptions,
|
|
7374
7434
|
) -> ice20201109_models.DeleteHotwordLibraryResponse:
|
|
7375
7435
|
"""
|
|
7376
|
-
@summary
|
|
7436
|
+
@summary Deletes a specified hotword library based on the ID.
|
|
7437
|
+
|
|
7438
|
+
@description ## [](#)
|
|
7439
|
+
You can call this operation to delete a specified hotword library.
|
|
7440
|
+
The delete operation is irreversible.
|
|
7441
|
+
You can create up to 100 hotword libraries in an account.
|
|
7377
7442
|
|
|
7378
7443
|
@param request: DeleteHotwordLibraryRequest
|
|
7379
7444
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -7408,7 +7473,12 @@ class Client(OpenApiClient):
|
|
|
7408
7473
|
runtime: util_models.RuntimeOptions,
|
|
7409
7474
|
) -> ice20201109_models.DeleteHotwordLibraryResponse:
|
|
7410
7475
|
"""
|
|
7411
|
-
@summary
|
|
7476
|
+
@summary Deletes a specified hotword library based on the ID.
|
|
7477
|
+
|
|
7478
|
+
@description ## [](#)
|
|
7479
|
+
You can call this operation to delete a specified hotword library.
|
|
7480
|
+
The delete operation is irreversible.
|
|
7481
|
+
You can create up to 100 hotword libraries in an account.
|
|
7412
7482
|
|
|
7413
7483
|
@param request: DeleteHotwordLibraryRequest
|
|
7414
7484
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -7442,7 +7512,12 @@ class Client(OpenApiClient):
|
|
|
7442
7512
|
request: ice20201109_models.DeleteHotwordLibraryRequest,
|
|
7443
7513
|
) -> ice20201109_models.DeleteHotwordLibraryResponse:
|
|
7444
7514
|
"""
|
|
7445
|
-
@summary
|
|
7515
|
+
@summary Deletes a specified hotword library based on the ID.
|
|
7516
|
+
|
|
7517
|
+
@description ## [](#)
|
|
7518
|
+
You can call this operation to delete a specified hotword library.
|
|
7519
|
+
The delete operation is irreversible.
|
|
7520
|
+
You can create up to 100 hotword libraries in an account.
|
|
7446
7521
|
|
|
7447
7522
|
@param request: DeleteHotwordLibraryRequest
|
|
7448
7523
|
@return: DeleteHotwordLibraryResponse
|
|
@@ -7455,7 +7530,12 @@ class Client(OpenApiClient):
|
|
|
7455
7530
|
request: ice20201109_models.DeleteHotwordLibraryRequest,
|
|
7456
7531
|
) -> ice20201109_models.DeleteHotwordLibraryResponse:
|
|
7457
7532
|
"""
|
|
7458
|
-
@summary
|
|
7533
|
+
@summary Deletes a specified hotword library based on the ID.
|
|
7534
|
+
|
|
7535
|
+
@description ## [](#)
|
|
7536
|
+
You can call this operation to delete a specified hotword library.
|
|
7537
|
+
The delete operation is irreversible.
|
|
7538
|
+
You can create up to 100 hotword libraries in an account.
|
|
7459
7539
|
|
|
7460
7540
|
@param request: DeleteHotwordLibraryRequest
|
|
7461
7541
|
@return: DeleteHotwordLibraryResponse
|
|
@@ -9697,7 +9777,10 @@ class Client(OpenApiClient):
|
|
|
9697
9777
|
runtime: util_models.RuntimeOptions,
|
|
9698
9778
|
) -> ice20201109_models.DeleteRecognitionEntityResponse:
|
|
9699
9779
|
"""
|
|
9700
|
-
@summary
|
|
9780
|
+
@summary Deletes an entity from the specified custom recognition library.
|
|
9781
|
+
|
|
9782
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
9783
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
9701
9784
|
|
|
9702
9785
|
@param request: DeleteRecognitionEntityRequest
|
|
9703
9786
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -9744,7 +9827,10 @@ class Client(OpenApiClient):
|
|
|
9744
9827
|
runtime: util_models.RuntimeOptions,
|
|
9745
9828
|
) -> ice20201109_models.DeleteRecognitionEntityResponse:
|
|
9746
9829
|
"""
|
|
9747
|
-
@summary
|
|
9830
|
+
@summary Deletes an entity from the specified custom recognition library.
|
|
9831
|
+
|
|
9832
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
9833
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
9748
9834
|
|
|
9749
9835
|
@param request: DeleteRecognitionEntityRequest
|
|
9750
9836
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -9790,7 +9876,10 @@ class Client(OpenApiClient):
|
|
|
9790
9876
|
request: ice20201109_models.DeleteRecognitionEntityRequest,
|
|
9791
9877
|
) -> ice20201109_models.DeleteRecognitionEntityResponse:
|
|
9792
9878
|
"""
|
|
9793
|
-
@summary
|
|
9879
|
+
@summary Deletes an entity from the specified custom recognition library.
|
|
9880
|
+
|
|
9881
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
9882
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
9794
9883
|
|
|
9795
9884
|
@param request: DeleteRecognitionEntityRequest
|
|
9796
9885
|
@return: DeleteRecognitionEntityResponse
|
|
@@ -9803,7 +9892,10 @@ class Client(OpenApiClient):
|
|
|
9803
9892
|
request: ice20201109_models.DeleteRecognitionEntityRequest,
|
|
9804
9893
|
) -> ice20201109_models.DeleteRecognitionEntityResponse:
|
|
9805
9894
|
"""
|
|
9806
|
-
@summary
|
|
9895
|
+
@summary Deletes an entity from the specified custom recognition library.
|
|
9896
|
+
|
|
9897
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
9898
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
9807
9899
|
|
|
9808
9900
|
@param request: DeleteRecognitionEntityRequest
|
|
9809
9901
|
@return: DeleteRecognitionEntityResponse
|
|
@@ -9817,7 +9909,10 @@ class Client(OpenApiClient):
|
|
|
9817
9909
|
runtime: util_models.RuntimeOptions,
|
|
9818
9910
|
) -> ice20201109_models.DeleteRecognitionLibResponse:
|
|
9819
9911
|
"""
|
|
9820
|
-
@summary
|
|
9912
|
+
@summary Deletes a custom recognition library, including all entities and samples within it.
|
|
9913
|
+
|
|
9914
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
9915
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
9821
9916
|
|
|
9822
9917
|
@param request: DeleteRecognitionLibRequest
|
|
9823
9918
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -9862,7 +9957,10 @@ class Client(OpenApiClient):
|
|
|
9862
9957
|
runtime: util_models.RuntimeOptions,
|
|
9863
9958
|
) -> ice20201109_models.DeleteRecognitionLibResponse:
|
|
9864
9959
|
"""
|
|
9865
|
-
@summary
|
|
9960
|
+
@summary Deletes a custom recognition library, including all entities and samples within it.
|
|
9961
|
+
|
|
9962
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
9963
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
9866
9964
|
|
|
9867
9965
|
@param request: DeleteRecognitionLibRequest
|
|
9868
9966
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -9906,7 +10004,10 @@ class Client(OpenApiClient):
|
|
|
9906
10004
|
request: ice20201109_models.DeleteRecognitionLibRequest,
|
|
9907
10005
|
) -> ice20201109_models.DeleteRecognitionLibResponse:
|
|
9908
10006
|
"""
|
|
9909
|
-
@summary
|
|
10007
|
+
@summary Deletes a custom recognition library, including all entities and samples within it.
|
|
10008
|
+
|
|
10009
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
10010
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
9910
10011
|
|
|
9911
10012
|
@param request: DeleteRecognitionLibRequest
|
|
9912
10013
|
@return: DeleteRecognitionLibResponse
|
|
@@ -9919,7 +10020,10 @@ class Client(OpenApiClient):
|
|
|
9919
10020
|
request: ice20201109_models.DeleteRecognitionLibRequest,
|
|
9920
10021
|
) -> ice20201109_models.DeleteRecognitionLibResponse:
|
|
9921
10022
|
"""
|
|
9922
|
-
@summary
|
|
10023
|
+
@summary Deletes a custom recognition library, including all entities and samples within it.
|
|
10024
|
+
|
|
10025
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
10026
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
9923
10027
|
|
|
9924
10028
|
@param request: DeleteRecognitionLibRequest
|
|
9925
10029
|
@return: DeleteRecognitionLibResponse
|
|
@@ -9933,7 +10037,10 @@ class Client(OpenApiClient):
|
|
|
9933
10037
|
runtime: util_models.RuntimeOptions,
|
|
9934
10038
|
) -> ice20201109_models.DeleteRecognitionSampleResponse:
|
|
9935
10039
|
"""
|
|
9936
|
-
@summary
|
|
10040
|
+
@summary Deletes a sample for a custom entity.
|
|
10041
|
+
|
|
10042
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
10043
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
9937
10044
|
|
|
9938
10045
|
@param request: DeleteRecognitionSampleRequest
|
|
9939
10046
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -9982,7 +10089,10 @@ class Client(OpenApiClient):
|
|
|
9982
10089
|
runtime: util_models.RuntimeOptions,
|
|
9983
10090
|
) -> ice20201109_models.DeleteRecognitionSampleResponse:
|
|
9984
10091
|
"""
|
|
9985
|
-
@summary
|
|
10092
|
+
@summary Deletes a sample for a custom entity.
|
|
10093
|
+
|
|
10094
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
10095
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
9986
10096
|
|
|
9987
10097
|
@param request: DeleteRecognitionSampleRequest
|
|
9988
10098
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -10030,7 +10140,10 @@ class Client(OpenApiClient):
|
|
|
10030
10140
|
request: ice20201109_models.DeleteRecognitionSampleRequest,
|
|
10031
10141
|
) -> ice20201109_models.DeleteRecognitionSampleResponse:
|
|
10032
10142
|
"""
|
|
10033
|
-
@summary
|
|
10143
|
+
@summary Deletes a sample for a custom entity.
|
|
10144
|
+
|
|
10145
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
10146
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
10034
10147
|
|
|
10035
10148
|
@param request: DeleteRecognitionSampleRequest
|
|
10036
10149
|
@return: DeleteRecognitionSampleResponse
|
|
@@ -10043,7 +10156,10 @@ class Client(OpenApiClient):
|
|
|
10043
10156
|
request: ice20201109_models.DeleteRecognitionSampleRequest,
|
|
10044
10157
|
) -> ice20201109_models.DeleteRecognitionSampleResponse:
|
|
10045
10158
|
"""
|
|
10046
|
-
@summary
|
|
10159
|
+
@summary Deletes a sample for a custom entity.
|
|
10160
|
+
|
|
10161
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
10162
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
10047
10163
|
|
|
10048
10164
|
@param request: DeleteRecognitionSampleRequest
|
|
10049
10165
|
@return: DeleteRecognitionSampleResponse
|
|
@@ -11509,6 +11625,8 @@ class Client(OpenApiClient):
|
|
|
11509
11625
|
runtime: util_models.RuntimeOptions,
|
|
11510
11626
|
) -> ice20201109_models.DescribePlayListResponse:
|
|
11511
11627
|
"""
|
|
11628
|
+
@summary Retrieves playback records based on the player\\"s TraceId. This API supports pagination.
|
|
11629
|
+
|
|
11512
11630
|
@param request: DescribePlayListRequest
|
|
11513
11631
|
@param runtime: runtime options for this request RuntimeOptions
|
|
11514
11632
|
@return: DescribePlayListResponse
|
|
@@ -11558,6 +11676,8 @@ class Client(OpenApiClient):
|
|
|
11558
11676
|
runtime: util_models.RuntimeOptions,
|
|
11559
11677
|
) -> ice20201109_models.DescribePlayListResponse:
|
|
11560
11678
|
"""
|
|
11679
|
+
@summary Retrieves playback records based on the player\\"s TraceId. This API supports pagination.
|
|
11680
|
+
|
|
11561
11681
|
@param request: DescribePlayListRequest
|
|
11562
11682
|
@param runtime: runtime options for this request RuntimeOptions
|
|
11563
11683
|
@return: DescribePlayListResponse
|
|
@@ -11606,6 +11726,8 @@ class Client(OpenApiClient):
|
|
|
11606
11726
|
request: ice20201109_models.DescribePlayListRequest,
|
|
11607
11727
|
) -> ice20201109_models.DescribePlayListResponse:
|
|
11608
11728
|
"""
|
|
11729
|
+
@summary Retrieves playback records based on the player\\"s TraceId. This API supports pagination.
|
|
11730
|
+
|
|
11609
11731
|
@param request: DescribePlayListRequest
|
|
11610
11732
|
@return: DescribePlayListResponse
|
|
11611
11733
|
"""
|
|
@@ -11617,6 +11739,8 @@ class Client(OpenApiClient):
|
|
|
11617
11739
|
request: ice20201109_models.DescribePlayListRequest,
|
|
11618
11740
|
) -> ice20201109_models.DescribePlayListResponse:
|
|
11619
11741
|
"""
|
|
11742
|
+
@summary Retrieves playback records based on the player\\"s TraceId. This API supports pagination.
|
|
11743
|
+
|
|
11620
11744
|
@param request: DescribePlayListRequest
|
|
11621
11745
|
@return: DescribePlayListResponse
|
|
11622
11746
|
"""
|
|
@@ -12025,7 +12149,7 @@ class Client(OpenApiClient):
|
|
|
12025
12149
|
runtime: util_models.RuntimeOptions,
|
|
12026
12150
|
) -> ice20201109_models.ForbidMediaConnectFlowOutputResponse:
|
|
12027
12151
|
"""
|
|
12028
|
-
@summary
|
|
12152
|
+
@summary Disables an output of a MediaConnect flow. When disabled, the output retains its configuration, but no live stream is delivered to the destination.
|
|
12029
12153
|
|
|
12030
12154
|
@param request: ForbidMediaConnectFlowOutputRequest
|
|
12031
12155
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -12062,7 +12186,7 @@ class Client(OpenApiClient):
|
|
|
12062
12186
|
runtime: util_models.RuntimeOptions,
|
|
12063
12187
|
) -> ice20201109_models.ForbidMediaConnectFlowOutputResponse:
|
|
12064
12188
|
"""
|
|
12065
|
-
@summary
|
|
12189
|
+
@summary Disables an output of a MediaConnect flow. When disabled, the output retains its configuration, but no live stream is delivered to the destination.
|
|
12066
12190
|
|
|
12067
12191
|
@param request: ForbidMediaConnectFlowOutputRequest
|
|
12068
12192
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -12098,7 +12222,7 @@ class Client(OpenApiClient):
|
|
|
12098
12222
|
request: ice20201109_models.ForbidMediaConnectFlowOutputRequest,
|
|
12099
12223
|
) -> ice20201109_models.ForbidMediaConnectFlowOutputResponse:
|
|
12100
12224
|
"""
|
|
12101
|
-
@summary
|
|
12225
|
+
@summary Disables an output of a MediaConnect flow. When disabled, the output retains its configuration, but no live stream is delivered to the destination.
|
|
12102
12226
|
|
|
12103
12227
|
@param request: ForbidMediaConnectFlowOutputRequest
|
|
12104
12228
|
@return: ForbidMediaConnectFlowOutputResponse
|
|
@@ -12111,7 +12235,7 @@ class Client(OpenApiClient):
|
|
|
12111
12235
|
request: ice20201109_models.ForbidMediaConnectFlowOutputRequest,
|
|
12112
12236
|
) -> ice20201109_models.ForbidMediaConnectFlowOutputResponse:
|
|
12113
12237
|
"""
|
|
12114
|
-
@summary
|
|
12238
|
+
@summary Disables an output of a MediaConnect flow. When disabled, the output retains its configuration, but no live stream is delivered to the destination.
|
|
12115
12239
|
|
|
12116
12240
|
@param request: ForbidMediaConnectFlowOutputRequest
|
|
12117
12241
|
@return: ForbidMediaConnectFlowOutputResponse
|
|
@@ -12455,7 +12579,7 @@ class Client(OpenApiClient):
|
|
|
12455
12579
|
runtime: util_models.RuntimeOptions,
|
|
12456
12580
|
) -> ice20201109_models.GenerateMessageChatTokenResponse:
|
|
12457
12581
|
"""
|
|
12458
|
-
@summary
|
|
12582
|
+
@summary Generates the token required for interactive messaging.
|
|
12459
12583
|
|
|
12460
12584
|
@param request: GenerateMessageChatTokenRequest
|
|
12461
12585
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -12496,7 +12620,7 @@ class Client(OpenApiClient):
|
|
|
12496
12620
|
runtime: util_models.RuntimeOptions,
|
|
12497
12621
|
) -> ice20201109_models.GenerateMessageChatTokenResponse:
|
|
12498
12622
|
"""
|
|
12499
|
-
@summary
|
|
12623
|
+
@summary Generates the token required for interactive messaging.
|
|
12500
12624
|
|
|
12501
12625
|
@param request: GenerateMessageChatTokenRequest
|
|
12502
12626
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -12536,7 +12660,7 @@ class Client(OpenApiClient):
|
|
|
12536
12660
|
request: ice20201109_models.GenerateMessageChatTokenRequest,
|
|
12537
12661
|
) -> ice20201109_models.GenerateMessageChatTokenResponse:
|
|
12538
12662
|
"""
|
|
12539
|
-
@summary
|
|
12663
|
+
@summary Generates the token required for interactive messaging.
|
|
12540
12664
|
|
|
12541
12665
|
@param request: GenerateMessageChatTokenRequest
|
|
12542
12666
|
@return: GenerateMessageChatTokenResponse
|
|
@@ -12549,7 +12673,7 @@ class Client(OpenApiClient):
|
|
|
12549
12673
|
request: ice20201109_models.GenerateMessageChatTokenRequest,
|
|
12550
12674
|
) -> ice20201109_models.GenerateMessageChatTokenResponse:
|
|
12551
12675
|
"""
|
|
12552
|
-
@summary
|
|
12676
|
+
@summary Generates the token required for interactive messaging.
|
|
12553
12677
|
|
|
12554
12678
|
@param request: GenerateMessageChatTokenRequest
|
|
12555
12679
|
@return: GenerateMessageChatTokenResponse
|
|
@@ -12557,6 +12681,102 @@ class Client(OpenApiClient):
|
|
|
12557
12681
|
runtime = util_models.RuntimeOptions()
|
|
12558
12682
|
return await self.generate_message_chat_token_with_options_async(request, runtime)
|
|
12559
12683
|
|
|
12684
|
+
def get_aiworkflow_task_with_options(
|
|
12685
|
+
self,
|
|
12686
|
+
request: ice20201109_models.GetAIWorkflowTaskRequest,
|
|
12687
|
+
runtime: util_models.RuntimeOptions,
|
|
12688
|
+
) -> ice20201109_models.GetAIWorkflowTaskResponse:
|
|
12689
|
+
"""
|
|
12690
|
+
@summary Retrieves the details of a workflow task.
|
|
12691
|
+
|
|
12692
|
+
@param request: GetAIWorkflowTaskRequest
|
|
12693
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
12694
|
+
@return: GetAIWorkflowTaskResponse
|
|
12695
|
+
"""
|
|
12696
|
+
UtilClient.validate_model(request)
|
|
12697
|
+
query = {}
|
|
12698
|
+
if not UtilClient.is_unset(request.task_id):
|
|
12699
|
+
query['TaskId'] = request.task_id
|
|
12700
|
+
req = open_api_models.OpenApiRequest(
|
|
12701
|
+
query=OpenApiUtilClient.query(query)
|
|
12702
|
+
)
|
|
12703
|
+
params = open_api_models.Params(
|
|
12704
|
+
action='GetAIWorkflowTask',
|
|
12705
|
+
version='2020-11-09',
|
|
12706
|
+
protocol='HTTPS',
|
|
12707
|
+
pathname='/',
|
|
12708
|
+
method='POST',
|
|
12709
|
+
auth_type='AK',
|
|
12710
|
+
style='RPC',
|
|
12711
|
+
req_body_type='formData',
|
|
12712
|
+
body_type='json'
|
|
12713
|
+
)
|
|
12714
|
+
return TeaCore.from_map(
|
|
12715
|
+
ice20201109_models.GetAIWorkflowTaskResponse(),
|
|
12716
|
+
self.call_api(params, req, runtime)
|
|
12717
|
+
)
|
|
12718
|
+
|
|
12719
|
+
async def get_aiworkflow_task_with_options_async(
|
|
12720
|
+
self,
|
|
12721
|
+
request: ice20201109_models.GetAIWorkflowTaskRequest,
|
|
12722
|
+
runtime: util_models.RuntimeOptions,
|
|
12723
|
+
) -> ice20201109_models.GetAIWorkflowTaskResponse:
|
|
12724
|
+
"""
|
|
12725
|
+
@summary Retrieves the details of a workflow task.
|
|
12726
|
+
|
|
12727
|
+
@param request: GetAIWorkflowTaskRequest
|
|
12728
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
12729
|
+
@return: GetAIWorkflowTaskResponse
|
|
12730
|
+
"""
|
|
12731
|
+
UtilClient.validate_model(request)
|
|
12732
|
+
query = {}
|
|
12733
|
+
if not UtilClient.is_unset(request.task_id):
|
|
12734
|
+
query['TaskId'] = request.task_id
|
|
12735
|
+
req = open_api_models.OpenApiRequest(
|
|
12736
|
+
query=OpenApiUtilClient.query(query)
|
|
12737
|
+
)
|
|
12738
|
+
params = open_api_models.Params(
|
|
12739
|
+
action='GetAIWorkflowTask',
|
|
12740
|
+
version='2020-11-09',
|
|
12741
|
+
protocol='HTTPS',
|
|
12742
|
+
pathname='/',
|
|
12743
|
+
method='POST',
|
|
12744
|
+
auth_type='AK',
|
|
12745
|
+
style='RPC',
|
|
12746
|
+
req_body_type='formData',
|
|
12747
|
+
body_type='json'
|
|
12748
|
+
)
|
|
12749
|
+
return TeaCore.from_map(
|
|
12750
|
+
ice20201109_models.GetAIWorkflowTaskResponse(),
|
|
12751
|
+
await self.call_api_async(params, req, runtime)
|
|
12752
|
+
)
|
|
12753
|
+
|
|
12754
|
+
def get_aiworkflow_task(
|
|
12755
|
+
self,
|
|
12756
|
+
request: ice20201109_models.GetAIWorkflowTaskRequest,
|
|
12757
|
+
) -> ice20201109_models.GetAIWorkflowTaskResponse:
|
|
12758
|
+
"""
|
|
12759
|
+
@summary Retrieves the details of a workflow task.
|
|
12760
|
+
|
|
12761
|
+
@param request: GetAIWorkflowTaskRequest
|
|
12762
|
+
@return: GetAIWorkflowTaskResponse
|
|
12763
|
+
"""
|
|
12764
|
+
runtime = util_models.RuntimeOptions()
|
|
12765
|
+
return self.get_aiworkflow_task_with_options(request, runtime)
|
|
12766
|
+
|
|
12767
|
+
async def get_aiworkflow_task_async(
|
|
12768
|
+
self,
|
|
12769
|
+
request: ice20201109_models.GetAIWorkflowTaskRequest,
|
|
12770
|
+
) -> ice20201109_models.GetAIWorkflowTaskResponse:
|
|
12771
|
+
"""
|
|
12772
|
+
@summary Retrieves the details of a workflow task.
|
|
12773
|
+
|
|
12774
|
+
@param request: GetAIWorkflowTaskRequest
|
|
12775
|
+
@return: GetAIWorkflowTaskResponse
|
|
12776
|
+
"""
|
|
12777
|
+
runtime = util_models.RuntimeOptions()
|
|
12778
|
+
return await self.get_aiworkflow_task_with_options_async(request, runtime)
|
|
12779
|
+
|
|
12560
12780
|
def get_ad_insertion_with_options(
|
|
12561
12781
|
self,
|
|
12562
12782
|
request: ice20201109_models.GetAdInsertionRequest,
|
|
@@ -14185,7 +14405,10 @@ class Client(OpenApiClient):
|
|
|
14185
14405
|
runtime: util_models.RuntimeOptions,
|
|
14186
14406
|
) -> ice20201109_models.GetHotwordLibraryResponse:
|
|
14187
14407
|
"""
|
|
14188
|
-
@summary
|
|
14408
|
+
@summary Queries the information about a specified hotword library based on the ID.
|
|
14409
|
+
|
|
14410
|
+
@description ## [](#)
|
|
14411
|
+
You can call this operation to retrieve details of a specified hotword library based on the ID, including the library name, description, and content and attributes of all hotwords in it.
|
|
14189
14412
|
|
|
14190
14413
|
@param request: GetHotwordLibraryRequest
|
|
14191
14414
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -14220,7 +14443,10 @@ class Client(OpenApiClient):
|
|
|
14220
14443
|
runtime: util_models.RuntimeOptions,
|
|
14221
14444
|
) -> ice20201109_models.GetHotwordLibraryResponse:
|
|
14222
14445
|
"""
|
|
14223
|
-
@summary
|
|
14446
|
+
@summary Queries the information about a specified hotword library based on the ID.
|
|
14447
|
+
|
|
14448
|
+
@description ## [](#)
|
|
14449
|
+
You can call this operation to retrieve details of a specified hotword library based on the ID, including the library name, description, and content and attributes of all hotwords in it.
|
|
14224
14450
|
|
|
14225
14451
|
@param request: GetHotwordLibraryRequest
|
|
14226
14452
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -14254,7 +14480,10 @@ class Client(OpenApiClient):
|
|
|
14254
14480
|
request: ice20201109_models.GetHotwordLibraryRequest,
|
|
14255
14481
|
) -> ice20201109_models.GetHotwordLibraryResponse:
|
|
14256
14482
|
"""
|
|
14257
|
-
@summary
|
|
14483
|
+
@summary Queries the information about a specified hotword library based on the ID.
|
|
14484
|
+
|
|
14485
|
+
@description ## [](#)
|
|
14486
|
+
You can call this operation to retrieve details of a specified hotword library based on the ID, including the library name, description, and content and attributes of all hotwords in it.
|
|
14258
14487
|
|
|
14259
14488
|
@param request: GetHotwordLibraryRequest
|
|
14260
14489
|
@return: GetHotwordLibraryResponse
|
|
@@ -14267,7 +14496,10 @@ class Client(OpenApiClient):
|
|
|
14267
14496
|
request: ice20201109_models.GetHotwordLibraryRequest,
|
|
14268
14497
|
) -> ice20201109_models.GetHotwordLibraryResponse:
|
|
14269
14498
|
"""
|
|
14270
|
-
@summary
|
|
14499
|
+
@summary Queries the information about a specified hotword library based on the ID.
|
|
14500
|
+
|
|
14501
|
+
@description ## [](#)
|
|
14502
|
+
You can call this operation to retrieve details of a specified hotword library based on the ID, including the library name, description, and content and attributes of all hotwords in it.
|
|
14271
14503
|
|
|
14272
14504
|
@param request: GetHotwordLibraryRequest
|
|
14273
14505
|
@return: GetHotwordLibraryResponse
|
|
@@ -15376,7 +15608,7 @@ class Client(OpenApiClient):
|
|
|
15376
15608
|
runtime: util_models.RuntimeOptions,
|
|
15377
15609
|
) -> ice20201109_models.GetMediaConnectAvailableRegionResponse:
|
|
15378
15610
|
"""
|
|
15379
|
-
@summary
|
|
15611
|
+
@summary Retrieves all regions where MediaConnect is available.
|
|
15380
15612
|
|
|
15381
15613
|
@param request: GetMediaConnectAvailableRegionRequest
|
|
15382
15614
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -15404,7 +15636,7 @@ class Client(OpenApiClient):
|
|
|
15404
15636
|
runtime: util_models.RuntimeOptions,
|
|
15405
15637
|
) -> ice20201109_models.GetMediaConnectAvailableRegionResponse:
|
|
15406
15638
|
"""
|
|
15407
|
-
@summary
|
|
15639
|
+
@summary Retrieves all regions where MediaConnect is available.
|
|
15408
15640
|
|
|
15409
15641
|
@param request: GetMediaConnectAvailableRegionRequest
|
|
15410
15642
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -15429,7 +15661,7 @@ class Client(OpenApiClient):
|
|
|
15429
15661
|
|
|
15430
15662
|
def get_media_connect_available_region(self) -> ice20201109_models.GetMediaConnectAvailableRegionResponse:
|
|
15431
15663
|
"""
|
|
15432
|
-
@summary
|
|
15664
|
+
@summary Retrieves all regions where MediaConnect is available.
|
|
15433
15665
|
|
|
15434
15666
|
@return: GetMediaConnectAvailableRegionResponse
|
|
15435
15667
|
"""
|
|
@@ -15438,7 +15670,7 @@ class Client(OpenApiClient):
|
|
|
15438
15670
|
|
|
15439
15671
|
async def get_media_connect_available_region_async(self) -> ice20201109_models.GetMediaConnectAvailableRegionResponse:
|
|
15440
15672
|
"""
|
|
15441
|
-
@summary
|
|
15673
|
+
@summary Retrieves all regions where MediaConnect is available.
|
|
15442
15674
|
|
|
15443
15675
|
@return: GetMediaConnectAvailableRegionResponse
|
|
15444
15676
|
"""
|
|
@@ -15559,7 +15791,7 @@ class Client(OpenApiClient):
|
|
|
15559
15791
|
runtime: util_models.RuntimeOptions,
|
|
15560
15792
|
) -> ice20201109_models.GetMediaConnectFlowAllOutputNameResponse:
|
|
15561
15793
|
"""
|
|
15562
|
-
@summary
|
|
15794
|
+
@summary Retrieves the names of all outputs for a MediaConnect flow.
|
|
15563
15795
|
|
|
15564
15796
|
@param request: GetMediaConnectFlowAllOutputNameRequest
|
|
15565
15797
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -15594,7 +15826,7 @@ class Client(OpenApiClient):
|
|
|
15594
15826
|
runtime: util_models.RuntimeOptions,
|
|
15595
15827
|
) -> ice20201109_models.GetMediaConnectFlowAllOutputNameResponse:
|
|
15596
15828
|
"""
|
|
15597
|
-
@summary
|
|
15829
|
+
@summary Retrieves the names of all outputs for a MediaConnect flow.
|
|
15598
15830
|
|
|
15599
15831
|
@param request: GetMediaConnectFlowAllOutputNameRequest
|
|
15600
15832
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -15628,7 +15860,7 @@ class Client(OpenApiClient):
|
|
|
15628
15860
|
request: ice20201109_models.GetMediaConnectFlowAllOutputNameRequest,
|
|
15629
15861
|
) -> ice20201109_models.GetMediaConnectFlowAllOutputNameResponse:
|
|
15630
15862
|
"""
|
|
15631
|
-
@summary
|
|
15863
|
+
@summary Retrieves the names of all outputs for a MediaConnect flow.
|
|
15632
15864
|
|
|
15633
15865
|
@param request: GetMediaConnectFlowAllOutputNameRequest
|
|
15634
15866
|
@return: GetMediaConnectFlowAllOutputNameResponse
|
|
@@ -15641,7 +15873,7 @@ class Client(OpenApiClient):
|
|
|
15641
15873
|
request: ice20201109_models.GetMediaConnectFlowAllOutputNameRequest,
|
|
15642
15874
|
) -> ice20201109_models.GetMediaConnectFlowAllOutputNameResponse:
|
|
15643
15875
|
"""
|
|
15644
|
-
@summary
|
|
15876
|
+
@summary Retrieves the names of all outputs for a MediaConnect flow.
|
|
15645
15877
|
|
|
15646
15878
|
@param request: GetMediaConnectFlowAllOutputNameRequest
|
|
15647
15879
|
@return: GetMediaConnectFlowAllOutputNameResponse
|
|
@@ -17099,7 +17331,7 @@ class Client(OpenApiClient):
|
|
|
17099
17331
|
runtime: util_models.RuntimeOptions,
|
|
17100
17332
|
) -> ice20201109_models.GetProjectExportJobResponse:
|
|
17101
17333
|
"""
|
|
17102
|
-
@summary
|
|
17334
|
+
@summary Queries the information of a project export task.
|
|
17103
17335
|
|
|
17104
17336
|
@param request: GetProjectExportJobRequest
|
|
17105
17337
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -17134,7 +17366,7 @@ class Client(OpenApiClient):
|
|
|
17134
17366
|
runtime: util_models.RuntimeOptions,
|
|
17135
17367
|
) -> ice20201109_models.GetProjectExportJobResponse:
|
|
17136
17368
|
"""
|
|
17137
|
-
@summary
|
|
17369
|
+
@summary Queries the information of a project export task.
|
|
17138
17370
|
|
|
17139
17371
|
@param request: GetProjectExportJobRequest
|
|
17140
17372
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -17168,7 +17400,7 @@ class Client(OpenApiClient):
|
|
|
17168
17400
|
request: ice20201109_models.GetProjectExportJobRequest,
|
|
17169
17401
|
) -> ice20201109_models.GetProjectExportJobResponse:
|
|
17170
17402
|
"""
|
|
17171
|
-
@summary
|
|
17403
|
+
@summary Queries the information of a project export task.
|
|
17172
17404
|
|
|
17173
17405
|
@param request: GetProjectExportJobRequest
|
|
17174
17406
|
@return: GetProjectExportJobResponse
|
|
@@ -17181,7 +17413,7 @@ class Client(OpenApiClient):
|
|
|
17181
17413
|
request: ice20201109_models.GetProjectExportJobRequest,
|
|
17182
17414
|
) -> ice20201109_models.GetProjectExportJobResponse:
|
|
17183
17415
|
"""
|
|
17184
|
-
@summary
|
|
17416
|
+
@summary Queries the information of a project export task.
|
|
17185
17417
|
|
|
17186
17418
|
@param request: GetProjectExportJobRequest
|
|
17187
17419
|
@return: GetProjectExportJobResponse
|
|
@@ -17795,7 +18027,7 @@ class Client(OpenApiClient):
|
|
|
17795
18027
|
runtime: util_models.RuntimeOptions,
|
|
17796
18028
|
) -> ice20201109_models.GetStorageListResponse:
|
|
17797
18029
|
"""
|
|
17798
|
-
@summary
|
|
18030
|
+
@summary Obtains storage configurations.
|
|
17799
18031
|
|
|
17800
18032
|
@param request: GetStorageListRequest
|
|
17801
18033
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -17834,7 +18066,7 @@ class Client(OpenApiClient):
|
|
|
17834
18066
|
runtime: util_models.RuntimeOptions,
|
|
17835
18067
|
) -> ice20201109_models.GetStorageListResponse:
|
|
17836
18068
|
"""
|
|
17837
|
-
@summary
|
|
18069
|
+
@summary Obtains storage configurations.
|
|
17838
18070
|
|
|
17839
18071
|
@param request: GetStorageListRequest
|
|
17840
18072
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -17872,7 +18104,7 @@ class Client(OpenApiClient):
|
|
|
17872
18104
|
request: ice20201109_models.GetStorageListRequest,
|
|
17873
18105
|
) -> ice20201109_models.GetStorageListResponse:
|
|
17874
18106
|
"""
|
|
17875
|
-
@summary
|
|
18107
|
+
@summary Obtains storage configurations.
|
|
17876
18108
|
|
|
17877
18109
|
@param request: GetStorageListRequest
|
|
17878
18110
|
@return: GetStorageListResponse
|
|
@@ -17885,7 +18117,7 @@ class Client(OpenApiClient):
|
|
|
17885
18117
|
request: ice20201109_models.GetStorageListRequest,
|
|
17886
18118
|
) -> ice20201109_models.GetStorageListResponse:
|
|
17887
18119
|
"""
|
|
17888
|
-
@summary
|
|
18120
|
+
@summary Obtains storage configurations.
|
|
17889
18121
|
|
|
17890
18122
|
@param request: GetStorageListRequest
|
|
17891
18123
|
@return: GetStorageListResponse
|
|
@@ -17899,7 +18131,7 @@ class Client(OpenApiClient):
|
|
|
17899
18131
|
runtime: util_models.RuntimeOptions,
|
|
17900
18132
|
) -> ice20201109_models.GetStreamTagListResponse:
|
|
17901
18133
|
"""
|
|
17902
|
-
@summary
|
|
18134
|
+
@summary Retrieves tags of a live stream media asset.
|
|
17903
18135
|
|
|
17904
18136
|
@param request: GetStreamTagListRequest
|
|
17905
18137
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -17950,7 +18182,7 @@ class Client(OpenApiClient):
|
|
|
17950
18182
|
runtime: util_models.RuntimeOptions,
|
|
17951
18183
|
) -> ice20201109_models.GetStreamTagListResponse:
|
|
17952
18184
|
"""
|
|
17953
|
-
@summary
|
|
18185
|
+
@summary Retrieves tags of a live stream media asset.
|
|
17954
18186
|
|
|
17955
18187
|
@param request: GetStreamTagListRequest
|
|
17956
18188
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -18000,7 +18232,7 @@ class Client(OpenApiClient):
|
|
|
18000
18232
|
request: ice20201109_models.GetStreamTagListRequest,
|
|
18001
18233
|
) -> ice20201109_models.GetStreamTagListResponse:
|
|
18002
18234
|
"""
|
|
18003
|
-
@summary
|
|
18235
|
+
@summary Retrieves tags of a live stream media asset.
|
|
18004
18236
|
|
|
18005
18237
|
@param request: GetStreamTagListRequest
|
|
18006
18238
|
@return: GetStreamTagListResponse
|
|
@@ -18013,7 +18245,7 @@ class Client(OpenApiClient):
|
|
|
18013
18245
|
request: ice20201109_models.GetStreamTagListRequest,
|
|
18014
18246
|
) -> ice20201109_models.GetStreamTagListResponse:
|
|
18015
18247
|
"""
|
|
18016
|
-
@summary
|
|
18248
|
+
@summary Retrieves tags of a live stream media asset.
|
|
18017
18249
|
|
|
18018
18250
|
@param request: GetStreamTagListRequest
|
|
18019
18251
|
@return: GetStreamTagListResponse
|
|
@@ -19271,7 +19503,7 @@ class Client(OpenApiClient):
|
|
|
19271
19503
|
runtime: util_models.RuntimeOptions,
|
|
19272
19504
|
) -> ice20201109_models.ListAIAgentDialoguesResponse:
|
|
19273
19505
|
"""
|
|
19274
|
-
@summary
|
|
19506
|
+
@summary Lists the dialog records of an AI agent.
|
|
19275
19507
|
|
|
19276
19508
|
@param request: ListAIAgentDialoguesRequest
|
|
19277
19509
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -19318,7 +19550,7 @@ class Client(OpenApiClient):
|
|
|
19318
19550
|
runtime: util_models.RuntimeOptions,
|
|
19319
19551
|
) -> ice20201109_models.ListAIAgentDialoguesResponse:
|
|
19320
19552
|
"""
|
|
19321
|
-
@summary
|
|
19553
|
+
@summary Lists the dialog records of an AI agent.
|
|
19322
19554
|
|
|
19323
19555
|
@param request: ListAIAgentDialoguesRequest
|
|
19324
19556
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -19364,7 +19596,7 @@ class Client(OpenApiClient):
|
|
|
19364
19596
|
request: ice20201109_models.ListAIAgentDialoguesRequest,
|
|
19365
19597
|
) -> ice20201109_models.ListAIAgentDialoguesResponse:
|
|
19366
19598
|
"""
|
|
19367
|
-
@summary
|
|
19599
|
+
@summary Lists the dialog records of an AI agent.
|
|
19368
19600
|
|
|
19369
19601
|
@param request: ListAIAgentDialoguesRequest
|
|
19370
19602
|
@return: ListAIAgentDialoguesResponse
|
|
@@ -19377,7 +19609,7 @@ class Client(OpenApiClient):
|
|
|
19377
19609
|
request: ice20201109_models.ListAIAgentDialoguesRequest,
|
|
19378
19610
|
) -> ice20201109_models.ListAIAgentDialoguesResponse:
|
|
19379
19611
|
"""
|
|
19380
|
-
@summary
|
|
19612
|
+
@summary Lists the dialog records of an AI agent.
|
|
19381
19613
|
|
|
19382
19614
|
@param request: ListAIAgentDialoguesRequest
|
|
19383
19615
|
@return: ListAIAgentDialoguesResponse
|
|
@@ -19631,7 +19863,7 @@ class Client(OpenApiClient):
|
|
|
19631
19863
|
runtime: util_models.RuntimeOptions,
|
|
19632
19864
|
) -> ice20201109_models.ListAIAgentVoiceprintsResponse:
|
|
19633
19865
|
"""
|
|
19634
|
-
@summary
|
|
19866
|
+
@summary Lists the registered voiceprints.
|
|
19635
19867
|
|
|
19636
19868
|
@param request: ListAIAgentVoiceprintsRequest
|
|
19637
19869
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -19670,7 +19902,7 @@ class Client(OpenApiClient):
|
|
|
19670
19902
|
runtime: util_models.RuntimeOptions,
|
|
19671
19903
|
) -> ice20201109_models.ListAIAgentVoiceprintsResponse:
|
|
19672
19904
|
"""
|
|
19673
|
-
@summary
|
|
19905
|
+
@summary Lists the registered voiceprints.
|
|
19674
19906
|
|
|
19675
19907
|
@param request: ListAIAgentVoiceprintsRequest
|
|
19676
19908
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -19708,7 +19940,7 @@ class Client(OpenApiClient):
|
|
|
19708
19940
|
request: ice20201109_models.ListAIAgentVoiceprintsRequest,
|
|
19709
19941
|
) -> ice20201109_models.ListAIAgentVoiceprintsResponse:
|
|
19710
19942
|
"""
|
|
19711
|
-
@summary
|
|
19943
|
+
@summary Lists the registered voiceprints.
|
|
19712
19944
|
|
|
19713
19945
|
@param request: ListAIAgentVoiceprintsRequest
|
|
19714
19946
|
@return: ListAIAgentVoiceprintsResponse
|
|
@@ -19721,7 +19953,7 @@ class Client(OpenApiClient):
|
|
|
19721
19953
|
request: ice20201109_models.ListAIAgentVoiceprintsRequest,
|
|
19722
19954
|
) -> ice20201109_models.ListAIAgentVoiceprintsResponse:
|
|
19723
19955
|
"""
|
|
19724
|
-
@summary
|
|
19956
|
+
@summary Lists the registered voiceprints.
|
|
19725
19957
|
|
|
19726
19958
|
@param request: ListAIAgentVoiceprintsRequest
|
|
19727
19959
|
@return: ListAIAgentVoiceprintsResponse
|
|
@@ -21471,7 +21703,14 @@ class Client(OpenApiClient):
|
|
|
21471
21703
|
runtime: util_models.RuntimeOptions,
|
|
21472
21704
|
) -> ice20201109_models.ListHotwordLibrariesResponse:
|
|
21473
21705
|
"""
|
|
21474
|
-
@summary
|
|
21706
|
+
@summary Queries hotword libraries that meet specific search conditions.
|
|
21707
|
+
|
|
21708
|
+
@description ## [](#)
|
|
21709
|
+
You can call this operation to get information about all hotword libraries that you created.
|
|
21710
|
+
The API supports fuzzy search by `Name`, filtering by creation time range, and pagination.
|
|
21711
|
+
By default, the results are sorted by creation time in descending order. You can set `SortBy` to change the sorting order.
|
|
21712
|
+
The maximum number of entries returned for each request is 100. Default value: 10.
|
|
21713
|
+
Use `NextToken` for pagination.
|
|
21475
21714
|
|
|
21476
21715
|
@param request: ListHotwordLibrariesRequest
|
|
21477
21716
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -21522,7 +21761,14 @@ class Client(OpenApiClient):
|
|
|
21522
21761
|
runtime: util_models.RuntimeOptions,
|
|
21523
21762
|
) -> ice20201109_models.ListHotwordLibrariesResponse:
|
|
21524
21763
|
"""
|
|
21525
|
-
@summary
|
|
21764
|
+
@summary Queries hotword libraries that meet specific search conditions.
|
|
21765
|
+
|
|
21766
|
+
@description ## [](#)
|
|
21767
|
+
You can call this operation to get information about all hotword libraries that you created.
|
|
21768
|
+
The API supports fuzzy search by `Name`, filtering by creation time range, and pagination.
|
|
21769
|
+
By default, the results are sorted by creation time in descending order. You can set `SortBy` to change the sorting order.
|
|
21770
|
+
The maximum number of entries returned for each request is 100. Default value: 10.
|
|
21771
|
+
Use `NextToken` for pagination.
|
|
21526
21772
|
|
|
21527
21773
|
@param request: ListHotwordLibrariesRequest
|
|
21528
21774
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -21572,7 +21818,14 @@ class Client(OpenApiClient):
|
|
|
21572
21818
|
request: ice20201109_models.ListHotwordLibrariesRequest,
|
|
21573
21819
|
) -> ice20201109_models.ListHotwordLibrariesResponse:
|
|
21574
21820
|
"""
|
|
21575
|
-
@summary
|
|
21821
|
+
@summary Queries hotword libraries that meet specific search conditions.
|
|
21822
|
+
|
|
21823
|
+
@description ## [](#)
|
|
21824
|
+
You can call this operation to get information about all hotword libraries that you created.
|
|
21825
|
+
The API supports fuzzy search by `Name`, filtering by creation time range, and pagination.
|
|
21826
|
+
By default, the results are sorted by creation time in descending order. You can set `SortBy` to change the sorting order.
|
|
21827
|
+
The maximum number of entries returned for each request is 100. Default value: 10.
|
|
21828
|
+
Use `NextToken` for pagination.
|
|
21576
21829
|
|
|
21577
21830
|
@param request: ListHotwordLibrariesRequest
|
|
21578
21831
|
@return: ListHotwordLibrariesResponse
|
|
@@ -21585,7 +21838,14 @@ class Client(OpenApiClient):
|
|
|
21585
21838
|
request: ice20201109_models.ListHotwordLibrariesRequest,
|
|
21586
21839
|
) -> ice20201109_models.ListHotwordLibrariesResponse:
|
|
21587
21840
|
"""
|
|
21588
|
-
@summary
|
|
21841
|
+
@summary Queries hotword libraries that meet specific search conditions.
|
|
21842
|
+
|
|
21843
|
+
@description ## [](#)
|
|
21844
|
+
You can call this operation to get information about all hotword libraries that you created.
|
|
21845
|
+
The API supports fuzzy search by `Name`, filtering by creation time range, and pagination.
|
|
21846
|
+
By default, the results are sorted by creation time in descending order. You can set `SortBy` to change the sorting order.
|
|
21847
|
+
The maximum number of entries returned for each request is 100. Default value: 10.
|
|
21848
|
+
Use `NextToken` for pagination.
|
|
21589
21849
|
|
|
21590
21850
|
@param request: ListHotwordLibrariesRequest
|
|
21591
21851
|
@return: ListHotwordLibrariesResponse
|
|
@@ -22927,7 +23187,7 @@ class Client(OpenApiClient):
|
|
|
22927
23187
|
runtime: util_models.RuntimeOptions,
|
|
22928
23188
|
) -> ice20201109_models.ListMediaConvertJobsResponse:
|
|
22929
23189
|
"""
|
|
22930
|
-
@summary
|
|
23190
|
+
@summary Retrieves MediaConvert tasks.
|
|
22931
23191
|
|
|
22932
23192
|
@param request: ListMediaConvertJobsRequest
|
|
22933
23193
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -22974,7 +23234,7 @@ class Client(OpenApiClient):
|
|
|
22974
23234
|
runtime: util_models.RuntimeOptions,
|
|
22975
23235
|
) -> ice20201109_models.ListMediaConvertJobsResponse:
|
|
22976
23236
|
"""
|
|
22977
|
-
@summary
|
|
23237
|
+
@summary Retrieves MediaConvert tasks.
|
|
22978
23238
|
|
|
22979
23239
|
@param request: ListMediaConvertJobsRequest
|
|
22980
23240
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -23020,7 +23280,7 @@ class Client(OpenApiClient):
|
|
|
23020
23280
|
request: ice20201109_models.ListMediaConvertJobsRequest,
|
|
23021
23281
|
) -> ice20201109_models.ListMediaConvertJobsResponse:
|
|
23022
23282
|
"""
|
|
23023
|
-
@summary
|
|
23283
|
+
@summary Retrieves MediaConvert tasks.
|
|
23024
23284
|
|
|
23025
23285
|
@param request: ListMediaConvertJobsRequest
|
|
23026
23286
|
@return: ListMediaConvertJobsResponse
|
|
@@ -23033,7 +23293,7 @@ class Client(OpenApiClient):
|
|
|
23033
23293
|
request: ice20201109_models.ListMediaConvertJobsRequest,
|
|
23034
23294
|
) -> ice20201109_models.ListMediaConvertJobsResponse:
|
|
23035
23295
|
"""
|
|
23036
|
-
@summary
|
|
23296
|
+
@summary Retrieves MediaConvert tasks.
|
|
23037
23297
|
|
|
23038
23298
|
@param request: ListMediaConvertJobsRequest
|
|
23039
23299
|
@return: ListMediaConvertJobsResponse
|
|
@@ -24227,7 +24487,10 @@ class Client(OpenApiClient):
|
|
|
24227
24487
|
runtime: util_models.RuntimeOptions,
|
|
24228
24488
|
) -> ice20201109_models.ListRecognitionEntitiesResponse:
|
|
24229
24489
|
"""
|
|
24230
|
-
@summary
|
|
24490
|
+
@summary Retrieves all entities in a specified recognition library. Pagination is supported.
|
|
24491
|
+
|
|
24492
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
24493
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
24231
24494
|
|
|
24232
24495
|
@param request: ListRecognitionEntitiesRequest
|
|
24233
24496
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -24276,7 +24539,10 @@ class Client(OpenApiClient):
|
|
|
24276
24539
|
runtime: util_models.RuntimeOptions,
|
|
24277
24540
|
) -> ice20201109_models.ListRecognitionEntitiesResponse:
|
|
24278
24541
|
"""
|
|
24279
|
-
@summary
|
|
24542
|
+
@summary Retrieves all entities in a specified recognition library. Pagination is supported.
|
|
24543
|
+
|
|
24544
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
24545
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
24280
24546
|
|
|
24281
24547
|
@param request: ListRecognitionEntitiesRequest
|
|
24282
24548
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -24324,7 +24590,10 @@ class Client(OpenApiClient):
|
|
|
24324
24590
|
request: ice20201109_models.ListRecognitionEntitiesRequest,
|
|
24325
24591
|
) -> ice20201109_models.ListRecognitionEntitiesResponse:
|
|
24326
24592
|
"""
|
|
24327
|
-
@summary
|
|
24593
|
+
@summary Retrieves all entities in a specified recognition library. Pagination is supported.
|
|
24594
|
+
|
|
24595
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
24596
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
24328
24597
|
|
|
24329
24598
|
@param request: ListRecognitionEntitiesRequest
|
|
24330
24599
|
@return: ListRecognitionEntitiesResponse
|
|
@@ -24337,7 +24606,10 @@ class Client(OpenApiClient):
|
|
|
24337
24606
|
request: ice20201109_models.ListRecognitionEntitiesRequest,
|
|
24338
24607
|
) -> ice20201109_models.ListRecognitionEntitiesResponse:
|
|
24339
24608
|
"""
|
|
24340
|
-
@summary
|
|
24609
|
+
@summary Retrieves all entities in a specified recognition library. Pagination is supported.
|
|
24610
|
+
|
|
24611
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
24612
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
24341
24613
|
|
|
24342
24614
|
@param request: ListRecognitionEntitiesRequest
|
|
24343
24615
|
@return: ListRecognitionEntitiesResponse
|
|
@@ -24351,7 +24623,10 @@ class Client(OpenApiClient):
|
|
|
24351
24623
|
runtime: util_models.RuntimeOptions,
|
|
24352
24624
|
) -> ice20201109_models.ListRecognitionLibsResponse:
|
|
24353
24625
|
"""
|
|
24354
|
-
@summary
|
|
24626
|
+
@summary Retrieves all custom recognition libraries. Pagination is supported.
|
|
24627
|
+
|
|
24628
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
24629
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
24355
24630
|
|
|
24356
24631
|
@param request: ListRecognitionLibsRequest
|
|
24357
24632
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -24398,7 +24673,10 @@ class Client(OpenApiClient):
|
|
|
24398
24673
|
runtime: util_models.RuntimeOptions,
|
|
24399
24674
|
) -> ice20201109_models.ListRecognitionLibsResponse:
|
|
24400
24675
|
"""
|
|
24401
|
-
@summary
|
|
24676
|
+
@summary Retrieves all custom recognition libraries. Pagination is supported.
|
|
24677
|
+
|
|
24678
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
24679
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
24402
24680
|
|
|
24403
24681
|
@param request: ListRecognitionLibsRequest
|
|
24404
24682
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -24444,7 +24722,10 @@ class Client(OpenApiClient):
|
|
|
24444
24722
|
request: ice20201109_models.ListRecognitionLibsRequest,
|
|
24445
24723
|
) -> ice20201109_models.ListRecognitionLibsResponse:
|
|
24446
24724
|
"""
|
|
24447
|
-
@summary
|
|
24725
|
+
@summary Retrieves all custom recognition libraries. Pagination is supported.
|
|
24726
|
+
|
|
24727
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
24728
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
24448
24729
|
|
|
24449
24730
|
@param request: ListRecognitionLibsRequest
|
|
24450
24731
|
@return: ListRecognitionLibsResponse
|
|
@@ -24457,7 +24738,10 @@ class Client(OpenApiClient):
|
|
|
24457
24738
|
request: ice20201109_models.ListRecognitionLibsRequest,
|
|
24458
24739
|
) -> ice20201109_models.ListRecognitionLibsResponse:
|
|
24459
24740
|
"""
|
|
24460
|
-
@summary
|
|
24741
|
+
@summary Retrieves all custom recognition libraries. Pagination is supported.
|
|
24742
|
+
|
|
24743
|
+
@description This operation is supported only in the China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen) regions.
|
|
24744
|
+
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see [QPS limits](https://help.aliyun.com/zh/mps/developer-reference/qps-limits?spm=a2c4g.11186623.0.0.647e1081YGcerb).
|
|
24461
24745
|
|
|
24462
24746
|
@param request: ListRecognitionLibsRequest
|
|
24463
24747
|
@return: ListRecognitionLibsResponse
|
|
@@ -24471,7 +24755,7 @@ class Client(OpenApiClient):
|
|
|
24471
24755
|
runtime: util_models.RuntimeOptions,
|
|
24472
24756
|
) -> ice20201109_models.ListRecognitionSamplesResponse:
|
|
24473
24757
|
"""
|
|
24474
|
-
@summary
|
|
24758
|
+
@summary Retrieves all samples of a custom entity. Pagination is supported.
|
|
24475
24759
|
|
|
24476
24760
|
@param request: ListRecognitionSamplesRequest
|
|
24477
24761
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -24522,7 +24806,7 @@ class Client(OpenApiClient):
|
|
|
24522
24806
|
runtime: util_models.RuntimeOptions,
|
|
24523
24807
|
) -> ice20201109_models.ListRecognitionSamplesResponse:
|
|
24524
24808
|
"""
|
|
24525
|
-
@summary
|
|
24809
|
+
@summary Retrieves all samples of a custom entity. Pagination is supported.
|
|
24526
24810
|
|
|
24527
24811
|
@param request: ListRecognitionSamplesRequest
|
|
24528
24812
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -24572,7 +24856,7 @@ class Client(OpenApiClient):
|
|
|
24572
24856
|
request: ice20201109_models.ListRecognitionSamplesRequest,
|
|
24573
24857
|
) -> ice20201109_models.ListRecognitionSamplesResponse:
|
|
24574
24858
|
"""
|
|
24575
|
-
@summary
|
|
24859
|
+
@summary Retrieves all samples of a custom entity. Pagination is supported.
|
|
24576
24860
|
|
|
24577
24861
|
@param request: ListRecognitionSamplesRequest
|
|
24578
24862
|
@return: ListRecognitionSamplesResponse
|
|
@@ -24585,7 +24869,7 @@ class Client(OpenApiClient):
|
|
|
24585
24869
|
request: ice20201109_models.ListRecognitionSamplesRequest,
|
|
24586
24870
|
) -> ice20201109_models.ListRecognitionSamplesResponse:
|
|
24587
24871
|
"""
|
|
24588
|
-
@summary
|
|
24872
|
+
@summary Retrieves all samples of a custom entity. Pagination is supported.
|
|
24589
24873
|
|
|
24590
24874
|
@param request: ListRecognitionSamplesRequest
|
|
24591
24875
|
@return: ListRecognitionSamplesResponse
|
|
@@ -26275,7 +26559,9 @@ class Client(OpenApiClient):
|
|
|
26275
26559
|
runtime: util_models.RuntimeOptions,
|
|
26276
26560
|
) -> ice20201109_models.ListWorkflowTasksResponse:
|
|
26277
26561
|
"""
|
|
26278
|
-
@summary
|
|
26562
|
+
@summary Retrieves workflow tasks.
|
|
26563
|
+
|
|
26564
|
+
@description This API only returns data from the last 90 days.
|
|
26279
26565
|
|
|
26280
26566
|
@param request: ListWorkflowTasksRequest
|
|
26281
26567
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -26322,7 +26608,9 @@ class Client(OpenApiClient):
|
|
|
26322
26608
|
runtime: util_models.RuntimeOptions,
|
|
26323
26609
|
) -> ice20201109_models.ListWorkflowTasksResponse:
|
|
26324
26610
|
"""
|
|
26325
|
-
@summary
|
|
26611
|
+
@summary Retrieves workflow tasks.
|
|
26612
|
+
|
|
26613
|
+
@description This API only returns data from the last 90 days.
|
|
26326
26614
|
|
|
26327
26615
|
@param request: ListWorkflowTasksRequest
|
|
26328
26616
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -26368,7 +26656,9 @@ class Client(OpenApiClient):
|
|
|
26368
26656
|
request: ice20201109_models.ListWorkflowTasksRequest,
|
|
26369
26657
|
) -> ice20201109_models.ListWorkflowTasksResponse:
|
|
26370
26658
|
"""
|
|
26371
|
-
@summary
|
|
26659
|
+
@summary Retrieves workflow tasks.
|
|
26660
|
+
|
|
26661
|
+
@description This API only returns data from the last 90 days.
|
|
26372
26662
|
|
|
26373
26663
|
@param request: ListWorkflowTasksRequest
|
|
26374
26664
|
@return: ListWorkflowTasksResponse
|
|
@@ -26381,7 +26671,9 @@ class Client(OpenApiClient):
|
|
|
26381
26671
|
request: ice20201109_models.ListWorkflowTasksRequest,
|
|
26382
26672
|
) -> ice20201109_models.ListWorkflowTasksResponse:
|
|
26383
26673
|
"""
|
|
26384
|
-
@summary
|
|
26674
|
+
@summary Retrieves workflow tasks.
|
|
26675
|
+
|
|
26676
|
+
@description This API only returns data from the last 90 days.
|
|
26385
26677
|
|
|
26386
26678
|
@param request: ListWorkflowTasksRequest
|
|
26387
26679
|
@return: ListWorkflowTasksResponse
|
|
@@ -26395,7 +26687,10 @@ class Client(OpenApiClient):
|
|
|
26395
26687
|
runtime: util_models.RuntimeOptions,
|
|
26396
26688
|
) -> ice20201109_models.OpenMediaConnectFlowFailoverResponse:
|
|
26397
26689
|
"""
|
|
26398
|
-
@summary
|
|
26690
|
+
@summary Enables Source Failover for a MediaConnect flow.
|
|
26691
|
+
|
|
26692
|
+
@description Before this operation, you must add a source to the flow.
|
|
26693
|
+
After Source Failover is enabled, you can add an additional source. The input type of the two sources must be identical.
|
|
26399
26694
|
|
|
26400
26695
|
@param request: OpenMediaConnectFlowFailoverRequest
|
|
26401
26696
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -26430,7 +26725,10 @@ class Client(OpenApiClient):
|
|
|
26430
26725
|
runtime: util_models.RuntimeOptions,
|
|
26431
26726
|
) -> ice20201109_models.OpenMediaConnectFlowFailoverResponse:
|
|
26432
26727
|
"""
|
|
26433
|
-
@summary
|
|
26728
|
+
@summary Enables Source Failover for a MediaConnect flow.
|
|
26729
|
+
|
|
26730
|
+
@description Before this operation, you must add a source to the flow.
|
|
26731
|
+
After Source Failover is enabled, you can add an additional source. The input type of the two sources must be identical.
|
|
26434
26732
|
|
|
26435
26733
|
@param request: OpenMediaConnectFlowFailoverRequest
|
|
26436
26734
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -26464,7 +26762,10 @@ class Client(OpenApiClient):
|
|
|
26464
26762
|
request: ice20201109_models.OpenMediaConnectFlowFailoverRequest,
|
|
26465
26763
|
) -> ice20201109_models.OpenMediaConnectFlowFailoverResponse:
|
|
26466
26764
|
"""
|
|
26467
|
-
@summary
|
|
26765
|
+
@summary Enables Source Failover for a MediaConnect flow.
|
|
26766
|
+
|
|
26767
|
+
@description Before this operation, you must add a source to the flow.
|
|
26768
|
+
After Source Failover is enabled, you can add an additional source. The input type of the two sources must be identical.
|
|
26468
26769
|
|
|
26469
26770
|
@param request: OpenMediaConnectFlowFailoverRequest
|
|
26470
26771
|
@return: OpenMediaConnectFlowFailoverResponse
|
|
@@ -26477,7 +26778,10 @@ class Client(OpenApiClient):
|
|
|
26477
26778
|
request: ice20201109_models.OpenMediaConnectFlowFailoverRequest,
|
|
26478
26779
|
) -> ice20201109_models.OpenMediaConnectFlowFailoverResponse:
|
|
26479
26780
|
"""
|
|
26480
|
-
@summary
|
|
26781
|
+
@summary Enables Source Failover for a MediaConnect flow.
|
|
26782
|
+
|
|
26783
|
+
@description Before this operation, you must add a source to the flow.
|
|
26784
|
+
After Source Failover is enabled, you can add an additional source. The input type of the two sources must be identical.
|
|
26481
26785
|
|
|
26482
26786
|
@param request: OpenMediaConnectFlowFailoverRequest
|
|
26483
26787
|
@return: OpenMediaConnectFlowFailoverResponse
|
|
@@ -26491,7 +26795,7 @@ class Client(OpenApiClient):
|
|
|
26491
26795
|
runtime: util_models.RuntimeOptions,
|
|
26492
26796
|
) -> ice20201109_models.QueryCopyrightExtractJobResponse:
|
|
26493
26797
|
"""
|
|
26494
|
-
@summary
|
|
26798
|
+
@summary Queries a job for extracting a copyright watermark.
|
|
26495
26799
|
|
|
26496
26800
|
@param request: QueryCopyrightExtractJobRequest
|
|
26497
26801
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -26526,7 +26830,7 @@ class Client(OpenApiClient):
|
|
|
26526
26830
|
runtime: util_models.RuntimeOptions,
|
|
26527
26831
|
) -> ice20201109_models.QueryCopyrightExtractJobResponse:
|
|
26528
26832
|
"""
|
|
26529
|
-
@summary
|
|
26833
|
+
@summary Queries a job for extracting a copyright watermark.
|
|
26530
26834
|
|
|
26531
26835
|
@param request: QueryCopyrightExtractJobRequest
|
|
26532
26836
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -26560,7 +26864,7 @@ class Client(OpenApiClient):
|
|
|
26560
26864
|
request: ice20201109_models.QueryCopyrightExtractJobRequest,
|
|
26561
26865
|
) -> ice20201109_models.QueryCopyrightExtractJobResponse:
|
|
26562
26866
|
"""
|
|
26563
|
-
@summary
|
|
26867
|
+
@summary Queries a job for extracting a copyright watermark.
|
|
26564
26868
|
|
|
26565
26869
|
@param request: QueryCopyrightExtractJobRequest
|
|
26566
26870
|
@return: QueryCopyrightExtractJobResponse
|
|
@@ -26573,7 +26877,7 @@ class Client(OpenApiClient):
|
|
|
26573
26877
|
request: ice20201109_models.QueryCopyrightExtractJobRequest,
|
|
26574
26878
|
) -> ice20201109_models.QueryCopyrightExtractJobResponse:
|
|
26575
26879
|
"""
|
|
26576
|
-
@summary
|
|
26880
|
+
@summary Queries a job for extracting a copyright watermark.
|
|
26577
26881
|
|
|
26578
26882
|
@param request: QueryCopyrightExtractJobRequest
|
|
26579
26883
|
@return: QueryCopyrightExtractJobResponse
|
|
@@ -26587,7 +26891,9 @@ class Client(OpenApiClient):
|
|
|
26587
26891
|
runtime: util_models.RuntimeOptions,
|
|
26588
26892
|
) -> ice20201109_models.QueryCopyrightJobListResponse:
|
|
26589
26893
|
"""
|
|
26590
|
-
@summary
|
|
26894
|
+
@summary Queries copyright watermarking jobs.
|
|
26895
|
+
|
|
26896
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
26591
26897
|
|
|
26592
26898
|
@param request: QueryCopyrightJobListRequest
|
|
26593
26899
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -26632,7 +26938,9 @@ class Client(OpenApiClient):
|
|
|
26632
26938
|
runtime: util_models.RuntimeOptions,
|
|
26633
26939
|
) -> ice20201109_models.QueryCopyrightJobListResponse:
|
|
26634
26940
|
"""
|
|
26635
|
-
@summary
|
|
26941
|
+
@summary Queries copyright watermarking jobs.
|
|
26942
|
+
|
|
26943
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
26636
26944
|
|
|
26637
26945
|
@param request: QueryCopyrightJobListRequest
|
|
26638
26946
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -26676,7 +26984,9 @@ class Client(OpenApiClient):
|
|
|
26676
26984
|
request: ice20201109_models.QueryCopyrightJobListRequest,
|
|
26677
26985
|
) -> ice20201109_models.QueryCopyrightJobListResponse:
|
|
26678
26986
|
"""
|
|
26679
|
-
@summary
|
|
26987
|
+
@summary Queries copyright watermarking jobs.
|
|
26988
|
+
|
|
26989
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
26680
26990
|
|
|
26681
26991
|
@param request: QueryCopyrightJobListRequest
|
|
26682
26992
|
@return: QueryCopyrightJobListResponse
|
|
@@ -26689,7 +26999,9 @@ class Client(OpenApiClient):
|
|
|
26689
26999
|
request: ice20201109_models.QueryCopyrightJobListRequest,
|
|
26690
27000
|
) -> ice20201109_models.QueryCopyrightJobListResponse:
|
|
26691
27001
|
"""
|
|
26692
|
-
@summary
|
|
27002
|
+
@summary Queries copyright watermarking jobs.
|
|
27003
|
+
|
|
27004
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
26693
27005
|
|
|
26694
27006
|
@param request: QueryCopyrightJobListRequest
|
|
26695
27007
|
@return: QueryCopyrightJobListResponse
|
|
@@ -27583,7 +27895,9 @@ class Client(OpenApiClient):
|
|
|
27583
27895
|
runtime: util_models.RuntimeOptions,
|
|
27584
27896
|
) -> ice20201109_models.QueryTraceAbJobListResponse:
|
|
27585
27897
|
"""
|
|
27586
|
-
@summary
|
|
27898
|
+
@summary Queries A/B watermarking jobs.
|
|
27899
|
+
|
|
27900
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
27587
27901
|
|
|
27588
27902
|
@param request: QueryTraceAbJobListRequest
|
|
27589
27903
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -27628,7 +27942,9 @@ class Client(OpenApiClient):
|
|
|
27628
27942
|
runtime: util_models.RuntimeOptions,
|
|
27629
27943
|
) -> ice20201109_models.QueryTraceAbJobListResponse:
|
|
27630
27944
|
"""
|
|
27631
|
-
@summary
|
|
27945
|
+
@summary Queries A/B watermarking jobs.
|
|
27946
|
+
|
|
27947
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
27632
27948
|
|
|
27633
27949
|
@param request: QueryTraceAbJobListRequest
|
|
27634
27950
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -27672,7 +27988,9 @@ class Client(OpenApiClient):
|
|
|
27672
27988
|
request: ice20201109_models.QueryTraceAbJobListRequest,
|
|
27673
27989
|
) -> ice20201109_models.QueryTraceAbJobListResponse:
|
|
27674
27990
|
"""
|
|
27675
|
-
@summary
|
|
27991
|
+
@summary Queries A/B watermarking jobs.
|
|
27992
|
+
|
|
27993
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
27676
27994
|
|
|
27677
27995
|
@param request: QueryTraceAbJobListRequest
|
|
27678
27996
|
@return: QueryTraceAbJobListResponse
|
|
@@ -27685,7 +28003,9 @@ class Client(OpenApiClient):
|
|
|
27685
28003
|
request: ice20201109_models.QueryTraceAbJobListRequest,
|
|
27686
28004
|
) -> ice20201109_models.QueryTraceAbJobListResponse:
|
|
27687
28005
|
"""
|
|
27688
|
-
@summary
|
|
28006
|
+
@summary Queries A/B watermarking jobs.
|
|
28007
|
+
|
|
28008
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
27689
28009
|
|
|
27690
28010
|
@param request: QueryTraceAbJobListRequest
|
|
27691
28011
|
@return: QueryTraceAbJobListResponse
|
|
@@ -27699,7 +28019,9 @@ class Client(OpenApiClient):
|
|
|
27699
28019
|
runtime: util_models.RuntimeOptions,
|
|
27700
28020
|
) -> ice20201109_models.QueryTraceExtractJobResponse:
|
|
27701
28021
|
"""
|
|
27702
|
-
@summary
|
|
28022
|
+
@summary Queries a job for extracting a trace watermark.
|
|
28023
|
+
|
|
28024
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
27703
28025
|
|
|
27704
28026
|
@param request: QueryTraceExtractJobRequest
|
|
27705
28027
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -27734,7 +28056,9 @@ class Client(OpenApiClient):
|
|
|
27734
28056
|
runtime: util_models.RuntimeOptions,
|
|
27735
28057
|
) -> ice20201109_models.QueryTraceExtractJobResponse:
|
|
27736
28058
|
"""
|
|
27737
|
-
@summary
|
|
28059
|
+
@summary Queries a job for extracting a trace watermark.
|
|
28060
|
+
|
|
28061
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
27738
28062
|
|
|
27739
28063
|
@param request: QueryTraceExtractJobRequest
|
|
27740
28064
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -27768,7 +28092,9 @@ class Client(OpenApiClient):
|
|
|
27768
28092
|
request: ice20201109_models.QueryTraceExtractJobRequest,
|
|
27769
28093
|
) -> ice20201109_models.QueryTraceExtractJobResponse:
|
|
27770
28094
|
"""
|
|
27771
|
-
@summary
|
|
28095
|
+
@summary Queries a job for extracting a trace watermark.
|
|
28096
|
+
|
|
28097
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
27772
28098
|
|
|
27773
28099
|
@param request: QueryTraceExtractJobRequest
|
|
27774
28100
|
@return: QueryTraceExtractJobResponse
|
|
@@ -27781,7 +28107,9 @@ class Client(OpenApiClient):
|
|
|
27781
28107
|
request: ice20201109_models.QueryTraceExtractJobRequest,
|
|
27782
28108
|
) -> ice20201109_models.QueryTraceExtractJobResponse:
|
|
27783
28109
|
"""
|
|
27784
|
-
@summary
|
|
28110
|
+
@summary Queries a job for extracting a trace watermark.
|
|
28111
|
+
|
|
28112
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
27785
28113
|
|
|
27786
28114
|
@param request: QueryTraceExtractJobRequest
|
|
27787
28115
|
@return: QueryTraceExtractJobResponse
|
|
@@ -27795,7 +28123,10 @@ class Client(OpenApiClient):
|
|
|
27795
28123
|
runtime: util_models.RuntimeOptions,
|
|
27796
28124
|
) -> ice20201109_models.QueryTraceM3u8JobListResponse:
|
|
27797
28125
|
"""
|
|
27798
|
-
@summary
|
|
28126
|
+
@summary Queries jobs for generating M3U8 files containing specific trace watermark information.
|
|
28127
|
+
|
|
28128
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
28129
|
+
The M3U8 file with absolute paths generated by the SubmitTraceM3u8Job API has a signed URL with an authentication validity period of 24 hours, starting from the moment the job is completed. After the signature expires, the M3U8 file will become inaccessible. You must submit a new M3U8 generation job.
|
|
27799
28130
|
|
|
27800
28131
|
@param request: QueryTraceM3u8JobListRequest
|
|
27801
28132
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -27838,7 +28169,10 @@ class Client(OpenApiClient):
|
|
|
27838
28169
|
runtime: util_models.RuntimeOptions,
|
|
27839
28170
|
) -> ice20201109_models.QueryTraceM3u8JobListResponse:
|
|
27840
28171
|
"""
|
|
27841
|
-
@summary
|
|
28172
|
+
@summary Queries jobs for generating M3U8 files containing specific trace watermark information.
|
|
28173
|
+
|
|
28174
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
28175
|
+
The M3U8 file with absolute paths generated by the SubmitTraceM3u8Job API has a signed URL with an authentication validity period of 24 hours, starting from the moment the job is completed. After the signature expires, the M3U8 file will become inaccessible. You must submit a new M3U8 generation job.
|
|
27842
28176
|
|
|
27843
28177
|
@param request: QueryTraceM3u8JobListRequest
|
|
27844
28178
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -27880,7 +28214,10 @@ class Client(OpenApiClient):
|
|
|
27880
28214
|
request: ice20201109_models.QueryTraceM3u8JobListRequest,
|
|
27881
28215
|
) -> ice20201109_models.QueryTraceM3u8JobListResponse:
|
|
27882
28216
|
"""
|
|
27883
|
-
@summary
|
|
28217
|
+
@summary Queries jobs for generating M3U8 files containing specific trace watermark information.
|
|
28218
|
+
|
|
28219
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
28220
|
+
The M3U8 file with absolute paths generated by the SubmitTraceM3u8Job API has a signed URL with an authentication validity period of 24 hours, starting from the moment the job is completed. After the signature expires, the M3U8 file will become inaccessible. You must submit a new M3U8 generation job.
|
|
27884
28221
|
|
|
27885
28222
|
@param request: QueryTraceM3u8JobListRequest
|
|
27886
28223
|
@return: QueryTraceM3u8JobListResponse
|
|
@@ -27893,7 +28230,10 @@ class Client(OpenApiClient):
|
|
|
27893
28230
|
request: ice20201109_models.QueryTraceM3u8JobListRequest,
|
|
27894
28231
|
) -> ice20201109_models.QueryTraceM3u8JobListResponse:
|
|
27895
28232
|
"""
|
|
27896
|
-
@summary
|
|
28233
|
+
@summary Queries jobs for generating M3U8 files containing specific trace watermark information.
|
|
28234
|
+
|
|
28235
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
28236
|
+
The M3U8 file with absolute paths generated by the SubmitTraceM3u8Job API has a signed URL with an authentication validity period of 24 hours, starting from the moment the job is completed. After the signature expires, the M3U8 file will become inaccessible. You must submit a new M3U8 generation job.
|
|
27897
28237
|
|
|
27898
28238
|
@param request: QueryTraceM3u8JobListRequest
|
|
27899
28239
|
@return: QueryTraceM3u8JobListResponse
|
|
@@ -27907,7 +28247,7 @@ class Client(OpenApiClient):
|
|
|
27907
28247
|
runtime: util_models.RuntimeOptions,
|
|
27908
28248
|
) -> ice20201109_models.QueryVideoCognitionJobResponse:
|
|
27909
28249
|
"""
|
|
27910
|
-
@summary
|
|
28250
|
+
@summary Retrieves the results of an AI analysis and processing task.
|
|
27911
28251
|
|
|
27912
28252
|
@param tmp_req: QueryVideoCognitionJobRequest
|
|
27913
28253
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -27950,7 +28290,7 @@ class Client(OpenApiClient):
|
|
|
27950
28290
|
runtime: util_models.RuntimeOptions,
|
|
27951
28291
|
) -> ice20201109_models.QueryVideoCognitionJobResponse:
|
|
27952
28292
|
"""
|
|
27953
|
-
@summary
|
|
28293
|
+
@summary Retrieves the results of an AI analysis and processing task.
|
|
27954
28294
|
|
|
27955
28295
|
@param tmp_req: QueryVideoCognitionJobRequest
|
|
27956
28296
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -27992,7 +28332,7 @@ class Client(OpenApiClient):
|
|
|
27992
28332
|
request: ice20201109_models.QueryVideoCognitionJobRequest,
|
|
27993
28333
|
) -> ice20201109_models.QueryVideoCognitionJobResponse:
|
|
27994
28334
|
"""
|
|
27995
|
-
@summary
|
|
28335
|
+
@summary Retrieves the results of an AI analysis and processing task.
|
|
27996
28336
|
|
|
27997
28337
|
@param request: QueryVideoCognitionJobRequest
|
|
27998
28338
|
@return: QueryVideoCognitionJobResponse
|
|
@@ -28005,7 +28345,7 @@ class Client(OpenApiClient):
|
|
|
28005
28345
|
request: ice20201109_models.QueryVideoCognitionJobRequest,
|
|
28006
28346
|
) -> ice20201109_models.QueryVideoCognitionJobResponse:
|
|
28007
28347
|
"""
|
|
28008
|
-
@summary
|
|
28348
|
+
@summary Retrieves the results of an AI analysis and processing task.
|
|
28009
28349
|
|
|
28010
28350
|
@param request: QueryVideoCognitionJobRequest
|
|
28011
28351
|
@return: QueryVideoCognitionJobResponse
|
|
@@ -28399,7 +28739,7 @@ class Client(OpenApiClient):
|
|
|
28399
28739
|
runtime: util_models.RuntimeOptions,
|
|
28400
28740
|
) -> ice20201109_models.ResumeMediaConnectFlowOutputResponse:
|
|
28401
28741
|
"""
|
|
28402
|
-
@summary
|
|
28742
|
+
@summary Resumes an output of a MediaConnect flow. When resumed, the output can deliver the live stream to the destination.
|
|
28403
28743
|
|
|
28404
28744
|
@param request: ResumeMediaConnectFlowOutputRequest
|
|
28405
28745
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -28436,7 +28776,7 @@ class Client(OpenApiClient):
|
|
|
28436
28776
|
runtime: util_models.RuntimeOptions,
|
|
28437
28777
|
) -> ice20201109_models.ResumeMediaConnectFlowOutputResponse:
|
|
28438
28778
|
"""
|
|
28439
|
-
@summary
|
|
28779
|
+
@summary Resumes an output of a MediaConnect flow. When resumed, the output can deliver the live stream to the destination.
|
|
28440
28780
|
|
|
28441
28781
|
@param request: ResumeMediaConnectFlowOutputRequest
|
|
28442
28782
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -28472,7 +28812,7 @@ class Client(OpenApiClient):
|
|
|
28472
28812
|
request: ice20201109_models.ResumeMediaConnectFlowOutputRequest,
|
|
28473
28813
|
) -> ice20201109_models.ResumeMediaConnectFlowOutputResponse:
|
|
28474
28814
|
"""
|
|
28475
|
-
@summary
|
|
28815
|
+
@summary Resumes an output of a MediaConnect flow. When resumed, the output can deliver the live stream to the destination.
|
|
28476
28816
|
|
|
28477
28817
|
@param request: ResumeMediaConnectFlowOutputRequest
|
|
28478
28818
|
@return: ResumeMediaConnectFlowOutputResponse
|
|
@@ -28485,7 +28825,7 @@ class Client(OpenApiClient):
|
|
|
28485
28825
|
request: ice20201109_models.ResumeMediaConnectFlowOutputRequest,
|
|
28486
28826
|
) -> ice20201109_models.ResumeMediaConnectFlowOutputResponse:
|
|
28487
28827
|
"""
|
|
28488
|
-
@summary
|
|
28828
|
+
@summary Resumes an output of a MediaConnect flow. When resumed, the output can deliver the live stream to the destination.
|
|
28489
28829
|
|
|
28490
28830
|
@param request: ResumeMediaConnectFlowOutputRequest
|
|
28491
28831
|
@return: ResumeMediaConnectFlowOutputResponse
|
|
@@ -28745,6 +29085,8 @@ class Client(OpenApiClient):
|
|
|
28745
29085
|
"""
|
|
28746
29086
|
UtilClient.validate_model(request)
|
|
28747
29087
|
query = {}
|
|
29088
|
+
if not UtilClient.is_unset(request.custom_filters):
|
|
29089
|
+
query['CustomFilters'] = request.custom_filters
|
|
28748
29090
|
if not UtilClient.is_unset(request.entity_id):
|
|
28749
29091
|
query['EntityId'] = request.entity_id
|
|
28750
29092
|
if not UtilClient.is_unset(request.match):
|
|
@@ -28794,6 +29136,8 @@ class Client(OpenApiClient):
|
|
|
28794
29136
|
"""
|
|
28795
29137
|
UtilClient.validate_model(request)
|
|
28796
29138
|
query = {}
|
|
29139
|
+
if not UtilClient.is_unset(request.custom_filters):
|
|
29140
|
+
query['CustomFilters'] = request.custom_filters
|
|
28797
29141
|
if not UtilClient.is_unset(request.entity_id):
|
|
28798
29142
|
query['EntityId'] = request.entity_id
|
|
28799
29143
|
if not UtilClient.is_unset(request.match):
|
|
@@ -28873,6 +29217,8 @@ class Client(OpenApiClient):
|
|
|
28873
29217
|
"""
|
|
28874
29218
|
UtilClient.validate_model(request)
|
|
28875
29219
|
query = {}
|
|
29220
|
+
if not UtilClient.is_unset(request.custom_filters):
|
|
29221
|
+
query['CustomFilters'] = request.custom_filters
|
|
28876
29222
|
if not UtilClient.is_unset(request.matching_mode):
|
|
28877
29223
|
query['MatchingMode'] = request.matching_mode
|
|
28878
29224
|
if not UtilClient.is_unset(request.media_id):
|
|
@@ -28895,6 +29241,8 @@ class Client(OpenApiClient):
|
|
|
28895
29241
|
query['SpecificSearch'] = request.specific_search
|
|
28896
29242
|
if not UtilClient.is_unset(request.text):
|
|
28897
29243
|
query['Text'] = request.text
|
|
29244
|
+
if not UtilClient.is_unset(request.utc_create):
|
|
29245
|
+
query['UtcCreate'] = request.utc_create
|
|
28898
29246
|
req = open_api_models.OpenApiRequest(
|
|
28899
29247
|
query=OpenApiUtilClient.query(query)
|
|
28900
29248
|
)
|
|
@@ -28930,6 +29278,8 @@ class Client(OpenApiClient):
|
|
|
28930
29278
|
"""
|
|
28931
29279
|
UtilClient.validate_model(request)
|
|
28932
29280
|
query = {}
|
|
29281
|
+
if not UtilClient.is_unset(request.custom_filters):
|
|
29282
|
+
query['CustomFilters'] = request.custom_filters
|
|
28933
29283
|
if not UtilClient.is_unset(request.matching_mode):
|
|
28934
29284
|
query['MatchingMode'] = request.matching_mode
|
|
28935
29285
|
if not UtilClient.is_unset(request.media_id):
|
|
@@ -28952,6 +29302,8 @@ class Client(OpenApiClient):
|
|
|
28952
29302
|
query['SpecificSearch'] = request.specific_search
|
|
28953
29303
|
if not UtilClient.is_unset(request.text):
|
|
28954
29304
|
query['Text'] = request.text
|
|
29305
|
+
if not UtilClient.is_unset(request.utc_create):
|
|
29306
|
+
query['UtcCreate'] = request.utc_create
|
|
28955
29307
|
req = open_api_models.OpenApiRequest(
|
|
28956
29308
|
query=OpenApiUtilClient.query(query)
|
|
28957
29309
|
)
|
|
@@ -29017,6 +29369,8 @@ class Client(OpenApiClient):
|
|
|
29017
29369
|
"""
|
|
29018
29370
|
UtilClient.validate_model(request)
|
|
29019
29371
|
query = {}
|
|
29372
|
+
if not UtilClient.is_unset(request.custom_filters):
|
|
29373
|
+
query['CustomFilters'] = request.custom_filters
|
|
29020
29374
|
if not UtilClient.is_unset(request.entity_id):
|
|
29021
29375
|
query['EntityId'] = request.entity_id
|
|
29022
29376
|
if not UtilClient.is_unset(request.face_search_token):
|
|
@@ -29033,6 +29387,8 @@ class Client(OpenApiClient):
|
|
|
29033
29387
|
query['PersonImageUrl'] = request.person_image_url
|
|
29034
29388
|
if not UtilClient.is_unset(request.search_lib_name):
|
|
29035
29389
|
query['SearchLibName'] = request.search_lib_name
|
|
29390
|
+
if not UtilClient.is_unset(request.utc_create):
|
|
29391
|
+
query['UtcCreate'] = request.utc_create
|
|
29036
29392
|
req = open_api_models.OpenApiRequest(
|
|
29037
29393
|
query=OpenApiUtilClient.query(query)
|
|
29038
29394
|
)
|
|
@@ -29068,6 +29424,8 @@ class Client(OpenApiClient):
|
|
|
29068
29424
|
"""
|
|
29069
29425
|
UtilClient.validate_model(request)
|
|
29070
29426
|
query = {}
|
|
29427
|
+
if not UtilClient.is_unset(request.custom_filters):
|
|
29428
|
+
query['CustomFilters'] = request.custom_filters
|
|
29071
29429
|
if not UtilClient.is_unset(request.entity_id):
|
|
29072
29430
|
query['EntityId'] = request.entity_id
|
|
29073
29431
|
if not UtilClient.is_unset(request.face_search_token):
|
|
@@ -29084,6 +29442,8 @@ class Client(OpenApiClient):
|
|
|
29084
29442
|
query['PersonImageUrl'] = request.person_image_url
|
|
29085
29443
|
if not UtilClient.is_unset(request.search_lib_name):
|
|
29086
29444
|
query['SearchLibName'] = request.search_lib_name
|
|
29445
|
+
if not UtilClient.is_unset(request.utc_create):
|
|
29446
|
+
query['UtcCreate'] = request.utc_create
|
|
29087
29447
|
req = open_api_models.OpenApiRequest(
|
|
29088
29448
|
query=OpenApiUtilClient.query(query)
|
|
29089
29449
|
)
|
|
@@ -29139,7 +29499,7 @@ class Client(OpenApiClient):
|
|
|
29139
29499
|
runtime: util_models.RuntimeOptions,
|
|
29140
29500
|
) -> ice20201109_models.SearchMediaByHybridResponse:
|
|
29141
29501
|
"""
|
|
29142
|
-
@summary
|
|
29502
|
+
@summary Performs a hybrid search for media assets. This API combines multiple recall strategies, including tag-based text search and large language model (LLM) search. You can locate media assets using natural language descriptions.
|
|
29143
29503
|
|
|
29144
29504
|
@param request: SearchMediaByHybridRequest
|
|
29145
29505
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -29147,6 +29507,8 @@ class Client(OpenApiClient):
|
|
|
29147
29507
|
"""
|
|
29148
29508
|
UtilClient.validate_model(request)
|
|
29149
29509
|
query = {}
|
|
29510
|
+
if not UtilClient.is_unset(request.custom_filters):
|
|
29511
|
+
query['CustomFilters'] = request.custom_filters
|
|
29150
29512
|
if not UtilClient.is_unset(request.media_id):
|
|
29151
29513
|
query['MediaId'] = request.media_id
|
|
29152
29514
|
if not UtilClient.is_unset(request.media_type):
|
|
@@ -29161,6 +29523,8 @@ class Client(OpenApiClient):
|
|
|
29161
29523
|
query['SearchLibName'] = request.search_lib_name
|
|
29162
29524
|
if not UtilClient.is_unset(request.text):
|
|
29163
29525
|
query['Text'] = request.text
|
|
29526
|
+
if not UtilClient.is_unset(request.utc_create):
|
|
29527
|
+
query['UtcCreate'] = request.utc_create
|
|
29164
29528
|
req = open_api_models.OpenApiRequest(
|
|
29165
29529
|
query=OpenApiUtilClient.query(query)
|
|
29166
29530
|
)
|
|
@@ -29186,7 +29550,7 @@ class Client(OpenApiClient):
|
|
|
29186
29550
|
runtime: util_models.RuntimeOptions,
|
|
29187
29551
|
) -> ice20201109_models.SearchMediaByHybridResponse:
|
|
29188
29552
|
"""
|
|
29189
|
-
@summary
|
|
29553
|
+
@summary Performs a hybrid search for media assets. This API combines multiple recall strategies, including tag-based text search and large language model (LLM) search. You can locate media assets using natural language descriptions.
|
|
29190
29554
|
|
|
29191
29555
|
@param request: SearchMediaByHybridRequest
|
|
29192
29556
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -29194,6 +29558,8 @@ class Client(OpenApiClient):
|
|
|
29194
29558
|
"""
|
|
29195
29559
|
UtilClient.validate_model(request)
|
|
29196
29560
|
query = {}
|
|
29561
|
+
if not UtilClient.is_unset(request.custom_filters):
|
|
29562
|
+
query['CustomFilters'] = request.custom_filters
|
|
29197
29563
|
if not UtilClient.is_unset(request.media_id):
|
|
29198
29564
|
query['MediaId'] = request.media_id
|
|
29199
29565
|
if not UtilClient.is_unset(request.media_type):
|
|
@@ -29208,6 +29574,8 @@ class Client(OpenApiClient):
|
|
|
29208
29574
|
query['SearchLibName'] = request.search_lib_name
|
|
29209
29575
|
if not UtilClient.is_unset(request.text):
|
|
29210
29576
|
query['Text'] = request.text
|
|
29577
|
+
if not UtilClient.is_unset(request.utc_create):
|
|
29578
|
+
query['UtcCreate'] = request.utc_create
|
|
29211
29579
|
req = open_api_models.OpenApiRequest(
|
|
29212
29580
|
query=OpenApiUtilClient.query(query)
|
|
29213
29581
|
)
|
|
@@ -29232,7 +29600,7 @@ class Client(OpenApiClient):
|
|
|
29232
29600
|
request: ice20201109_models.SearchMediaByHybridRequest,
|
|
29233
29601
|
) -> ice20201109_models.SearchMediaByHybridResponse:
|
|
29234
29602
|
"""
|
|
29235
|
-
@summary
|
|
29603
|
+
@summary Performs a hybrid search for media assets. This API combines multiple recall strategies, including tag-based text search and large language model (LLM) search. You can locate media assets using natural language descriptions.
|
|
29236
29604
|
|
|
29237
29605
|
@param request: SearchMediaByHybridRequest
|
|
29238
29606
|
@return: SearchMediaByHybridResponse
|
|
@@ -29245,7 +29613,7 @@ class Client(OpenApiClient):
|
|
|
29245
29613
|
request: ice20201109_models.SearchMediaByHybridRequest,
|
|
29246
29614
|
) -> ice20201109_models.SearchMediaByHybridResponse:
|
|
29247
29615
|
"""
|
|
29248
|
-
@summary
|
|
29616
|
+
@summary Performs a hybrid search for media assets. This API combines multiple recall strategies, including tag-based text search and large language model (LLM) search. You can locate media assets using natural language descriptions.
|
|
29249
29617
|
|
|
29250
29618
|
@param request: SearchMediaByHybridRequest
|
|
29251
29619
|
@return: SearchMediaByHybridResponse
|
|
@@ -29269,6 +29637,8 @@ class Client(OpenApiClient):
|
|
|
29269
29637
|
"""
|
|
29270
29638
|
UtilClient.validate_model(request)
|
|
29271
29639
|
query = {}
|
|
29640
|
+
if not UtilClient.is_unset(request.custom_filters):
|
|
29641
|
+
query['CustomFilters'] = request.custom_filters
|
|
29272
29642
|
if not UtilClient.is_unset(request.media_type):
|
|
29273
29643
|
query['MediaType'] = request.media_type
|
|
29274
29644
|
if not UtilClient.is_unset(request.namespace):
|
|
@@ -29281,6 +29651,8 @@ class Client(OpenApiClient):
|
|
|
29281
29651
|
query['SearchLibName'] = request.search_lib_name
|
|
29282
29652
|
if not UtilClient.is_unset(request.text):
|
|
29283
29653
|
query['Text'] = request.text
|
|
29654
|
+
if not UtilClient.is_unset(request.utc_create):
|
|
29655
|
+
query['UtcCreate'] = request.utc_create
|
|
29284
29656
|
req = open_api_models.OpenApiRequest(
|
|
29285
29657
|
query=OpenApiUtilClient.query(query)
|
|
29286
29658
|
)
|
|
@@ -29316,6 +29688,8 @@ class Client(OpenApiClient):
|
|
|
29316
29688
|
"""
|
|
29317
29689
|
UtilClient.validate_model(request)
|
|
29318
29690
|
query = {}
|
|
29691
|
+
if not UtilClient.is_unset(request.custom_filters):
|
|
29692
|
+
query['CustomFilters'] = request.custom_filters
|
|
29319
29693
|
if not UtilClient.is_unset(request.media_type):
|
|
29320
29694
|
query['MediaType'] = request.media_type
|
|
29321
29695
|
if not UtilClient.is_unset(request.namespace):
|
|
@@ -29328,6 +29702,8 @@ class Client(OpenApiClient):
|
|
|
29328
29702
|
query['SearchLibName'] = request.search_lib_name
|
|
29329
29703
|
if not UtilClient.is_unset(request.text):
|
|
29330
29704
|
query['Text'] = request.text
|
|
29705
|
+
if not UtilClient.is_unset(request.utc_create):
|
|
29706
|
+
query['UtcCreate'] = request.utc_create
|
|
29331
29707
|
req = open_api_models.OpenApiRequest(
|
|
29332
29708
|
query=OpenApiUtilClient.query(query)
|
|
29333
29709
|
)
|
|
@@ -29863,7 +30239,7 @@ class Client(OpenApiClient):
|
|
|
29863
30239
|
runtime: util_models.RuntimeOptions,
|
|
29864
30240
|
) -> ice20201109_models.SendAIAgentTextResponse:
|
|
29865
30241
|
"""
|
|
29866
|
-
@summary
|
|
30242
|
+
@summary Sends a message as input to the large language model (LLM).
|
|
29867
30243
|
|
|
29868
30244
|
@param request: SendAIAgentTextRequest
|
|
29869
30245
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -29900,7 +30276,7 @@ class Client(OpenApiClient):
|
|
|
29900
30276
|
runtime: util_models.RuntimeOptions,
|
|
29901
30277
|
) -> ice20201109_models.SendAIAgentTextResponse:
|
|
29902
30278
|
"""
|
|
29903
|
-
@summary
|
|
30279
|
+
@summary Sends a message as input to the large language model (LLM).
|
|
29904
30280
|
|
|
29905
30281
|
@param request: SendAIAgentTextRequest
|
|
29906
30282
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -29936,7 +30312,7 @@ class Client(OpenApiClient):
|
|
|
29936
30312
|
request: ice20201109_models.SendAIAgentTextRequest,
|
|
29937
30313
|
) -> ice20201109_models.SendAIAgentTextResponse:
|
|
29938
30314
|
"""
|
|
29939
|
-
@summary
|
|
30315
|
+
@summary Sends a message as input to the large language model (LLM).
|
|
29940
30316
|
|
|
29941
30317
|
@param request: SendAIAgentTextRequest
|
|
29942
30318
|
@return: SendAIAgentTextResponse
|
|
@@ -29949,7 +30325,7 @@ class Client(OpenApiClient):
|
|
|
29949
30325
|
request: ice20201109_models.SendAIAgentTextRequest,
|
|
29950
30326
|
) -> ice20201109_models.SendAIAgentTextResponse:
|
|
29951
30327
|
"""
|
|
29952
|
-
@summary
|
|
30328
|
+
@summary Sends a message as input to the large language model (LLM).
|
|
29953
30329
|
|
|
29954
30330
|
@param request: SendAIAgentTextRequest
|
|
29955
30331
|
@return: SendAIAgentTextResponse
|
|
@@ -30163,7 +30539,7 @@ class Client(OpenApiClient):
|
|
|
30163
30539
|
runtime: util_models.RuntimeOptions,
|
|
30164
30540
|
) -> ice20201109_models.SendMessageChatTextResponse:
|
|
30165
30541
|
"""
|
|
30166
|
-
@summary
|
|
30542
|
+
@summary Sends a message to the client.
|
|
30167
30543
|
|
|
30168
30544
|
@param request: SendMessageChatTextRequest
|
|
30169
30545
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -30210,7 +30586,7 @@ class Client(OpenApiClient):
|
|
|
30210
30586
|
runtime: util_models.RuntimeOptions,
|
|
30211
30587
|
) -> ice20201109_models.SendMessageChatTextResponse:
|
|
30212
30588
|
"""
|
|
30213
|
-
@summary
|
|
30589
|
+
@summary Sends a message to the client.
|
|
30214
30590
|
|
|
30215
30591
|
@param request: SendMessageChatTextRequest
|
|
30216
30592
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -30256,7 +30632,7 @@ class Client(OpenApiClient):
|
|
|
30256
30632
|
request: ice20201109_models.SendMessageChatTextRequest,
|
|
30257
30633
|
) -> ice20201109_models.SendMessageChatTextResponse:
|
|
30258
30634
|
"""
|
|
30259
|
-
@summary
|
|
30635
|
+
@summary Sends a message to the client.
|
|
30260
30636
|
|
|
30261
30637
|
@param request: SendMessageChatTextRequest
|
|
30262
30638
|
@return: SendMessageChatTextResponse
|
|
@@ -30269,7 +30645,7 @@ class Client(OpenApiClient):
|
|
|
30269
30645
|
request: ice20201109_models.SendMessageChatTextRequest,
|
|
30270
30646
|
) -> ice20201109_models.SendMessageChatTextResponse:
|
|
30271
30647
|
"""
|
|
30272
|
-
@summary
|
|
30648
|
+
@summary Sends a message to the client.
|
|
30273
30649
|
|
|
30274
30650
|
@param request: SendMessageChatTextRequest
|
|
30275
30651
|
@return: SendMessageChatTextResponse
|
|
@@ -30283,7 +30659,7 @@ class Client(OpenApiClient):
|
|
|
30283
30659
|
runtime: util_models.RuntimeOptions,
|
|
30284
30660
|
) -> ice20201109_models.SetAIAgentVoiceprintResponse:
|
|
30285
30661
|
"""
|
|
30286
|
-
@summary
|
|
30662
|
+
@summary Registers a voiceprint.
|
|
30287
30663
|
|
|
30288
30664
|
@param tmp_req: SetAIAgentVoiceprintRequest
|
|
30289
30665
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -30324,7 +30700,7 @@ class Client(OpenApiClient):
|
|
|
30324
30700
|
runtime: util_models.RuntimeOptions,
|
|
30325
30701
|
) -> ice20201109_models.SetAIAgentVoiceprintResponse:
|
|
30326
30702
|
"""
|
|
30327
|
-
@summary
|
|
30703
|
+
@summary Registers a voiceprint.
|
|
30328
30704
|
|
|
30329
30705
|
@param tmp_req: SetAIAgentVoiceprintRequest
|
|
30330
30706
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -30364,7 +30740,7 @@ class Client(OpenApiClient):
|
|
|
30364
30740
|
request: ice20201109_models.SetAIAgentVoiceprintRequest,
|
|
30365
30741
|
) -> ice20201109_models.SetAIAgentVoiceprintResponse:
|
|
30366
30742
|
"""
|
|
30367
|
-
@summary
|
|
30743
|
+
@summary Registers a voiceprint.
|
|
30368
30744
|
|
|
30369
30745
|
@param request: SetAIAgentVoiceprintRequest
|
|
30370
30746
|
@return: SetAIAgentVoiceprintResponse
|
|
@@ -30377,7 +30753,7 @@ class Client(OpenApiClient):
|
|
|
30377
30753
|
request: ice20201109_models.SetAIAgentVoiceprintRequest,
|
|
30378
30754
|
) -> ice20201109_models.SetAIAgentVoiceprintResponse:
|
|
30379
30755
|
"""
|
|
30380
|
-
@summary
|
|
30756
|
+
@summary Registers a voiceprint.
|
|
30381
30757
|
|
|
30382
30758
|
@param request: SetAIAgentVoiceprintRequest
|
|
30383
30759
|
@return: SetAIAgentVoiceprintResponse
|
|
@@ -31213,6 +31589,122 @@ class Client(OpenApiClient):
|
|
|
31213
31589
|
runtime = util_models.RuntimeOptions()
|
|
31214
31590
|
return await self.start_aiagent_outbound_call_with_options_async(request, runtime)
|
|
31215
31591
|
|
|
31592
|
+
def start_aiworkflow_with_options(
|
|
31593
|
+
self,
|
|
31594
|
+
request: ice20201109_models.StartAIWorkflowRequest,
|
|
31595
|
+
runtime: util_models.RuntimeOptions,
|
|
31596
|
+
) -> ice20201109_models.StartAIWorkflowResponse:
|
|
31597
|
+
"""
|
|
31598
|
+
@summary Initiates a workflow task for automated media processing based on a workflow template.
|
|
31599
|
+
|
|
31600
|
+
@description You must specify a workflow template. To create one, go to the [Intelligent Media Services (IMS)](https://ims.console.aliyun.com/ai-workflow/template) console.
|
|
31601
|
+
|
|
31602
|
+
@param request: StartAIWorkflowRequest
|
|
31603
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
31604
|
+
@return: StartAIWorkflowResponse
|
|
31605
|
+
"""
|
|
31606
|
+
UtilClient.validate_model(request)
|
|
31607
|
+
query = {}
|
|
31608
|
+
if not UtilClient.is_unset(request.dispatch_tag):
|
|
31609
|
+
query['DispatchTag'] = request.dispatch_tag
|
|
31610
|
+
if not UtilClient.is_unset(request.inputs):
|
|
31611
|
+
query['Inputs'] = request.inputs
|
|
31612
|
+
if not UtilClient.is_unset(request.user_data):
|
|
31613
|
+
query['UserData'] = request.user_data
|
|
31614
|
+
if not UtilClient.is_unset(request.workflow_id):
|
|
31615
|
+
query['WorkflowId'] = request.workflow_id
|
|
31616
|
+
req = open_api_models.OpenApiRequest(
|
|
31617
|
+
query=OpenApiUtilClient.query(query)
|
|
31618
|
+
)
|
|
31619
|
+
params = open_api_models.Params(
|
|
31620
|
+
action='StartAIWorkflow',
|
|
31621
|
+
version='2020-11-09',
|
|
31622
|
+
protocol='HTTPS',
|
|
31623
|
+
pathname='/',
|
|
31624
|
+
method='POST',
|
|
31625
|
+
auth_type='AK',
|
|
31626
|
+
style='RPC',
|
|
31627
|
+
req_body_type='formData',
|
|
31628
|
+
body_type='json'
|
|
31629
|
+
)
|
|
31630
|
+
return TeaCore.from_map(
|
|
31631
|
+
ice20201109_models.StartAIWorkflowResponse(),
|
|
31632
|
+
self.call_api(params, req, runtime)
|
|
31633
|
+
)
|
|
31634
|
+
|
|
31635
|
+
async def start_aiworkflow_with_options_async(
|
|
31636
|
+
self,
|
|
31637
|
+
request: ice20201109_models.StartAIWorkflowRequest,
|
|
31638
|
+
runtime: util_models.RuntimeOptions,
|
|
31639
|
+
) -> ice20201109_models.StartAIWorkflowResponse:
|
|
31640
|
+
"""
|
|
31641
|
+
@summary Initiates a workflow task for automated media processing based on a workflow template.
|
|
31642
|
+
|
|
31643
|
+
@description You must specify a workflow template. To create one, go to the [Intelligent Media Services (IMS)](https://ims.console.aliyun.com/ai-workflow/template) console.
|
|
31644
|
+
|
|
31645
|
+
@param request: StartAIWorkflowRequest
|
|
31646
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
31647
|
+
@return: StartAIWorkflowResponse
|
|
31648
|
+
"""
|
|
31649
|
+
UtilClient.validate_model(request)
|
|
31650
|
+
query = {}
|
|
31651
|
+
if not UtilClient.is_unset(request.dispatch_tag):
|
|
31652
|
+
query['DispatchTag'] = request.dispatch_tag
|
|
31653
|
+
if not UtilClient.is_unset(request.inputs):
|
|
31654
|
+
query['Inputs'] = request.inputs
|
|
31655
|
+
if not UtilClient.is_unset(request.user_data):
|
|
31656
|
+
query['UserData'] = request.user_data
|
|
31657
|
+
if not UtilClient.is_unset(request.workflow_id):
|
|
31658
|
+
query['WorkflowId'] = request.workflow_id
|
|
31659
|
+
req = open_api_models.OpenApiRequest(
|
|
31660
|
+
query=OpenApiUtilClient.query(query)
|
|
31661
|
+
)
|
|
31662
|
+
params = open_api_models.Params(
|
|
31663
|
+
action='StartAIWorkflow',
|
|
31664
|
+
version='2020-11-09',
|
|
31665
|
+
protocol='HTTPS',
|
|
31666
|
+
pathname='/',
|
|
31667
|
+
method='POST',
|
|
31668
|
+
auth_type='AK',
|
|
31669
|
+
style='RPC',
|
|
31670
|
+
req_body_type='formData',
|
|
31671
|
+
body_type='json'
|
|
31672
|
+
)
|
|
31673
|
+
return TeaCore.from_map(
|
|
31674
|
+
ice20201109_models.StartAIWorkflowResponse(),
|
|
31675
|
+
await self.call_api_async(params, req, runtime)
|
|
31676
|
+
)
|
|
31677
|
+
|
|
31678
|
+
def start_aiworkflow(
|
|
31679
|
+
self,
|
|
31680
|
+
request: ice20201109_models.StartAIWorkflowRequest,
|
|
31681
|
+
) -> ice20201109_models.StartAIWorkflowResponse:
|
|
31682
|
+
"""
|
|
31683
|
+
@summary Initiates a workflow task for automated media processing based on a workflow template.
|
|
31684
|
+
|
|
31685
|
+
@description You must specify a workflow template. To create one, go to the [Intelligent Media Services (IMS)](https://ims.console.aliyun.com/ai-workflow/template) console.
|
|
31686
|
+
|
|
31687
|
+
@param request: StartAIWorkflowRequest
|
|
31688
|
+
@return: StartAIWorkflowResponse
|
|
31689
|
+
"""
|
|
31690
|
+
runtime = util_models.RuntimeOptions()
|
|
31691
|
+
return self.start_aiworkflow_with_options(request, runtime)
|
|
31692
|
+
|
|
31693
|
+
async def start_aiworkflow_async(
|
|
31694
|
+
self,
|
|
31695
|
+
request: ice20201109_models.StartAIWorkflowRequest,
|
|
31696
|
+
) -> ice20201109_models.StartAIWorkflowResponse:
|
|
31697
|
+
"""
|
|
31698
|
+
@summary Initiates a workflow task for automated media processing based on a workflow template.
|
|
31699
|
+
|
|
31700
|
+
@description You must specify a workflow template. To create one, go to the [Intelligent Media Services (IMS)](https://ims.console.aliyun.com/ai-workflow/template) console.
|
|
31701
|
+
|
|
31702
|
+
@param request: StartAIWorkflowRequest
|
|
31703
|
+
@return: StartAIWorkflowResponse
|
|
31704
|
+
"""
|
|
31705
|
+
runtime = util_models.RuntimeOptions()
|
|
31706
|
+
return await self.start_aiworkflow_with_options_async(request, runtime)
|
|
31707
|
+
|
|
31216
31708
|
def start_channel_with_options(
|
|
31217
31709
|
self,
|
|
31218
31710
|
request: ice20201109_models.StartChannelRequest,
|
|
@@ -31777,6 +32269,110 @@ class Client(OpenApiClient):
|
|
|
31777
32269
|
runtime = util_models.RuntimeOptions()
|
|
31778
32270
|
return await self.stop_aiagent_instance_with_options_async(request, runtime)
|
|
31779
32271
|
|
|
32272
|
+
def stop_aiworkflow_task_with_options(
|
|
32273
|
+
self,
|
|
32274
|
+
request: ice20201109_models.StopAIWorkflowTaskRequest,
|
|
32275
|
+
runtime: util_models.RuntimeOptions,
|
|
32276
|
+
) -> ice20201109_models.StopAIWorkflowTaskResponse:
|
|
32277
|
+
"""
|
|
32278
|
+
@summary Manually stops a workflow task.
|
|
32279
|
+
|
|
32280
|
+
@description This operation is only used to stop workflow tasks in real-time scenarios such as live streaming and RTC. It cannot be used to stop tasks in offline scenarios.
|
|
32281
|
+
|
|
32282
|
+
@param request: StopAIWorkflowTaskRequest
|
|
32283
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
32284
|
+
@return: StopAIWorkflowTaskResponse
|
|
32285
|
+
"""
|
|
32286
|
+
UtilClient.validate_model(request)
|
|
32287
|
+
query = {}
|
|
32288
|
+
if not UtilClient.is_unset(request.task_id):
|
|
32289
|
+
query['TaskId'] = request.task_id
|
|
32290
|
+
req = open_api_models.OpenApiRequest(
|
|
32291
|
+
query=OpenApiUtilClient.query(query)
|
|
32292
|
+
)
|
|
32293
|
+
params = open_api_models.Params(
|
|
32294
|
+
action='StopAIWorkflowTask',
|
|
32295
|
+
version='2020-11-09',
|
|
32296
|
+
protocol='HTTPS',
|
|
32297
|
+
pathname='/',
|
|
32298
|
+
method='POST',
|
|
32299
|
+
auth_type='AK',
|
|
32300
|
+
style='RPC',
|
|
32301
|
+
req_body_type='formData',
|
|
32302
|
+
body_type='json'
|
|
32303
|
+
)
|
|
32304
|
+
return TeaCore.from_map(
|
|
32305
|
+
ice20201109_models.StopAIWorkflowTaskResponse(),
|
|
32306
|
+
self.call_api(params, req, runtime)
|
|
32307
|
+
)
|
|
32308
|
+
|
|
32309
|
+
async def stop_aiworkflow_task_with_options_async(
|
|
32310
|
+
self,
|
|
32311
|
+
request: ice20201109_models.StopAIWorkflowTaskRequest,
|
|
32312
|
+
runtime: util_models.RuntimeOptions,
|
|
32313
|
+
) -> ice20201109_models.StopAIWorkflowTaskResponse:
|
|
32314
|
+
"""
|
|
32315
|
+
@summary Manually stops a workflow task.
|
|
32316
|
+
|
|
32317
|
+
@description This operation is only used to stop workflow tasks in real-time scenarios such as live streaming and RTC. It cannot be used to stop tasks in offline scenarios.
|
|
32318
|
+
|
|
32319
|
+
@param request: StopAIWorkflowTaskRequest
|
|
32320
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
32321
|
+
@return: StopAIWorkflowTaskResponse
|
|
32322
|
+
"""
|
|
32323
|
+
UtilClient.validate_model(request)
|
|
32324
|
+
query = {}
|
|
32325
|
+
if not UtilClient.is_unset(request.task_id):
|
|
32326
|
+
query['TaskId'] = request.task_id
|
|
32327
|
+
req = open_api_models.OpenApiRequest(
|
|
32328
|
+
query=OpenApiUtilClient.query(query)
|
|
32329
|
+
)
|
|
32330
|
+
params = open_api_models.Params(
|
|
32331
|
+
action='StopAIWorkflowTask',
|
|
32332
|
+
version='2020-11-09',
|
|
32333
|
+
protocol='HTTPS',
|
|
32334
|
+
pathname='/',
|
|
32335
|
+
method='POST',
|
|
32336
|
+
auth_type='AK',
|
|
32337
|
+
style='RPC',
|
|
32338
|
+
req_body_type='formData',
|
|
32339
|
+
body_type='json'
|
|
32340
|
+
)
|
|
32341
|
+
return TeaCore.from_map(
|
|
32342
|
+
ice20201109_models.StopAIWorkflowTaskResponse(),
|
|
32343
|
+
await self.call_api_async(params, req, runtime)
|
|
32344
|
+
)
|
|
32345
|
+
|
|
32346
|
+
def stop_aiworkflow_task(
|
|
32347
|
+
self,
|
|
32348
|
+
request: ice20201109_models.StopAIWorkflowTaskRequest,
|
|
32349
|
+
) -> ice20201109_models.StopAIWorkflowTaskResponse:
|
|
32350
|
+
"""
|
|
32351
|
+
@summary Manually stops a workflow task.
|
|
32352
|
+
|
|
32353
|
+
@description This operation is only used to stop workflow tasks in real-time scenarios such as live streaming and RTC. It cannot be used to stop tasks in offline scenarios.
|
|
32354
|
+
|
|
32355
|
+
@param request: StopAIWorkflowTaskRequest
|
|
32356
|
+
@return: StopAIWorkflowTaskResponse
|
|
32357
|
+
"""
|
|
32358
|
+
runtime = util_models.RuntimeOptions()
|
|
32359
|
+
return self.stop_aiworkflow_task_with_options(request, runtime)
|
|
32360
|
+
|
|
32361
|
+
async def stop_aiworkflow_task_async(
|
|
32362
|
+
self,
|
|
32363
|
+
request: ice20201109_models.StopAIWorkflowTaskRequest,
|
|
32364
|
+
) -> ice20201109_models.StopAIWorkflowTaskResponse:
|
|
32365
|
+
"""
|
|
32366
|
+
@summary Manually stops a workflow task.
|
|
32367
|
+
|
|
32368
|
+
@description This operation is only used to stop workflow tasks in real-time scenarios such as live streaming and RTC. It cannot be used to stop tasks in offline scenarios.
|
|
32369
|
+
|
|
32370
|
+
@param request: StopAIWorkflowTaskRequest
|
|
32371
|
+
@return: StopAIWorkflowTaskResponse
|
|
32372
|
+
"""
|
|
32373
|
+
runtime = util_models.RuntimeOptions()
|
|
32374
|
+
return await self.stop_aiworkflow_task_with_options_async(request, runtime)
|
|
32375
|
+
|
|
31780
32376
|
def stop_channel_with_options(
|
|
31781
32377
|
self,
|
|
31782
32378
|
request: ice20201109_models.StopChannelRequest,
|
|
@@ -32083,7 +32679,9 @@ class Client(OpenApiClient):
|
|
|
32083
32679
|
runtime: util_models.RuntimeOptions,
|
|
32084
32680
|
) -> ice20201109_models.SubmitAIAgentVideoAuditTaskResponse:
|
|
32085
32681
|
"""
|
|
32086
|
-
@summary
|
|
32682
|
+
@summary Submits a video to a specified AI agent for content moderation. This operation supports video input from OSS and delivers the results asynchronously via callbacks. You can define custom frame-capturing policies and moderation prompts.
|
|
32683
|
+
|
|
32684
|
+
@description Call SubmitAIAgentVideoAuditTask to submit a video moderation task with configurations such as a video URL, frame-capturing policies, and review interval. The system returns a unique JobId for tracking. When the task is complete, the service will push the results, including the moderation status and AI-generated analysis, to the configured callback URL. Only OSS URLs are supported as input. The underlying multi-modal large language model (MLLM) only supports interaction via the non-streaming OpenAI protocol.
|
|
32087
32685
|
|
|
32088
32686
|
@param tmp_req: SubmitAIAgentVideoAuditTaskRequest
|
|
32089
32687
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -32136,7 +32734,9 @@ class Client(OpenApiClient):
|
|
|
32136
32734
|
runtime: util_models.RuntimeOptions,
|
|
32137
32735
|
) -> ice20201109_models.SubmitAIAgentVideoAuditTaskResponse:
|
|
32138
32736
|
"""
|
|
32139
|
-
@summary
|
|
32737
|
+
@summary Submits a video to a specified AI agent for content moderation. This operation supports video input from OSS and delivers the results asynchronously via callbacks. You can define custom frame-capturing policies and moderation prompts.
|
|
32738
|
+
|
|
32739
|
+
@description Call SubmitAIAgentVideoAuditTask to submit a video moderation task with configurations such as a video URL, frame-capturing policies, and review interval. The system returns a unique JobId for tracking. When the task is complete, the service will push the results, including the moderation status and AI-generated analysis, to the configured callback URL. Only OSS URLs are supported as input. The underlying multi-modal large language model (MLLM) only supports interaction via the non-streaming OpenAI protocol.
|
|
32140
32740
|
|
|
32141
32741
|
@param tmp_req: SubmitAIAgentVideoAuditTaskRequest
|
|
32142
32742
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -32188,7 +32788,9 @@ class Client(OpenApiClient):
|
|
|
32188
32788
|
request: ice20201109_models.SubmitAIAgentVideoAuditTaskRequest,
|
|
32189
32789
|
) -> ice20201109_models.SubmitAIAgentVideoAuditTaskResponse:
|
|
32190
32790
|
"""
|
|
32191
|
-
@summary
|
|
32791
|
+
@summary Submits a video to a specified AI agent for content moderation. This operation supports video input from OSS and delivers the results asynchronously via callbacks. You can define custom frame-capturing policies and moderation prompts.
|
|
32792
|
+
|
|
32793
|
+
@description Call SubmitAIAgentVideoAuditTask to submit a video moderation task with configurations such as a video URL, frame-capturing policies, and review interval. The system returns a unique JobId for tracking. When the task is complete, the service will push the results, including the moderation status and AI-generated analysis, to the configured callback URL. Only OSS URLs are supported as input. The underlying multi-modal large language model (MLLM) only supports interaction via the non-streaming OpenAI protocol.
|
|
32192
32794
|
|
|
32193
32795
|
@param request: SubmitAIAgentVideoAuditTaskRequest
|
|
32194
32796
|
@return: SubmitAIAgentVideoAuditTaskResponse
|
|
@@ -32201,7 +32803,9 @@ class Client(OpenApiClient):
|
|
|
32201
32803
|
request: ice20201109_models.SubmitAIAgentVideoAuditTaskRequest,
|
|
32202
32804
|
) -> ice20201109_models.SubmitAIAgentVideoAuditTaskResponse:
|
|
32203
32805
|
"""
|
|
32204
|
-
@summary
|
|
32806
|
+
@summary Submits a video to a specified AI agent for content moderation. This operation supports video input from OSS and delivers the results asynchronously via callbacks. You can define custom frame-capturing policies and moderation prompts.
|
|
32807
|
+
|
|
32808
|
+
@description Call SubmitAIAgentVideoAuditTask to submit a video moderation task with configurations such as a video URL, frame-capturing policies, and review interval. The system returns a unique JobId for tracking. When the task is complete, the service will push the results, including the moderation status and AI-generated analysis, to the configured callback URL. Only OSS URLs are supported as input. The underlying multi-modal large language model (MLLM) only supports interaction via the non-streaming OpenAI protocol.
|
|
32205
32809
|
|
|
32206
32810
|
@param request: SubmitAIAgentVideoAuditTaskRequest
|
|
32207
32811
|
@return: SubmitAIAgentVideoAuditTaskResponse
|
|
@@ -32551,7 +33155,11 @@ class Client(OpenApiClient):
|
|
|
32551
33155
|
runtime: util_models.RuntimeOptions,
|
|
32552
33156
|
) -> ice20201109_models.SubmitAvatarVideoJobResponse:
|
|
32553
33157
|
"""
|
|
32554
|
-
@summary Submits a
|
|
33158
|
+
@summary Submits a task to render a video of an avatar speaking the content of the specified text or a human voice audio file.
|
|
33159
|
+
|
|
33160
|
+
@description - The input supports only text or a human voice audio file in MP3 or WAV format.
|
|
33161
|
+
- The output supports MP4 and WebM formats. For the MP4 format, the task produces two videos: one with the avatar on a green screen background and a separate alpha mask video. This is ideal for post-production. For the WebM format, the task produces a single video with a transparent alpha channel, suitable for direct web front-end display. Rendering WebM is slower due to encoding complexity.
|
|
33162
|
+
- The final output includes sentence-level timestamps, which are useful for subsequent video editing.
|
|
32555
33163
|
|
|
32556
33164
|
@param request: SubmitAvatarVideoJobRequest
|
|
32557
33165
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -32596,7 +33204,11 @@ class Client(OpenApiClient):
|
|
|
32596
33204
|
runtime: util_models.RuntimeOptions,
|
|
32597
33205
|
) -> ice20201109_models.SubmitAvatarVideoJobResponse:
|
|
32598
33206
|
"""
|
|
32599
|
-
@summary Submits a
|
|
33207
|
+
@summary Submits a task to render a video of an avatar speaking the content of the specified text or a human voice audio file.
|
|
33208
|
+
|
|
33209
|
+
@description - The input supports only text or a human voice audio file in MP3 or WAV format.
|
|
33210
|
+
- The output supports MP4 and WebM formats. For the MP4 format, the task produces two videos: one with the avatar on a green screen background and a separate alpha mask video. This is ideal for post-production. For the WebM format, the task produces a single video with a transparent alpha channel, suitable for direct web front-end display. Rendering WebM is slower due to encoding complexity.
|
|
33211
|
+
- The final output includes sentence-level timestamps, which are useful for subsequent video editing.
|
|
32600
33212
|
|
|
32601
33213
|
@param request: SubmitAvatarVideoJobRequest
|
|
32602
33214
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -32640,7 +33252,11 @@ class Client(OpenApiClient):
|
|
|
32640
33252
|
request: ice20201109_models.SubmitAvatarVideoJobRequest,
|
|
32641
33253
|
) -> ice20201109_models.SubmitAvatarVideoJobResponse:
|
|
32642
33254
|
"""
|
|
32643
|
-
@summary Submits a
|
|
33255
|
+
@summary Submits a task to render a video of an avatar speaking the content of the specified text or a human voice audio file.
|
|
33256
|
+
|
|
33257
|
+
@description - The input supports only text or a human voice audio file in MP3 or WAV format.
|
|
33258
|
+
- The output supports MP4 and WebM formats. For the MP4 format, the task produces two videos: one with the avatar on a green screen background and a separate alpha mask video. This is ideal for post-production. For the WebM format, the task produces a single video with a transparent alpha channel, suitable for direct web front-end display. Rendering WebM is slower due to encoding complexity.
|
|
33259
|
+
- The final output includes sentence-level timestamps, which are useful for subsequent video editing.
|
|
32644
33260
|
|
|
32645
33261
|
@param request: SubmitAvatarVideoJobRequest
|
|
32646
33262
|
@return: SubmitAvatarVideoJobResponse
|
|
@@ -32653,7 +33269,11 @@ class Client(OpenApiClient):
|
|
|
32653
33269
|
request: ice20201109_models.SubmitAvatarVideoJobRequest,
|
|
32654
33270
|
) -> ice20201109_models.SubmitAvatarVideoJobResponse:
|
|
32655
33271
|
"""
|
|
32656
|
-
@summary Submits a
|
|
33272
|
+
@summary Submits a task to render a video of an avatar speaking the content of the specified text or a human voice audio file.
|
|
33273
|
+
|
|
33274
|
+
@description - The input supports only text or a human voice audio file in MP3 or WAV format.
|
|
33275
|
+
- The output supports MP4 and WebM formats. For the MP4 format, the task produces two videos: one with the avatar on a green screen background and a separate alpha mask video. This is ideal for post-production. For the WebM format, the task produces a single video with a transparent alpha channel, suitable for direct web front-end display. Rendering WebM is slower due to encoding complexity.
|
|
33276
|
+
- The final output includes sentence-level timestamps, which are useful for subsequent video editing.
|
|
32657
33277
|
|
|
32658
33278
|
@param request: SubmitAvatarVideoJobRequest
|
|
32659
33279
|
@return: SubmitAvatarVideoJobResponse
|
|
@@ -32787,7 +33407,9 @@ class Client(OpenApiClient):
|
|
|
32787
33407
|
runtime: util_models.RuntimeOptions,
|
|
32788
33408
|
) -> ice20201109_models.SubmitCopyrightExtractJobResponse:
|
|
32789
33409
|
"""
|
|
32790
|
-
@summary
|
|
33410
|
+
@summary Submits a job that extracts a copyright watermark.
|
|
33411
|
+
|
|
33412
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
32791
33413
|
|
|
32792
33414
|
@param tmp_req: SubmitCopyrightExtractJobRequest
|
|
32793
33415
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -32830,7 +33452,9 @@ class Client(OpenApiClient):
|
|
|
32830
33452
|
runtime: util_models.RuntimeOptions,
|
|
32831
33453
|
) -> ice20201109_models.SubmitCopyrightExtractJobResponse:
|
|
32832
33454
|
"""
|
|
32833
|
-
@summary
|
|
33455
|
+
@summary Submits a job that extracts a copyright watermark.
|
|
33456
|
+
|
|
33457
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
32834
33458
|
|
|
32835
33459
|
@param tmp_req: SubmitCopyrightExtractJobRequest
|
|
32836
33460
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -32872,7 +33496,9 @@ class Client(OpenApiClient):
|
|
|
32872
33496
|
request: ice20201109_models.SubmitCopyrightExtractJobRequest,
|
|
32873
33497
|
) -> ice20201109_models.SubmitCopyrightExtractJobResponse:
|
|
32874
33498
|
"""
|
|
32875
|
-
@summary
|
|
33499
|
+
@summary Submits a job that extracts a copyright watermark.
|
|
33500
|
+
|
|
33501
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
32876
33502
|
|
|
32877
33503
|
@param request: SubmitCopyrightExtractJobRequest
|
|
32878
33504
|
@return: SubmitCopyrightExtractJobResponse
|
|
@@ -32885,7 +33511,9 @@ class Client(OpenApiClient):
|
|
|
32885
33511
|
request: ice20201109_models.SubmitCopyrightExtractJobRequest,
|
|
32886
33512
|
) -> ice20201109_models.SubmitCopyrightExtractJobResponse:
|
|
32887
33513
|
"""
|
|
32888
|
-
@summary
|
|
33514
|
+
@summary Submits a job that extracts a copyright watermark.
|
|
33515
|
+
|
|
33516
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
32889
33517
|
|
|
32890
33518
|
@param request: SubmitCopyrightExtractJobRequest
|
|
32891
33519
|
@return: SubmitCopyrightExtractJobResponse
|
|
@@ -32899,7 +33527,11 @@ class Client(OpenApiClient):
|
|
|
32899
33527
|
runtime: util_models.RuntimeOptions,
|
|
32900
33528
|
) -> ice20201109_models.SubmitCopyrightJobResponse:
|
|
32901
33529
|
"""
|
|
32902
|
-
@summary
|
|
33530
|
+
@summary Submits a job for adding a copyright watermark to a video.
|
|
33531
|
+
|
|
33532
|
+
@description You can call this operation to add a copyright watermark to a video that lasts at least 3 minutes. If the video is too short, the call may fail, or no output may be returned. To add a copyright watermark to a video shorter than 3 minutes, specify the Params parameter to change the algorithm.
|
|
33533
|
+
Each API call supports processing only one video.
|
|
33534
|
+
This API is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
32903
33535
|
|
|
32904
33536
|
@param tmp_req: SubmitCopyrightJobRequest
|
|
32905
33537
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -32956,7 +33588,11 @@ class Client(OpenApiClient):
|
|
|
32956
33588
|
runtime: util_models.RuntimeOptions,
|
|
32957
33589
|
) -> ice20201109_models.SubmitCopyrightJobResponse:
|
|
32958
33590
|
"""
|
|
32959
|
-
@summary
|
|
33591
|
+
@summary Submits a job for adding a copyright watermark to a video.
|
|
33592
|
+
|
|
33593
|
+
@description You can call this operation to add a copyright watermark to a video that lasts at least 3 minutes. If the video is too short, the call may fail, or no output may be returned. To add a copyright watermark to a video shorter than 3 minutes, specify the Params parameter to change the algorithm.
|
|
33594
|
+
Each API call supports processing only one video.
|
|
33595
|
+
This API is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
32960
33596
|
|
|
32961
33597
|
@param tmp_req: SubmitCopyrightJobRequest
|
|
32962
33598
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -33012,7 +33648,11 @@ class Client(OpenApiClient):
|
|
|
33012
33648
|
request: ice20201109_models.SubmitCopyrightJobRequest,
|
|
33013
33649
|
) -> ice20201109_models.SubmitCopyrightJobResponse:
|
|
33014
33650
|
"""
|
|
33015
|
-
@summary
|
|
33651
|
+
@summary Submits a job for adding a copyright watermark to a video.
|
|
33652
|
+
|
|
33653
|
+
@description You can call this operation to add a copyright watermark to a video that lasts at least 3 minutes. If the video is too short, the call may fail, or no output may be returned. To add a copyright watermark to a video shorter than 3 minutes, specify the Params parameter to change the algorithm.
|
|
33654
|
+
Each API call supports processing only one video.
|
|
33655
|
+
This API is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
33016
33656
|
|
|
33017
33657
|
@param request: SubmitCopyrightJobRequest
|
|
33018
33658
|
@return: SubmitCopyrightJobResponse
|
|
@@ -33025,7 +33665,11 @@ class Client(OpenApiClient):
|
|
|
33025
33665
|
request: ice20201109_models.SubmitCopyrightJobRequest,
|
|
33026
33666
|
) -> ice20201109_models.SubmitCopyrightJobResponse:
|
|
33027
33667
|
"""
|
|
33028
|
-
@summary
|
|
33668
|
+
@summary Submits a job for adding a copyright watermark to a video.
|
|
33669
|
+
|
|
33670
|
+
@description You can call this operation to add a copyright watermark to a video that lasts at least 3 minutes. If the video is too short, the call may fail, or no output may be returned. To add a copyright watermark to a video shorter than 3 minutes, specify the Params parameter to change the algorithm.
|
|
33671
|
+
Each API call supports processing only one video.
|
|
33672
|
+
This API is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
33029
33673
|
|
|
33030
33674
|
@param request: SubmitCopyrightJobRequest
|
|
33031
33675
|
@return: SubmitCopyrightJobResponse
|
|
@@ -35255,7 +35899,7 @@ class Client(OpenApiClient):
|
|
|
35255
35899
|
runtime: util_models.RuntimeOptions,
|
|
35256
35900
|
) -> ice20201109_models.SubmitProjectExportJobResponse:
|
|
35257
35901
|
"""
|
|
35258
|
-
@summary
|
|
35902
|
+
@summary Submits a project export task.
|
|
35259
35903
|
|
|
35260
35904
|
@param request: SubmitProjectExportJobRequest
|
|
35261
35905
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -35300,7 +35944,7 @@ class Client(OpenApiClient):
|
|
|
35300
35944
|
runtime: util_models.RuntimeOptions,
|
|
35301
35945
|
) -> ice20201109_models.SubmitProjectExportJobResponse:
|
|
35302
35946
|
"""
|
|
35303
|
-
@summary
|
|
35947
|
+
@summary Submits a project export task.
|
|
35304
35948
|
|
|
35305
35949
|
@param request: SubmitProjectExportJobRequest
|
|
35306
35950
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -35344,7 +35988,7 @@ class Client(OpenApiClient):
|
|
|
35344
35988
|
request: ice20201109_models.SubmitProjectExportJobRequest,
|
|
35345
35989
|
) -> ice20201109_models.SubmitProjectExportJobResponse:
|
|
35346
35990
|
"""
|
|
35347
|
-
@summary
|
|
35991
|
+
@summary Submits a project export task.
|
|
35348
35992
|
|
|
35349
35993
|
@param request: SubmitProjectExportJobRequest
|
|
35350
35994
|
@return: SubmitProjectExportJobResponse
|
|
@@ -35357,7 +36001,7 @@ class Client(OpenApiClient):
|
|
|
35357
36001
|
request: ice20201109_models.SubmitProjectExportJobRequest,
|
|
35358
36002
|
) -> ice20201109_models.SubmitProjectExportJobResponse:
|
|
35359
36003
|
"""
|
|
35360
|
-
@summary
|
|
36004
|
+
@summary Submits a project export task.
|
|
35361
36005
|
|
|
35362
36006
|
@param request: SubmitProjectExportJobRequest
|
|
35363
36007
|
@return: SubmitProjectExportJobResponse
|
|
@@ -35365,6 +36009,134 @@ class Client(OpenApiClient):
|
|
|
35365
36009
|
runtime = util_models.RuntimeOptions()
|
|
35366
36010
|
return await self.submit_project_export_job_with_options_async(request, runtime)
|
|
35367
36011
|
|
|
36012
|
+
def submit_scene_media_selection_job_with_options(
|
|
36013
|
+
self,
|
|
36014
|
+
request: ice20201109_models.SubmitSceneMediaSelectionJobRequest,
|
|
36015
|
+
runtime: util_models.RuntimeOptions,
|
|
36016
|
+
) -> ice20201109_models.SubmitSceneMediaSelectionJobResponse:
|
|
36017
|
+
"""
|
|
36018
|
+
@summary Selects suitable clips based on the submitted videos, images, and voiceovers, and returns the selection results. Two scenarios are supported: image-text matching and highlight mashup.
|
|
36019
|
+
|
|
36020
|
+
@description After a job is submitted, you can call [ListBatchMediaProducingJob](https://help.aliyun.com/document_detail/2803751.html) to query submitted jobs, or [GetBatchMediaProducingJob](https://help.aliyun.com/document_detail/2693269.html) to query the job status and results.
|
|
36021
|
+
- The feature is in public preview and charges no fees.
|
|
36022
|
+
|
|
36023
|
+
@param request: SubmitSceneMediaSelectionJobRequest
|
|
36024
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
36025
|
+
@return: SubmitSceneMediaSelectionJobResponse
|
|
36026
|
+
"""
|
|
36027
|
+
UtilClient.validate_model(request)
|
|
36028
|
+
query = {}
|
|
36029
|
+
if not UtilClient.is_unset(request.job_type):
|
|
36030
|
+
query['JobType'] = request.job_type
|
|
36031
|
+
if not UtilClient.is_unset(request.output_config):
|
|
36032
|
+
query['OutputConfig'] = request.output_config
|
|
36033
|
+
if not UtilClient.is_unset(request.user_data):
|
|
36034
|
+
query['UserData'] = request.user_data
|
|
36035
|
+
body = {}
|
|
36036
|
+
if not UtilClient.is_unset(request.editing_config):
|
|
36037
|
+
body['EditingConfig'] = request.editing_config
|
|
36038
|
+
if not UtilClient.is_unset(request.input_config):
|
|
36039
|
+
body['InputConfig'] = request.input_config
|
|
36040
|
+
req = open_api_models.OpenApiRequest(
|
|
36041
|
+
query=OpenApiUtilClient.query(query),
|
|
36042
|
+
body=OpenApiUtilClient.parse_to_map(body)
|
|
36043
|
+
)
|
|
36044
|
+
params = open_api_models.Params(
|
|
36045
|
+
action='SubmitSceneMediaSelectionJob',
|
|
36046
|
+
version='2020-11-09',
|
|
36047
|
+
protocol='HTTPS',
|
|
36048
|
+
pathname='/',
|
|
36049
|
+
method='POST',
|
|
36050
|
+
auth_type='AK',
|
|
36051
|
+
style='RPC',
|
|
36052
|
+
req_body_type='formData',
|
|
36053
|
+
body_type='json'
|
|
36054
|
+
)
|
|
36055
|
+
return TeaCore.from_map(
|
|
36056
|
+
ice20201109_models.SubmitSceneMediaSelectionJobResponse(),
|
|
36057
|
+
self.call_api(params, req, runtime)
|
|
36058
|
+
)
|
|
36059
|
+
|
|
36060
|
+
async def submit_scene_media_selection_job_with_options_async(
|
|
36061
|
+
self,
|
|
36062
|
+
request: ice20201109_models.SubmitSceneMediaSelectionJobRequest,
|
|
36063
|
+
runtime: util_models.RuntimeOptions,
|
|
36064
|
+
) -> ice20201109_models.SubmitSceneMediaSelectionJobResponse:
|
|
36065
|
+
"""
|
|
36066
|
+
@summary Selects suitable clips based on the submitted videos, images, and voiceovers, and returns the selection results. Two scenarios are supported: image-text matching and highlight mashup.
|
|
36067
|
+
|
|
36068
|
+
@description After a job is submitted, you can call [ListBatchMediaProducingJob](https://help.aliyun.com/document_detail/2803751.html) to query submitted jobs, or [GetBatchMediaProducingJob](https://help.aliyun.com/document_detail/2693269.html) to query the job status and results.
|
|
36069
|
+
- The feature is in public preview and charges no fees.
|
|
36070
|
+
|
|
36071
|
+
@param request: SubmitSceneMediaSelectionJobRequest
|
|
36072
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
36073
|
+
@return: SubmitSceneMediaSelectionJobResponse
|
|
36074
|
+
"""
|
|
36075
|
+
UtilClient.validate_model(request)
|
|
36076
|
+
query = {}
|
|
36077
|
+
if not UtilClient.is_unset(request.job_type):
|
|
36078
|
+
query['JobType'] = request.job_type
|
|
36079
|
+
if not UtilClient.is_unset(request.output_config):
|
|
36080
|
+
query['OutputConfig'] = request.output_config
|
|
36081
|
+
if not UtilClient.is_unset(request.user_data):
|
|
36082
|
+
query['UserData'] = request.user_data
|
|
36083
|
+
body = {}
|
|
36084
|
+
if not UtilClient.is_unset(request.editing_config):
|
|
36085
|
+
body['EditingConfig'] = request.editing_config
|
|
36086
|
+
if not UtilClient.is_unset(request.input_config):
|
|
36087
|
+
body['InputConfig'] = request.input_config
|
|
36088
|
+
req = open_api_models.OpenApiRequest(
|
|
36089
|
+
query=OpenApiUtilClient.query(query),
|
|
36090
|
+
body=OpenApiUtilClient.parse_to_map(body)
|
|
36091
|
+
)
|
|
36092
|
+
params = open_api_models.Params(
|
|
36093
|
+
action='SubmitSceneMediaSelectionJob',
|
|
36094
|
+
version='2020-11-09',
|
|
36095
|
+
protocol='HTTPS',
|
|
36096
|
+
pathname='/',
|
|
36097
|
+
method='POST',
|
|
36098
|
+
auth_type='AK',
|
|
36099
|
+
style='RPC',
|
|
36100
|
+
req_body_type='formData',
|
|
36101
|
+
body_type='json'
|
|
36102
|
+
)
|
|
36103
|
+
return TeaCore.from_map(
|
|
36104
|
+
ice20201109_models.SubmitSceneMediaSelectionJobResponse(),
|
|
36105
|
+
await self.call_api_async(params, req, runtime)
|
|
36106
|
+
)
|
|
36107
|
+
|
|
36108
|
+
def submit_scene_media_selection_job(
|
|
36109
|
+
self,
|
|
36110
|
+
request: ice20201109_models.SubmitSceneMediaSelectionJobRequest,
|
|
36111
|
+
) -> ice20201109_models.SubmitSceneMediaSelectionJobResponse:
|
|
36112
|
+
"""
|
|
36113
|
+
@summary Selects suitable clips based on the submitted videos, images, and voiceovers, and returns the selection results. Two scenarios are supported: image-text matching and highlight mashup.
|
|
36114
|
+
|
|
36115
|
+
@description After a job is submitted, you can call [ListBatchMediaProducingJob](https://help.aliyun.com/document_detail/2803751.html) to query submitted jobs, or [GetBatchMediaProducingJob](https://help.aliyun.com/document_detail/2693269.html) to query the job status and results.
|
|
36116
|
+
- The feature is in public preview and charges no fees.
|
|
36117
|
+
|
|
36118
|
+
@param request: SubmitSceneMediaSelectionJobRequest
|
|
36119
|
+
@return: SubmitSceneMediaSelectionJobResponse
|
|
36120
|
+
"""
|
|
36121
|
+
runtime = util_models.RuntimeOptions()
|
|
36122
|
+
return self.submit_scene_media_selection_job_with_options(request, runtime)
|
|
36123
|
+
|
|
36124
|
+
async def submit_scene_media_selection_job_async(
|
|
36125
|
+
self,
|
|
36126
|
+
request: ice20201109_models.SubmitSceneMediaSelectionJobRequest,
|
|
36127
|
+
) -> ice20201109_models.SubmitSceneMediaSelectionJobResponse:
|
|
36128
|
+
"""
|
|
36129
|
+
@summary Selects suitable clips based on the submitted videos, images, and voiceovers, and returns the selection results. Two scenarios are supported: image-text matching and highlight mashup.
|
|
36130
|
+
|
|
36131
|
+
@description After a job is submitted, you can call [ListBatchMediaProducingJob](https://help.aliyun.com/document_detail/2803751.html) to query submitted jobs, or [GetBatchMediaProducingJob](https://help.aliyun.com/document_detail/2693269.html) to query the job status and results.
|
|
36132
|
+
- The feature is in public preview and charges no fees.
|
|
36133
|
+
|
|
36134
|
+
@param request: SubmitSceneMediaSelectionJobRequest
|
|
36135
|
+
@return: SubmitSceneMediaSelectionJobResponse
|
|
36136
|
+
"""
|
|
36137
|
+
runtime = util_models.RuntimeOptions()
|
|
36138
|
+
return await self.submit_scene_media_selection_job_with_options_async(request, runtime)
|
|
36139
|
+
|
|
35368
36140
|
def submit_screen_media_highlights_job_with_options(
|
|
35369
36141
|
self,
|
|
35370
36142
|
request: ice20201109_models.SubmitScreenMediaHighlightsJobRequest,
|
|
@@ -35483,7 +36255,7 @@ class Client(OpenApiClient):
|
|
|
35483
36255
|
runtime: util_models.RuntimeOptions,
|
|
35484
36256
|
) -> ice20201109_models.SubmitSegmentationJobResponse:
|
|
35485
36257
|
"""
|
|
35486
|
-
@summary
|
|
36258
|
+
@summary Splits a long video into multiple video clips and outputs as video files or media assets.
|
|
35487
36259
|
|
|
35488
36260
|
@param request: SubmitSegmentationJobRequest
|
|
35489
36261
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -35528,7 +36300,7 @@ class Client(OpenApiClient):
|
|
|
35528
36300
|
runtime: util_models.RuntimeOptions,
|
|
35529
36301
|
) -> ice20201109_models.SubmitSegmentationJobResponse:
|
|
35530
36302
|
"""
|
|
35531
|
-
@summary
|
|
36303
|
+
@summary Splits a long video into multiple video clips and outputs as video files or media assets.
|
|
35532
36304
|
|
|
35533
36305
|
@param request: SubmitSegmentationJobRequest
|
|
35534
36306
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -35572,7 +36344,7 @@ class Client(OpenApiClient):
|
|
|
35572
36344
|
request: ice20201109_models.SubmitSegmentationJobRequest,
|
|
35573
36345
|
) -> ice20201109_models.SubmitSegmentationJobResponse:
|
|
35574
36346
|
"""
|
|
35575
|
-
@summary
|
|
36347
|
+
@summary Splits a long video into multiple video clips and outputs as video files or media assets.
|
|
35576
36348
|
|
|
35577
36349
|
@param request: SubmitSegmentationJobRequest
|
|
35578
36350
|
@return: SubmitSegmentationJobResponse
|
|
@@ -35585,7 +36357,7 @@ class Client(OpenApiClient):
|
|
|
35585
36357
|
request: ice20201109_models.SubmitSegmentationJobRequest,
|
|
35586
36358
|
) -> ice20201109_models.SubmitSegmentationJobResponse:
|
|
35587
36359
|
"""
|
|
35588
|
-
@summary
|
|
36360
|
+
@summary Splits a long video into multiple video clips and outputs as video files or media assets.
|
|
35589
36361
|
|
|
35590
36362
|
@param request: SubmitSegmentationJobRequest
|
|
35591
36363
|
@return: SubmitSegmentationJobResponse
|
|
@@ -36351,7 +37123,9 @@ class Client(OpenApiClient):
|
|
|
36351
37123
|
runtime: util_models.RuntimeOptions,
|
|
36352
37124
|
) -> ice20201109_models.SubmitTraceAbJobResponse:
|
|
36353
37125
|
"""
|
|
36354
|
-
@summary
|
|
37126
|
+
@summary Submits an A/B watermarking job.
|
|
37127
|
+
|
|
37128
|
+
@description This API supports only videos that last at least 3 minutes. If the video is too short, the call may fail, or no output may be returned.
|
|
36355
37129
|
|
|
36356
37130
|
@param tmp_req: SubmitTraceAbJobRequest
|
|
36357
37131
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -36404,7 +37178,9 @@ class Client(OpenApiClient):
|
|
|
36404
37178
|
runtime: util_models.RuntimeOptions,
|
|
36405
37179
|
) -> ice20201109_models.SubmitTraceAbJobResponse:
|
|
36406
37180
|
"""
|
|
36407
|
-
@summary
|
|
37181
|
+
@summary Submits an A/B watermarking job.
|
|
37182
|
+
|
|
37183
|
+
@description This API supports only videos that last at least 3 minutes. If the video is too short, the call may fail, or no output may be returned.
|
|
36408
37184
|
|
|
36409
37185
|
@param tmp_req: SubmitTraceAbJobRequest
|
|
36410
37186
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -36456,7 +37232,9 @@ class Client(OpenApiClient):
|
|
|
36456
37232
|
request: ice20201109_models.SubmitTraceAbJobRequest,
|
|
36457
37233
|
) -> ice20201109_models.SubmitTraceAbJobResponse:
|
|
36458
37234
|
"""
|
|
36459
|
-
@summary
|
|
37235
|
+
@summary Submits an A/B watermarking job.
|
|
37236
|
+
|
|
37237
|
+
@description This API supports only videos that last at least 3 minutes. If the video is too short, the call may fail, or no output may be returned.
|
|
36460
37238
|
|
|
36461
37239
|
@param request: SubmitTraceAbJobRequest
|
|
36462
37240
|
@return: SubmitTraceAbJobResponse
|
|
@@ -36469,7 +37247,9 @@ class Client(OpenApiClient):
|
|
|
36469
37247
|
request: ice20201109_models.SubmitTraceAbJobRequest,
|
|
36470
37248
|
) -> ice20201109_models.SubmitTraceAbJobResponse:
|
|
36471
37249
|
"""
|
|
36472
|
-
@summary
|
|
37250
|
+
@summary Submits an A/B watermarking job.
|
|
37251
|
+
|
|
37252
|
+
@description This API supports only videos that last at least 3 minutes. If the video is too short, the call may fail, or no output may be returned.
|
|
36473
37253
|
|
|
36474
37254
|
@param request: SubmitTraceAbJobRequest
|
|
36475
37255
|
@return: SubmitTraceAbJobResponse
|
|
@@ -36483,7 +37263,10 @@ class Client(OpenApiClient):
|
|
|
36483
37263
|
runtime: util_models.RuntimeOptions,
|
|
36484
37264
|
) -> ice20201109_models.SubmitTraceExtractJobResponse:
|
|
36485
37265
|
"""
|
|
36486
|
-
@summary
|
|
37266
|
+
@summary Submits a job to extract the trace watermark.
|
|
37267
|
+
|
|
37268
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
37269
|
+
The input video must be 3 minutes or longer. Jobs submitted with shorter videos will fail.
|
|
36487
37270
|
|
|
36488
37271
|
@param tmp_req: SubmitTraceExtractJobRequest
|
|
36489
37272
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -36526,7 +37309,10 @@ class Client(OpenApiClient):
|
|
|
36526
37309
|
runtime: util_models.RuntimeOptions,
|
|
36527
37310
|
) -> ice20201109_models.SubmitTraceExtractJobResponse:
|
|
36528
37311
|
"""
|
|
36529
|
-
@summary
|
|
37312
|
+
@summary Submits a job to extract the trace watermark.
|
|
37313
|
+
|
|
37314
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
37315
|
+
The input video must be 3 minutes or longer. Jobs submitted with shorter videos will fail.
|
|
36530
37316
|
|
|
36531
37317
|
@param tmp_req: SubmitTraceExtractJobRequest
|
|
36532
37318
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -36568,7 +37354,10 @@ class Client(OpenApiClient):
|
|
|
36568
37354
|
request: ice20201109_models.SubmitTraceExtractJobRequest,
|
|
36569
37355
|
) -> ice20201109_models.SubmitTraceExtractJobResponse:
|
|
36570
37356
|
"""
|
|
36571
|
-
@summary
|
|
37357
|
+
@summary Submits a job to extract the trace watermark.
|
|
37358
|
+
|
|
37359
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
37360
|
+
The input video must be 3 minutes or longer. Jobs submitted with shorter videos will fail.
|
|
36572
37361
|
|
|
36573
37362
|
@param request: SubmitTraceExtractJobRequest
|
|
36574
37363
|
@return: SubmitTraceExtractJobResponse
|
|
@@ -36581,7 +37370,10 @@ class Client(OpenApiClient):
|
|
|
36581
37370
|
request: ice20201109_models.SubmitTraceExtractJobRequest,
|
|
36582
37371
|
) -> ice20201109_models.SubmitTraceExtractJobResponse:
|
|
36583
37372
|
"""
|
|
36584
|
-
@summary
|
|
37373
|
+
@summary Submits a job to extract the trace watermark.
|
|
37374
|
+
|
|
37375
|
+
@description This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
37376
|
+
The input video must be 3 minutes or longer. Jobs submitted with shorter videos will fail.
|
|
36585
37377
|
|
|
36586
37378
|
@param request: SubmitTraceExtractJobRequest
|
|
36587
37379
|
@return: SubmitTraceExtractJobResponse
|
|
@@ -36595,7 +37387,11 @@ class Client(OpenApiClient):
|
|
|
36595
37387
|
runtime: util_models.RuntimeOptions,
|
|
36596
37388
|
) -> ice20201109_models.SubmitTraceM3u8JobResponse:
|
|
36597
37389
|
"""
|
|
36598
|
-
@summary
|
|
37390
|
+
@summary Submits a job that generates an M3U8 file containing specific trace watermark information.
|
|
37391
|
+
|
|
37392
|
+
@description Before you call this operation, you must call SubmitTraceAbJob to get the TraceMediaId from its response.
|
|
37393
|
+
This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
37394
|
+
The M3U8 file generated by this job has a signed URL with an authentication validity period of 24 hours, starting from the moment the job is completed. Once the signature expires, you will no longer be able to trace the watermark information using that specific M3U8 file. If you need to use it after expiration, you must call this API again to generate a new M3U8 file.
|
|
36599
37395
|
|
|
36600
37396
|
@param tmp_req: SubmitTraceM3u8JobRequest
|
|
36601
37397
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -36642,7 +37438,11 @@ class Client(OpenApiClient):
|
|
|
36642
37438
|
runtime: util_models.RuntimeOptions,
|
|
36643
37439
|
) -> ice20201109_models.SubmitTraceM3u8JobResponse:
|
|
36644
37440
|
"""
|
|
36645
|
-
@summary
|
|
37441
|
+
@summary Submits a job that generates an M3U8 file containing specific trace watermark information.
|
|
37442
|
+
|
|
37443
|
+
@description Before you call this operation, you must call SubmitTraceAbJob to get the TraceMediaId from its response.
|
|
37444
|
+
This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
37445
|
+
The M3U8 file generated by this job has a signed URL with an authentication validity period of 24 hours, starting from the moment the job is completed. Once the signature expires, you will no longer be able to trace the watermark information using that specific M3U8 file. If you need to use it after expiration, you must call this API again to generate a new M3U8 file.
|
|
36646
37446
|
|
|
36647
37447
|
@param tmp_req: SubmitTraceM3u8JobRequest
|
|
36648
37448
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -36688,7 +37488,11 @@ class Client(OpenApiClient):
|
|
|
36688
37488
|
request: ice20201109_models.SubmitTraceM3u8JobRequest,
|
|
36689
37489
|
) -> ice20201109_models.SubmitTraceM3u8JobResponse:
|
|
36690
37490
|
"""
|
|
36691
|
-
@summary
|
|
37491
|
+
@summary Submits a job that generates an M3U8 file containing specific trace watermark information.
|
|
37492
|
+
|
|
37493
|
+
@description Before you call this operation, you must call SubmitTraceAbJob to get the TraceMediaId from its response.
|
|
37494
|
+
This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
37495
|
+
The M3U8 file generated by this job has a signed URL with an authentication validity period of 24 hours, starting from the moment the job is completed. Once the signature expires, you will no longer be able to trace the watermark information using that specific M3U8 file. If you need to use it after expiration, you must call this API again to generate a new M3U8 file.
|
|
36692
37496
|
|
|
36693
37497
|
@param request: SubmitTraceM3u8JobRequest
|
|
36694
37498
|
@return: SubmitTraceM3u8JobResponse
|
|
@@ -36701,7 +37505,11 @@ class Client(OpenApiClient):
|
|
|
36701
37505
|
request: ice20201109_models.SubmitTraceM3u8JobRequest,
|
|
36702
37506
|
) -> ice20201109_models.SubmitTraceM3u8JobResponse:
|
|
36703
37507
|
"""
|
|
36704
|
-
@summary
|
|
37508
|
+
@summary Submits a job that generates an M3U8 file containing specific trace watermark information.
|
|
37509
|
+
|
|
37510
|
+
@description Before you call this operation, you must call SubmitTraceAbJob to get the TraceMediaId from its response.
|
|
37511
|
+
This operation is supported only in the China (Shanghai) and China (Beijing) regions.
|
|
37512
|
+
The M3U8 file generated by this job has a signed URL with an authentication validity period of 24 hours, starting from the moment the job is completed. Once the signature expires, you will no longer be able to trace the watermark information using that specific M3U8 file. If you need to use it after expiration, you must call this API again to generate a new M3U8 file.
|
|
36705
37513
|
|
|
36706
37514
|
@param request: SubmitTraceM3u8JobRequest
|
|
36707
37515
|
@return: SubmitTraceM3u8JobResponse
|
|
@@ -36847,7 +37655,7 @@ class Client(OpenApiClient):
|
|
|
36847
37655
|
runtime: util_models.RuntimeOptions,
|
|
36848
37656
|
) -> ice20201109_models.SubmitVideoCognitionJobResponse:
|
|
36849
37657
|
"""
|
|
36850
|
-
@summary
|
|
37658
|
+
@summary Submits a video for AI analysis and processing.
|
|
36851
37659
|
|
|
36852
37660
|
@param tmp_req: SubmitVideoCognitionJobRequest
|
|
36853
37661
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -36894,7 +37702,7 @@ class Client(OpenApiClient):
|
|
|
36894
37702
|
runtime: util_models.RuntimeOptions,
|
|
36895
37703
|
) -> ice20201109_models.SubmitVideoCognitionJobResponse:
|
|
36896
37704
|
"""
|
|
36897
|
-
@summary
|
|
37705
|
+
@summary Submits a video for AI analysis and processing.
|
|
36898
37706
|
|
|
36899
37707
|
@param tmp_req: SubmitVideoCognitionJobRequest
|
|
36900
37708
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -36940,7 +37748,7 @@ class Client(OpenApiClient):
|
|
|
36940
37748
|
request: ice20201109_models.SubmitVideoCognitionJobRequest,
|
|
36941
37749
|
) -> ice20201109_models.SubmitVideoCognitionJobResponse:
|
|
36942
37750
|
"""
|
|
36943
|
-
@summary
|
|
37751
|
+
@summary Submits a video for AI analysis and processing.
|
|
36944
37752
|
|
|
36945
37753
|
@param request: SubmitVideoCognitionJobRequest
|
|
36946
37754
|
@return: SubmitVideoCognitionJobResponse
|
|
@@ -36953,7 +37761,7 @@ class Client(OpenApiClient):
|
|
|
36953
37761
|
request: ice20201109_models.SubmitVideoCognitionJobRequest,
|
|
36954
37762
|
) -> ice20201109_models.SubmitVideoCognitionJobResponse:
|
|
36955
37763
|
"""
|
|
36956
|
-
@summary
|
|
37764
|
+
@summary Submits a video for AI analysis and processing.
|
|
36957
37765
|
|
|
36958
37766
|
@param request: SubmitVideoCognitionJobRequest
|
|
36959
37767
|
@return: SubmitVideoCognitionJobResponse
|
|
@@ -38155,7 +38963,14 @@ class Client(OpenApiClient):
|
|
|
38155
38963
|
runtime: util_models.RuntimeOptions,
|
|
38156
38964
|
) -> ice20201109_models.UpdateHotwordLibraryResponse:
|
|
38157
38965
|
"""
|
|
38158
|
-
@summary
|
|
38966
|
+
@summary Modifies a specified hotword library, including its name, description, and hotword list.
|
|
38967
|
+
|
|
38968
|
+
@description ## [](#)
|
|
38969
|
+
You can call this operation to modify a specified hotword library.
|
|
38970
|
+
The hotword library ID (`HotwordLibraryId`) is required to identify the library that requires modification.
|
|
38971
|
+
You can modify its name (`Name` ), description (`Description` ), and hotword list (`HotWords`).
|
|
38972
|
+
Each hotword in the list can also be modified, including its content (`Text`), weight (`Weight`), language (`Language`), and translation results (`TranspositionResultList`).
|
|
38973
|
+
A single account supports up to 100 hotword libraries, each containing a maximum of 300 hotword entries. In a library, the combination of `language` and `text` of an entry must be unique. The combination of `TranslatedText` and `TargetLanguage` in `TranspositionResultList` must also be unique.
|
|
38159
38974
|
|
|
38160
38975
|
@param tmp_req: UpdateHotwordLibraryRequest
|
|
38161
38976
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -38200,7 +39015,14 @@ class Client(OpenApiClient):
|
|
|
38200
39015
|
runtime: util_models.RuntimeOptions,
|
|
38201
39016
|
) -> ice20201109_models.UpdateHotwordLibraryResponse:
|
|
38202
39017
|
"""
|
|
38203
|
-
@summary
|
|
39018
|
+
@summary Modifies a specified hotword library, including its name, description, and hotword list.
|
|
39019
|
+
|
|
39020
|
+
@description ## [](#)
|
|
39021
|
+
You can call this operation to modify a specified hotword library.
|
|
39022
|
+
The hotword library ID (`HotwordLibraryId`) is required to identify the library that requires modification.
|
|
39023
|
+
You can modify its name (`Name` ), description (`Description` ), and hotword list (`HotWords`).
|
|
39024
|
+
Each hotword in the list can also be modified, including its content (`Text`), weight (`Weight`), language (`Language`), and translation results (`TranspositionResultList`).
|
|
39025
|
+
A single account supports up to 100 hotword libraries, each containing a maximum of 300 hotword entries. In a library, the combination of `language` and `text` of an entry must be unique. The combination of `TranslatedText` and `TargetLanguage` in `TranspositionResultList` must also be unique.
|
|
38204
39026
|
|
|
38205
39027
|
@param tmp_req: UpdateHotwordLibraryRequest
|
|
38206
39028
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -38244,7 +39066,14 @@ class Client(OpenApiClient):
|
|
|
38244
39066
|
request: ice20201109_models.UpdateHotwordLibraryRequest,
|
|
38245
39067
|
) -> ice20201109_models.UpdateHotwordLibraryResponse:
|
|
38246
39068
|
"""
|
|
38247
|
-
@summary
|
|
39069
|
+
@summary Modifies a specified hotword library, including its name, description, and hotword list.
|
|
39070
|
+
|
|
39071
|
+
@description ## [](#)
|
|
39072
|
+
You can call this operation to modify a specified hotword library.
|
|
39073
|
+
The hotword library ID (`HotwordLibraryId`) is required to identify the library that requires modification.
|
|
39074
|
+
You can modify its name (`Name` ), description (`Description` ), and hotword list (`HotWords`).
|
|
39075
|
+
Each hotword in the list can also be modified, including its content (`Text`), weight (`Weight`), language (`Language`), and translation results (`TranspositionResultList`).
|
|
39076
|
+
A single account supports up to 100 hotword libraries, each containing a maximum of 300 hotword entries. In a library, the combination of `language` and `text` of an entry must be unique. The combination of `TranslatedText` and `TargetLanguage` in `TranspositionResultList` must also be unique.
|
|
38248
39077
|
|
|
38249
39078
|
@param request: UpdateHotwordLibraryRequest
|
|
38250
39079
|
@return: UpdateHotwordLibraryResponse
|
|
@@ -38257,7 +39086,14 @@ class Client(OpenApiClient):
|
|
|
38257
39086
|
request: ice20201109_models.UpdateHotwordLibraryRequest,
|
|
38258
39087
|
) -> ice20201109_models.UpdateHotwordLibraryResponse:
|
|
38259
39088
|
"""
|
|
38260
|
-
@summary
|
|
39089
|
+
@summary Modifies a specified hotword library, including its name, description, and hotword list.
|
|
39090
|
+
|
|
39091
|
+
@description ## [](#)
|
|
39092
|
+
You can call this operation to modify a specified hotword library.
|
|
39093
|
+
The hotword library ID (`HotwordLibraryId`) is required to identify the library that requires modification.
|
|
39094
|
+
You can modify its name (`Name` ), description (`Description` ), and hotword list (`HotWords`).
|
|
39095
|
+
Each hotword in the list can also be modified, including its content (`Text`), weight (`Weight`), language (`Language`), and translation results (`TranspositionResultList`).
|
|
39096
|
+
A single account supports up to 100 hotword libraries, each containing a maximum of 300 hotword entries. In a library, the combination of `language` and `text` of an entry must be unique. The combination of `TranslatedText` and `TargetLanguage` in `TranspositionResultList` must also be unique.
|
|
38261
39097
|
|
|
38262
39098
|
@param request: UpdateHotwordLibraryRequest
|
|
38263
39099
|
@return: UpdateHotwordLibraryResponse
|