tencentcloud-sdk-python 3.0.1202__py2.py3-none-any.whl → 3.0.1233__py2.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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/aiart/v20221229/aiart_client.py +24 -0
- tencentcloud/aiart/v20221229/models.py +214 -15
- tencentcloud/ams/v20201229/models.py +24 -0
- tencentcloud/antiddos/v20200309/models.py +13 -1
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +25 -0
- tencentcloud/asr/v20190614/asr_client.py +103 -1
- tencentcloud/asr/v20190614/errorcodes.py +3 -0
- tencentcloud/asr/v20190614/models.py +620 -0
- tencentcloud/autoscaling/v20180419/errorcodes.py +6 -0
- tencentcloud/autoscaling/v20180419/models.py +67 -20
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/bi/v20220105/models.py +25 -0
- tencentcloud/billing/v20180709/models.py +155 -0
- tencentcloud/cam/v20190116/cam_client.py +46 -0
- tencentcloud/cam/v20190116/errorcodes.py +6 -0
- tencentcloud/cam/v20190116/models.py +301 -0
- tencentcloud/cbs/v20170312/models.py +1 -1
- tencentcloud/ccc/v20200210/models.py +42 -12
- tencentcloud/cdb/v20170320/cdb_client.py +46 -0
- tencentcloud/cdb/v20170320/models.py +359 -11
- tencentcloud/cdwch/v20200915/models.py +1 -1
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +618 -66
- tencentcloud/cdwdoris/v20211228/errorcodes.py +0 -3
- tencentcloud/cdwdoris/v20211228/models.py +8041 -3844
- tencentcloud/cfg/v20210820/models.py +195 -1
- tencentcloud/cfs/v20190719/cfs_client.py +2 -2
- tencentcloud/cfs/v20190719/errorcodes.py +9 -0
- tencentcloud/cfs/v20190719/models.py +55 -5
- tencentcloud/cfw/v20190904/cfw_client.py +46 -25
- tencentcloud/cfw/v20190904/models.py +1056 -249
- tencentcloud/ckafka/v20190819/ckafka_client.py +24 -1
- tencentcloud/ckafka/v20190819/models.py +175 -2
- tencentcloud/clb/v20180317/models.py +147 -3
- tencentcloud/cls/v20201016/cls_client.py +92 -0
- tencentcloud/cls/v20201016/models.py +764 -16
- tencentcloud/controlcenter/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/controlcenter_client.py +49 -0
- tencentcloud/controlcenter/v20230110/errorcodes.py +45 -0
- tencentcloud/controlcenter/v20230110/models.py +140 -0
- tencentcloud/csip/v20221121/models.py +409 -0
- tencentcloud/cvm/v20170312/cvm_client.py +24 -1
- tencentcloud/cvm/v20170312/errorcodes.py +24 -0
- tencentcloud/cvm/v20170312/models.py +185 -10
- tencentcloud/cwp/v20180228/cwp_client.py +29 -2
- tencentcloud/cwp/v20180228/models.py +314 -13
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +115 -0
- tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +862 -52
- tencentcloud/dasb/v20191018/dasb_client.py +23 -0
- tencentcloud/dasb/v20191018/errorcodes.py +3 -0
- tencentcloud/dasb/v20191018/models.py +277 -0
- tencentcloud/dbbrain/v20210527/models.py +212 -2
- tencentcloud/dc/v20180410/dc_client.py +7 -8
- tencentcloud/dc/v20180410/models.py +84 -25
- tencentcloud/dcdb/v20180411/dcdb_client.py +71 -0
- tencentcloud/dcdb/v20180411/models.py +636 -0
- tencentcloud/dlc/v20210125/dlc_client.py +47 -1
- tencentcloud/dlc/v20210125/errorcodes.py +3 -0
- tencentcloud/dlc/v20210125/models.py +661 -6
- tencentcloud/dnspod/v20210323/dnspod_client.py +23 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
- tencentcloud/dnspod/v20210323/models.py +185 -0
- tencentcloud/dsgc/v20190723/models.py +193 -15
- tencentcloud/dts/v20211206/errorcodes.py +3 -0
- tencentcloud/ecc/v20181213/ecc_client.py +1 -2
- tencentcloud/emr/v20190103/emr_client.py +331 -4
- tencentcloud/emr/v20190103/errorcodes.py +12 -0
- tencentcloud/emr/v20190103/models.py +6832 -3365
- tencentcloud/es/v20180416/es_client.py +47 -0
- tencentcloud/es/v20180416/models.py +547 -1
- tencentcloud/ess/v20201111/errorcodes.py +6 -0
- tencentcloud/ess/v20201111/ess_client.py +142 -24
- tencentcloud/ess/v20201111/models.py +763 -103
- tencentcloud/essbasic/v20210526/essbasic_client.py +77 -3
- tencentcloud/essbasic/v20210526/models.py +413 -24
- tencentcloud/facefusion/v20181201/models.py +9 -3
- tencentcloud/facefusion/v20220927/errorcodes.py +13 -67
- tencentcloud/facefusion/v20220927/models.py +41 -13
- tencentcloud/faceid/v20180301/faceid_client.py +1 -1
- tencentcloud/faceid/v20180301/models.py +66 -0
- tencentcloud/gme/v20180711/models.py +2 -2
- tencentcloud/goosefs/v20220519/models.py +61 -0
- tencentcloud/hunyuan/v20230901/errorcodes.py +39 -0
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +99 -1
- tencentcloud/hunyuan/v20230901/models.py +661 -13
- tencentcloud/ims/v20201229/ims_client.py +3 -3
- tencentcloud/ims/v20201229/models.py +1 -1
- tencentcloud/ioa/v20220601/models.py +6 -5
- tencentcloud/iotexplorer/v20190423/errorcodes.py +15 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +46 -0
- tencentcloud/iotexplorer/v20190423/models.py +357 -2
- tencentcloud/irp/v20220805/models.py +13 -1
- tencentcloud/iss/v20230517/errorcodes.py +15 -0
- tencentcloud/iss/v20230517/iss_client.py +23 -0
- tencentcloud/iss/v20230517/models.py +233 -0
- tencentcloud/lcic/v20220817/lcic_client.py +23 -0
- tencentcloud/lcic/v20220817/models.py +285 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +6 -0
- tencentcloud/lighthouse/v20200324/models.py +28 -0
- tencentcloud/live/v20180801/models.py +2 -10
- tencentcloud/lke/v20231130/errorcodes.py +1 -1
- tencentcloud/lke/v20231130/lke_client.py +1 -1
- tencentcloud/lke/v20231130/models.py +366 -6
- tencentcloud/mariadb/v20170312/errorcodes.py +6 -0
- tencentcloud/mariadb/v20170312/mariadb_client.py +71 -0
- tencentcloud/mariadb/v20170312/models.py +601 -1
- tencentcloud/mna/v20210119/errorcodes.py +6 -0
- tencentcloud/mna/v20210119/mna_client.py +23 -0
- tencentcloud/mna/v20210119/models.py +146 -0
- tencentcloud/mongodb/v20180408/errorcodes.py +1 -1
- tencentcloud/mongodb/v20190725/errorcodes.py +1 -1
- tencentcloud/mongodb/v20190725/models.py +72 -45
- tencentcloud/monitor/v20180724/models.py +18 -4
- tencentcloud/mps/v20190612/models.py +658 -21
- tencentcloud/oceanus/v20190422/models.py +25 -0
- tencentcloud/ocr/v20181119/errorcodes.py +6 -0
- tencentcloud/ocr/v20181119/models.py +345 -10
- tencentcloud/ocr/v20181119/ocr_client.py +54 -2
- tencentcloud/omics/v20221128/models.py +15 -3
- tencentcloud/organization/v20210331/errorcodes.py +246 -0
- tencentcloud/organization/v20210331/models.py +12635 -4016
- tencentcloud/organization/v20210331/organization_client.py +1342 -123
- tencentcloud/postgres/v20170312/errorcodes.py +15 -0
- tencentcloud/pts/v20210728/errorcodes.py +3 -0
- tencentcloud/pts/v20210728/models.py +1 -1
- tencentcloud/rce/v20201103/models.py +2905 -435
- tencentcloud/rce/v20201103/rce_client.py +207 -0
- tencentcloud/redis/v20180412/models.py +944 -67
- tencentcloud/redis/v20180412/redis_client.py +93 -1
- tencentcloud/region/v20220627/models.py +0 -1
- tencentcloud/rum/v20210622/models.py +12 -0
- tencentcloud/scf/v20180416/models.py +51 -15
- tencentcloud/ses/v20201002/models.py +177 -0
- tencentcloud/smh/v20210712/errorcodes.py +69 -0
- tencentcloud/smh/v20210712/models.py +1173 -36
- tencentcloud/smh/v20210712/smh_client.py +115 -0
- tencentcloud/sms/v20190711/errorcodes.py +6 -0
- tencentcloud/sms/v20190711/models.py +21 -22
- tencentcloud/sms/v20190711/sms_client.py +28 -60
- tencentcloud/sms/v20210111/errorcodes.py +6 -0
- tencentcloud/sms/v20210111/models.py +6 -6
- tencentcloud/sqlserver/v20180328/errorcodes.py +3 -0
- tencentcloud/sqlserver/v20180328/models.py +243 -1
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +46 -0
- tencentcloud/ssl/v20191205/errorcodes.py +6 -0
- tencentcloud/ssl/v20191205/models.py +245 -0
- tencentcloud/ssl/v20191205/ssl_client.py +24 -1
- tencentcloud/tag/v20180813/models.py +33 -33
- tencentcloud/tat/v20201028/errorcodes.py +9 -0
- tencentcloud/tat/v20201028/models.py +234 -1
- tencentcloud/tat/v20201028/tat_client.py +23 -0
- tencentcloud/tcb/v20180608/models.py +13 -0
- tencentcloud/tcbr/v20220217/models.py +15 -0
- tencentcloud/tcr/v20190924/errorcodes.py +3 -0
- tencentcloud/tcss/v20201101/models.py +140 -5
- tencentcloud/tdmq/v20200217/models.py +155 -0
- tencentcloud/tds/v20220801/models.py +117 -0
- tencentcloud/teo/v20220901/errorcodes.py +12 -0
- tencentcloud/teo/v20220901/models.py +35 -16
- tencentcloud/thpc/v20230321/models.py +1432 -82
- tencentcloud/thpc/v20230321/thpc_client.py +92 -0
- tencentcloud/tiia/v20190529/models.py +0 -469
- tencentcloud/tiia/v20190529/tiia_client.py +0 -29
- tencentcloud/tke/v20180525/errorcodes.py +3 -0
- tencentcloud/tke/v20180525/models.py +24 -0
- tencentcloud/tke/v20220501/models.py +852 -8
- tencentcloud/tke/v20220501/tke_client.py +138 -0
- tencentcloud/tms/v20201229/errorcodes.py +0 -6
- tencentcloud/tms/v20201229/models.py +0 -70
- tencentcloud/tms/v20201229/tms_client.py +0 -23
- tencentcloud/tmt/v20180321/errorcodes.py +3 -0
- tencentcloud/tmt/v20180321/models.py +32 -32
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +241 -7
- tencentcloud/trocket/v20230308/trocket_client.py +23 -0
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +374 -55
- tencentcloud/trtc/v20190722/trtc_client.py +51 -39
- tencentcloud/tse/v20201207/models.py +127 -25
- tencentcloud/tsf/v20180326/models.py +51 -0
- tencentcloud/tsi/v20210325/models.py +24 -4
- tencentcloud/tsi/v20210325/tsi_client.py +12 -1
- tencentcloud/tts/v20190823/models.py +4 -3
- tencentcloud/vclm/v20240523/errorcodes.py +60 -0
- tencentcloud/vclm/v20240523/models.py +41 -4
- tencentcloud/vclm/v20240523/vclm_client.py +53 -1
- tencentcloud/vdb/v20230616/errorcodes.py +21 -0
- tencentcloud/vdb/v20230616/models.py +805 -0
- tencentcloud/vdb/v20230616/vdb_client.py +115 -0
- tencentcloud/vod/v20180717/errorcodes.py +18 -0
- tencentcloud/vod/v20180717/models.py +671 -12
- tencentcloud/vod/v20180717/vod_client.py +71 -2
- tencentcloud/vod/v20240718/__init__.py +0 -0
- tencentcloud/vod/v20240718/errorcodes.py +15 -0
- tencentcloud/vod/v20240718/models.py +189 -0
- tencentcloud/vod/v20240718/vod_client.py +49 -0
- tencentcloud/vpc/v20170312/models.py +538 -10
- tencentcloud/vpc/v20170312/vpc_client.py +4 -2
- tencentcloud/vrs/v20200824/models.py +166 -8
- tencentcloud/vrs/v20200824/vrs_client.py +2 -0
- tencentcloud/vtc/v20240223/models.py +30 -4
- tencentcloud/vtc/v20240223/vtc_client.py +53 -1
- tencentcloud/waf/v20180125/models.py +1 -1
- tencentcloud/wedata/v20210820/errorcodes.py +6 -0
- tencentcloud/wedata/v20210820/models.py +3941 -493
- tencentcloud/wedata/v20210820/wedata_client.py +184 -0
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/RECORD +214 -205
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/top_level.txt +0 -0
@@ -166,14 +166,26 @@ class AgentConfig(AbstractModel):
|
|
166
166
|
:param _TargetUserId: 机器人拉流的UserId, 填写后,机器人会拉取该UserId的流进行实时处理
|
167
167
|
注意:此字段可能返回 null,表示取不到有效值。
|
168
168
|
:type TargetUserId: str
|
169
|
-
:param _MaxIdleTime:
|
169
|
+
:param _MaxIdleTime: 房间内超过MaxIdleTime 没有推流,后台自动关闭任务,默认值是60s。
|
170
170
|
注意:此字段可能返回 null,表示取不到有效值。
|
171
171
|
:type MaxIdleTime: int
|
172
|
+
:param _WelcomeMessage: 机器人的欢迎语
|
173
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
174
|
+
:type WelcomeMessage: str
|
175
|
+
:param _InterruptMode: 智能打断模式,默认为0,0表示服务端自动打断,1表示服务端不打断,由端上发送打断信令进行打断
|
176
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
177
|
+
:type InterruptMode: int
|
178
|
+
:param _InterruptSpeechDuration: InterruptMode为0时使用,单位为毫秒,默认为500ms。表示服务端检测到持续InterruptSpeechDuration毫秒的人声则进行打断。
|
179
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
180
|
+
:type InterruptSpeechDuration: int
|
172
181
|
"""
|
173
182
|
self._UserId = None
|
174
183
|
self._UserSig = None
|
175
184
|
self._TargetUserId = None
|
176
185
|
self._MaxIdleTime = None
|
186
|
+
self._WelcomeMessage = None
|
187
|
+
self._InterruptMode = None
|
188
|
+
self._InterruptSpeechDuration = None
|
177
189
|
|
178
190
|
@property
|
179
191
|
def UserId(self):
|
@@ -207,12 +219,39 @@ class AgentConfig(AbstractModel):
|
|
207
219
|
def MaxIdleTime(self, MaxIdleTime):
|
208
220
|
self._MaxIdleTime = MaxIdleTime
|
209
221
|
|
222
|
+
@property
|
223
|
+
def WelcomeMessage(self):
|
224
|
+
return self._WelcomeMessage
|
225
|
+
|
226
|
+
@WelcomeMessage.setter
|
227
|
+
def WelcomeMessage(self, WelcomeMessage):
|
228
|
+
self._WelcomeMessage = WelcomeMessage
|
229
|
+
|
230
|
+
@property
|
231
|
+
def InterruptMode(self):
|
232
|
+
return self._InterruptMode
|
233
|
+
|
234
|
+
@InterruptMode.setter
|
235
|
+
def InterruptMode(self, InterruptMode):
|
236
|
+
self._InterruptMode = InterruptMode
|
237
|
+
|
238
|
+
@property
|
239
|
+
def InterruptSpeechDuration(self):
|
240
|
+
return self._InterruptSpeechDuration
|
241
|
+
|
242
|
+
@InterruptSpeechDuration.setter
|
243
|
+
def InterruptSpeechDuration(self, InterruptSpeechDuration):
|
244
|
+
self._InterruptSpeechDuration = InterruptSpeechDuration
|
245
|
+
|
210
246
|
|
211
247
|
def _deserialize(self, params):
|
212
248
|
self._UserId = params.get("UserId")
|
213
249
|
self._UserSig = params.get("UserSig")
|
214
250
|
self._TargetUserId = params.get("TargetUserId")
|
215
251
|
self._MaxIdleTime = params.get("MaxIdleTime")
|
252
|
+
self._WelcomeMessage = params.get("WelcomeMessage")
|
253
|
+
self._InterruptMode = params.get("InterruptMode")
|
254
|
+
self._InterruptSpeechDuration = params.get("InterruptSpeechDuration")
|
216
255
|
memeber_set = set(params.keys())
|
217
256
|
for name, value in vars(self).items():
|
218
257
|
property_name = name[1:]
|
@@ -717,6 +756,8 @@ class CreateCloudRecordingRequest(AbstractModel):
|
|
717
756
|
:param _SdkAppId: TRTC的[SdkAppId](https://cloud.tencent.com/document/product/647/46351#sdkappid),和录制的房间所对应的SdkAppId相同。
|
718
757
|
:type SdkAppId: int
|
719
758
|
:param _RoomId: TRTC的[RoomId](https://cloud.tencent.com/document/product/647/46351#roomid),录制的TRTC房间所对应的RoomId。
|
759
|
+
注:房间号类型默认为整型,若房间号类型为字符串,请通过RoomIdType指定。
|
760
|
+
|
720
761
|
:type RoomId: str
|
721
762
|
:param _UserId: 录制机器人的UserId,用于进房发起录制任务。
|
722
763
|
【*注意】这个UserId不能与当前房间内的主播观众[UserId](https://cloud.tencent.com/document/product/647/46351#userid)重复。如果一个房间发起多个录制任务时,机器人的userid也不能相互重复,否则会中断前一个录制任务。建议可以把房间ID作为UserId的标识的一部分,即录制机器人UserId在房间内唯一。
|
@@ -1271,7 +1312,7 @@ class DescribeAIConversationResponse(AbstractModel):
|
|
1271
1312
|
:type StartTime: str
|
1272
1313
|
:param _Status: 任务状态。有4个值:1、Idle表示任务未开始2、Preparing表示任务准备中3、InProgress表示任务正在运行4、Stopped表示任务已停止,正在清理资源中
|
1273
1314
|
:type Status: str
|
1274
|
-
:param _TaskId:
|
1315
|
+
:param _TaskId: 任务的唯一标识,在启动任务时生成
|
1275
1316
|
:type TaskId: str
|
1276
1317
|
:param _SessionId: 开启对话任务时填写的SessionId,如果没写则不返回。
|
1277
1318
|
:type SessionId: str
|
@@ -5916,8 +5957,12 @@ class McuUserInfoParams(AbstractModel):
|
|
5916
5957
|
r"""
|
5917
5958
|
:param _UserInfo: 用户参数。
|
5918
5959
|
:type UserInfo: :class:`tencentcloud.trtc.v20190722.models.MixUserInfo`
|
5960
|
+
:param _SoundLevel: 混音的音量调整:取值范围是0到100,100为原始上行音量,不填默认为100,值越小则音量越低。
|
5961
|
+
注:该参数只在音量白名单下配置生效,其他场景配置无效。
|
5962
|
+
:type SoundLevel: int
|
5919
5963
|
"""
|
5920
5964
|
self._UserInfo = None
|
5965
|
+
self._SoundLevel = None
|
5921
5966
|
|
5922
5967
|
@property
|
5923
5968
|
def UserInfo(self):
|
@@ -5927,11 +5972,20 @@ class McuUserInfoParams(AbstractModel):
|
|
5927
5972
|
def UserInfo(self, UserInfo):
|
5928
5973
|
self._UserInfo = UserInfo
|
5929
5974
|
|
5975
|
+
@property
|
5976
|
+
def SoundLevel(self):
|
5977
|
+
return self._SoundLevel
|
5978
|
+
|
5979
|
+
@SoundLevel.setter
|
5980
|
+
def SoundLevel(self, SoundLevel):
|
5981
|
+
self._SoundLevel = SoundLevel
|
5982
|
+
|
5930
5983
|
|
5931
5984
|
def _deserialize(self, params):
|
5932
5985
|
if params.get("UserInfo") is not None:
|
5933
5986
|
self._UserInfo = MixUserInfo()
|
5934
5987
|
self._UserInfo._deserialize(params.get("UserInfo"))
|
5988
|
+
self._SoundLevel = params.get("SoundLevel")
|
5935
5989
|
memeber_set = set(params.keys())
|
5936
5990
|
for name, value in vars(self).items():
|
5937
5991
|
property_name = name[1:]
|
@@ -7538,59 +7592,43 @@ class RecognizeConfig(AbstractModel):
|
|
7538
7592
|
|
7539
7593
|
def __init__(self):
|
7540
7594
|
r"""
|
7541
|
-
:param _Language:
|
7542
|
-
|
7543
|
-
|
7544
|
-
|
7545
|
-
|
7546
|
-
|
7547
|
-
|
7548
|
-
|
7549
|
-
|
7550
|
-
|
7551
|
-
|
7552
|
-
|
7553
|
-
|
7554
|
-
|
7555
|
-
|
7556
|
-
|
7557
|
-
|
7558
|
-
|
7559
|
-
|
7560
|
-
|
7561
|
-
|
7595
|
+
:param _Language: 语音转文字支持识别的语言,默认是"zh" 中文
|
7596
|
+
目前全量支持的语言如下,等号左面是语言英文名,右面是Language字段需要填写的值,该值遵循[ISO639](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes):
|
7597
|
+
可通过购买「语音转文本时长包」解锁或领取包月套餐体验版解锁此功能。
|
7598
|
+
|
7599
|
+
语音转文本支持语言类型如下:
|
7600
|
+
- Chinese = "zh" # 中文
|
7601
|
+
- Chinese_TW = "zh-TW" # 中国台湾
|
7602
|
+
- English = "en" # 英语
|
7603
|
+
- Chinese_YUE = "zh-yue" # 中国粤语
|
7604
|
+
- Chinese_DIALECT = "zh-dialect" # 中国方言
|
7605
|
+
- English = "en" # 英语
|
7606
|
+
- Vietnamese = "vi" # 越南语
|
7607
|
+
- Japanese = "ja" # 日语
|
7608
|
+
- Korean = "ko" # 韩语
|
7609
|
+
- Indonesia = "id" # 印度尼西亚语
|
7610
|
+
- Thai = "th" # 泰语
|
7611
|
+
- Portuguese = "pt" # 葡萄牙语
|
7612
|
+
- Turkish = "tr" # 土耳其语
|
7613
|
+
- Arabic = "ar" # 阿拉伯语
|
7614
|
+
- Spanish = "es" # 西班牙语
|
7615
|
+
- Hindi = "hi" # 印地语
|
7616
|
+
- French = "fr" # 法语
|
7617
|
+
- Malay = "ms" # 马来语
|
7618
|
+
- Filipino = "fil" # 菲律宾语
|
7619
|
+
- German = "de" # 德语
|
7620
|
+
- Italian = "it" # 意大利语
|
7621
|
+
- Russian = "ru" # 俄语
|
7562
7622
|
|
7563
7623
|
注意:
|
7564
7624
|
如果缺少满足您需求的语言,请联系我们技术人员。
|
7565
7625
|
:type Language: str
|
7566
|
-
:param _AlternativeLanguage:
|
7626
|
+
:param _AlternativeLanguage: 发起模糊识别额外可能替代语言类型,最多填写3种语言类型。
|
7627
|
+
注:Language指定为"zh-dialect" # 中国方言 时,不支持模糊识别,该字段无效
|
7567
7628
|
:type AlternativeLanguage: list of str
|
7568
|
-
:param _Model:
|
7629
|
+
:param _Model: 目前已不支持
|
7569
7630
|
:type Model: str
|
7570
|
-
:param _TranslationLanguage:
|
7571
|
-
目前全量支持的语言如下,等号左面是语言英文名,右面是Language字段需要填写的值,该值遵循[ISO639](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes):
|
7572
|
-
Chinese = "zh"
|
7573
|
-
Chinese_TW = "zh-TW"
|
7574
|
-
English = "en"
|
7575
|
-
Vietnamese = "vi"
|
7576
|
-
Japanese = "ja"
|
7577
|
-
Korean = "ko"
|
7578
|
-
Indonesia = "id"
|
7579
|
-
Thai = "th"
|
7580
|
-
Portuguese = "pt"
|
7581
|
-
Turkish = "tr"
|
7582
|
-
Arabic = "ar"
|
7583
|
-
Spanish = "es"
|
7584
|
-
Hindi = "hi"
|
7585
|
-
French = "fr"
|
7586
|
-
Malay = "ms"
|
7587
|
-
Filipino = "fil"
|
7588
|
-
German = "de"
|
7589
|
-
Italian = "it"
|
7590
|
-
Russian = "ru"
|
7591
|
-
|
7592
|
-
注意:
|
7593
|
-
如果缺少满足您需求的语言,请联系我们技术人员。
|
7631
|
+
:param _TranslationLanguage: 目前已不支持
|
7594
7632
|
:type TranslationLanguage: str
|
7595
7633
|
"""
|
7596
7634
|
self._Language = None
|
@@ -7628,10 +7666,14 @@ Russian = "ru"
|
|
7628
7666
|
|
7629
7667
|
@property
|
7630
7668
|
def TranslationLanguage(self):
|
7669
|
+
warnings.warn("parameter `TranslationLanguage` is deprecated", DeprecationWarning)
|
7670
|
+
|
7631
7671
|
return self._TranslationLanguage
|
7632
7672
|
|
7633
7673
|
@TranslationLanguage.setter
|
7634
7674
|
def TranslationLanguage(self, TranslationLanguage):
|
7675
|
+
warnings.warn("parameter `TranslationLanguage` is deprecated", DeprecationWarning)
|
7676
|
+
|
7635
7677
|
self._TranslationLanguage = TranslationLanguage
|
7636
7678
|
|
7637
7679
|
|
@@ -8176,7 +8218,7 @@ class STTConfig(AbstractModel):
|
|
8176
8218
|
4. English = "en" # 英语
|
8177
8219
|
5. Vietnamese = "vi" # 越南语
|
8178
8220
|
6. Japanese = "ja" # 日语
|
8179
|
-
7. Korean = "ko" #
|
8221
|
+
7. Korean = "ko" # 韩语
|
8180
8222
|
8. Indonesia = "id" # 印度尼西亚语
|
8181
8223
|
9. Thai = "th" # 泰语
|
8182
8224
|
10. Portuguese = "pt" # 葡萄牙语
|
@@ -8195,13 +8237,18 @@ class STTConfig(AbstractModel):
|
|
8195
8237
|
如果缺少满足您需求的语言,请联系我们技术人员。
|
8196
8238
|
注意:此字段可能返回 null,表示取不到有效值。
|
8197
8239
|
:type Language: str
|
8198
|
-
:param _AlternativeLanguage:
|
8240
|
+
:param _AlternativeLanguage: 发起模糊识别额外可能替代语言类型,最多填写3种语言类型,
|
8241
|
+
注:Language指定为"zh-dialect" # 中国方言 时,不支持模糊识别,该字段无效
|
8199
8242
|
|
8200
8243
|
注意:此字段可能返回 null,表示取不到有效值。
|
8201
8244
|
:type AlternativeLanguage: list of str
|
8245
|
+
:param _VadSilenceTime: 语音识别vad的时间,范围为240-2000,默认为1000,单位为ms。更小的值会让语音识别分句更快。
|
8246
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
8247
|
+
:type VadSilenceTime: int
|
8202
8248
|
"""
|
8203
8249
|
self._Language = None
|
8204
8250
|
self._AlternativeLanguage = None
|
8251
|
+
self._VadSilenceTime = None
|
8205
8252
|
|
8206
8253
|
@property
|
8207
8254
|
def Language(self):
|
@@ -8219,10 +8266,19 @@ class STTConfig(AbstractModel):
|
|
8219
8266
|
def AlternativeLanguage(self, AlternativeLanguage):
|
8220
8267
|
self._AlternativeLanguage = AlternativeLanguage
|
8221
8268
|
|
8269
|
+
@property
|
8270
|
+
def VadSilenceTime(self):
|
8271
|
+
return self._VadSilenceTime
|
8272
|
+
|
8273
|
+
@VadSilenceTime.setter
|
8274
|
+
def VadSilenceTime(self, VadSilenceTime):
|
8275
|
+
self._VadSilenceTime = VadSilenceTime
|
8276
|
+
|
8222
8277
|
|
8223
8278
|
def _deserialize(self, params):
|
8224
8279
|
self._Language = params.get("Language")
|
8225
8280
|
self._AlternativeLanguage = params.get("AlternativeLanguage")
|
8281
|
+
self._VadSilenceTime = params.get("VadSilenceTime")
|
8226
8282
|
memeber_set = set(params.keys())
|
8227
8283
|
for name, value in vars(self).items():
|
8228
8284
|
property_name = name[1:]
|
@@ -8559,9 +8615,12 @@ class ServerPushText(AbstractModel):
|
|
8559
8615
|
:type Text: str
|
8560
8616
|
:param _Interrupt: 是否允许该文本打断机器人说话
|
8561
8617
|
:type Interrupt: bool
|
8618
|
+
:param _StopAfterPlay: 播报完文本后,是否自动关闭对话任务
|
8619
|
+
:type StopAfterPlay: bool
|
8562
8620
|
"""
|
8563
8621
|
self._Text = None
|
8564
8622
|
self._Interrupt = None
|
8623
|
+
self._StopAfterPlay = None
|
8565
8624
|
|
8566
8625
|
@property
|
8567
8626
|
def Text(self):
|
@@ -8579,10 +8638,19 @@ class ServerPushText(AbstractModel):
|
|
8579
8638
|
def Interrupt(self, Interrupt):
|
8580
8639
|
self._Interrupt = Interrupt
|
8581
8640
|
|
8641
|
+
@property
|
8642
|
+
def StopAfterPlay(self):
|
8643
|
+
return self._StopAfterPlay
|
8644
|
+
|
8645
|
+
@StopAfterPlay.setter
|
8646
|
+
def StopAfterPlay(self, StopAfterPlay):
|
8647
|
+
self._StopAfterPlay = StopAfterPlay
|
8648
|
+
|
8582
8649
|
|
8583
8650
|
def _deserialize(self, params):
|
8584
8651
|
self._Text = params.get("Text")
|
8585
8652
|
self._Interrupt = params.get("Interrupt")
|
8653
|
+
self._StopAfterPlay = params.get("StopAfterPlay")
|
8586
8654
|
memeber_set = set(params.keys())
|
8587
8655
|
for name, value in vars(self).items():
|
8588
8656
|
property_name = name[1:]
|
@@ -8734,18 +8802,18 @@ class StartAIConversationRequest(AbstractModel):
|
|
8734
8802
|
:type RoomId: str
|
8735
8803
|
:param _AgentConfig: 机器人参数
|
8736
8804
|
:type AgentConfig: :class:`tencentcloud.trtc.v20190722.models.AgentConfig`
|
8737
|
-
:param _SessionId: 调用方传入的唯一Id
|
8805
|
+
:param _SessionId: 调用方传入的唯一Id,可用于客户侧防止重复发起任务以及可以通过该字段查询任务状态。
|
8738
8806
|
:type SessionId: str
|
8739
8807
|
:param _RoomIdType: TRTC房间号的类型,0代表数字房间号,1代表字符串房间号。不填默认是数字房间号。
|
8740
8808
|
:type RoomIdType: int
|
8741
8809
|
:param _STTConfig: 语音识别配置。
|
8742
8810
|
:type STTConfig: :class:`tencentcloud.trtc.v20190722.models.STTConfig`
|
8743
8811
|
:param _LLMConfig: LLM配置。需符合openai规范,为JSON字符串,示例如下:
|
8744
|
-
<pre> { <br>   "LLMType": “大模型类型", // String
|
8812
|
+
<pre> { <br>   "LLMType": “大模型类型", // String 必填,如:"openai" <br>   "Model": "您的模型名称", // String 必填,指定使用的模型<br> "APIKey": "您的LLM API密钥", // String 必填 <br>   "APIUrl": "https://api.xxx.com/chat/completions", // String 必填,LLM API访问的URL<br>   "Streaming": true // Boolean 非必填,指定是否使用流式传输<br>  } </pre>
|
8745
8813
|
|
8746
8814
|
:type LLMConfig: str
|
8747
|
-
:param _TTSConfig: TTS
|
8748
|
-
<pre>{ <br>   "AppId":
|
8815
|
+
:param _TTSConfig: TTS配置,为JSON字符串,腾讯云TTS示例如下:
|
8816
|
+
<pre>{ <br>   "AppId": 您的应用ID, // Integer 必填<br>   "TTSType": "TTS类型", // String TTS类型, 固定为"tencent"<br>   "SecretId": "您的密钥ID", // String 必填<br>   "SecretKey": "您的密钥Key", // String 必填<br>   "VoiceType": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见<a href="https://cloud.tencent.com/document/product/1073/34112">语音合成计费概述</a>。完整的音色 ID 列表请参见<a href="https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823">语音合成音色列表</a>。<br>   "Speed": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 <a href="https://sdk-1300466766.cos.ap-shanghai.myqcloud.com/sample/speed_sample.tar.gz">语速转换</a><br>   "Volume": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。<br>   "PrimaryLanguage": "zh-CN" // String 非必填,主要语言<br>  }</pre>
|
8749
8817
|
:type TTSConfig: str
|
8750
8818
|
"""
|
8751
8819
|
self._SdkAppId = None
|
@@ -9515,6 +9583,15 @@ class StartStreamIngestRequest(AbstractModel):
|
|
9515
9583
|
:type SourceUrl: list of str
|
9516
9584
|
:param _SeekSecond: 指定视频从某个秒时间戳播放
|
9517
9585
|
:type SeekSecond: int
|
9586
|
+
:param _AutoPush: 开启自动旁路推流,请确认控制台已经开启该功能。
|
9587
|
+
:type AutoPush: bool
|
9588
|
+
:param _RepeatNum: 循环播放次数, 取值范围[-1, 1000], 默认1次。
|
9589
|
+
- 0 无效值
|
9590
|
+
- -1 循环播放, 需要主动调用停止接口或设置MaxDuration
|
9591
|
+
|
9592
|
+
:type RepeatNum: int
|
9593
|
+
:param _MaxDuration: 循环播放最大时长,仅支持RepeatNum设置-1时生效,取值范围[1, 10080],单位分钟。
|
9594
|
+
:type MaxDuration: int
|
9518
9595
|
"""
|
9519
9596
|
self._SdkAppId = None
|
9520
9597
|
self._RoomId = None
|
@@ -9527,6 +9604,9 @@ class StartStreamIngestRequest(AbstractModel):
|
|
9527
9604
|
self._AudioEncodeParams = None
|
9528
9605
|
self._SourceUrl = None
|
9529
9606
|
self._SeekSecond = None
|
9607
|
+
self._AutoPush = None
|
9608
|
+
self._RepeatNum = None
|
9609
|
+
self._MaxDuration = None
|
9530
9610
|
|
9531
9611
|
@property
|
9532
9612
|
def SdkAppId(self):
|
@@ -9628,6 +9708,30 @@ class StartStreamIngestRequest(AbstractModel):
|
|
9628
9708
|
def SeekSecond(self, SeekSecond):
|
9629
9709
|
self._SeekSecond = SeekSecond
|
9630
9710
|
|
9711
|
+
@property
|
9712
|
+
def AutoPush(self):
|
9713
|
+
return self._AutoPush
|
9714
|
+
|
9715
|
+
@AutoPush.setter
|
9716
|
+
def AutoPush(self, AutoPush):
|
9717
|
+
self._AutoPush = AutoPush
|
9718
|
+
|
9719
|
+
@property
|
9720
|
+
def RepeatNum(self):
|
9721
|
+
return self._RepeatNum
|
9722
|
+
|
9723
|
+
@RepeatNum.setter
|
9724
|
+
def RepeatNum(self, RepeatNum):
|
9725
|
+
self._RepeatNum = RepeatNum
|
9726
|
+
|
9727
|
+
@property
|
9728
|
+
def MaxDuration(self):
|
9729
|
+
return self._MaxDuration
|
9730
|
+
|
9731
|
+
@MaxDuration.setter
|
9732
|
+
def MaxDuration(self, MaxDuration):
|
9733
|
+
self._MaxDuration = MaxDuration
|
9734
|
+
|
9631
9735
|
|
9632
9736
|
def _deserialize(self, params):
|
9633
9737
|
self._SdkAppId = params.get("SdkAppId")
|
@@ -9645,6 +9749,9 @@ class StartStreamIngestRequest(AbstractModel):
|
|
9645
9749
|
self._AudioEncodeParams._deserialize(params.get("AudioEncodeParams"))
|
9646
9750
|
self._SourceUrl = params.get("SourceUrl")
|
9647
9751
|
self._SeekSecond = params.get("SeekSecond")
|
9752
|
+
self._AutoPush = params.get("AutoPush")
|
9753
|
+
self._RepeatNum = params.get("RepeatNum")
|
9754
|
+
self._MaxDuration = params.get("MaxDuration")
|
9648
9755
|
memeber_set = set(params.keys())
|
9649
9756
|
for name, value in vars(self).items():
|
9650
9757
|
property_name = name[1:]
|
@@ -11012,6 +11119,124 @@ class TrtcUsage(AbstractModel):
|
|
11012
11119
|
|
11013
11120
|
|
11014
11121
|
|
11122
|
+
class UpdateAIConversationRequest(AbstractModel):
|
11123
|
+
"""UpdateAIConversation请求参数结构体
|
11124
|
+
|
11125
|
+
"""
|
11126
|
+
|
11127
|
+
def __init__(self):
|
11128
|
+
r"""
|
11129
|
+
:param _TaskId: 唯一标识一个任务
|
11130
|
+
:type TaskId: str
|
11131
|
+
:param _WelcomeMessage: 不填写则不进行更新,机器人的欢迎语
|
11132
|
+
:type WelcomeMessage: str
|
11133
|
+
:param _InterruptMode: 不填写则不进行更新。智能打断模式,0表示服务端自动打断,1表示服务端不打断,由端上发送打断信令进行打断
|
11134
|
+
:type InterruptMode: int
|
11135
|
+
:param _InterruptSpeechDuration: 不填写则不进行更新。InterruptMode为0时使用,单位为毫秒,默认为500ms。表示服务端检测到持续InterruptSpeechDuration毫秒的人声则进行打断
|
11136
|
+
:type InterruptSpeechDuration: int
|
11137
|
+
:param _LLMConfig: 不填写则不进行更新,LLM配置,详情见StartAIConversation接口
|
11138
|
+
:type LLMConfig: str
|
11139
|
+
:param _TTSConfig: 不填写则不进行更新,TTS配置,详情见StartAIConversation接口
|
11140
|
+
:type TTSConfig: str
|
11141
|
+
"""
|
11142
|
+
self._TaskId = None
|
11143
|
+
self._WelcomeMessage = None
|
11144
|
+
self._InterruptMode = None
|
11145
|
+
self._InterruptSpeechDuration = None
|
11146
|
+
self._LLMConfig = None
|
11147
|
+
self._TTSConfig = None
|
11148
|
+
|
11149
|
+
@property
|
11150
|
+
def TaskId(self):
|
11151
|
+
return self._TaskId
|
11152
|
+
|
11153
|
+
@TaskId.setter
|
11154
|
+
def TaskId(self, TaskId):
|
11155
|
+
self._TaskId = TaskId
|
11156
|
+
|
11157
|
+
@property
|
11158
|
+
def WelcomeMessage(self):
|
11159
|
+
return self._WelcomeMessage
|
11160
|
+
|
11161
|
+
@WelcomeMessage.setter
|
11162
|
+
def WelcomeMessage(self, WelcomeMessage):
|
11163
|
+
self._WelcomeMessage = WelcomeMessage
|
11164
|
+
|
11165
|
+
@property
|
11166
|
+
def InterruptMode(self):
|
11167
|
+
return self._InterruptMode
|
11168
|
+
|
11169
|
+
@InterruptMode.setter
|
11170
|
+
def InterruptMode(self, InterruptMode):
|
11171
|
+
self._InterruptMode = InterruptMode
|
11172
|
+
|
11173
|
+
@property
|
11174
|
+
def InterruptSpeechDuration(self):
|
11175
|
+
return self._InterruptSpeechDuration
|
11176
|
+
|
11177
|
+
@InterruptSpeechDuration.setter
|
11178
|
+
def InterruptSpeechDuration(self, InterruptSpeechDuration):
|
11179
|
+
self._InterruptSpeechDuration = InterruptSpeechDuration
|
11180
|
+
|
11181
|
+
@property
|
11182
|
+
def LLMConfig(self):
|
11183
|
+
return self._LLMConfig
|
11184
|
+
|
11185
|
+
@LLMConfig.setter
|
11186
|
+
def LLMConfig(self, LLMConfig):
|
11187
|
+
self._LLMConfig = LLMConfig
|
11188
|
+
|
11189
|
+
@property
|
11190
|
+
def TTSConfig(self):
|
11191
|
+
return self._TTSConfig
|
11192
|
+
|
11193
|
+
@TTSConfig.setter
|
11194
|
+
def TTSConfig(self, TTSConfig):
|
11195
|
+
self._TTSConfig = TTSConfig
|
11196
|
+
|
11197
|
+
|
11198
|
+
def _deserialize(self, params):
|
11199
|
+
self._TaskId = params.get("TaskId")
|
11200
|
+
self._WelcomeMessage = params.get("WelcomeMessage")
|
11201
|
+
self._InterruptMode = params.get("InterruptMode")
|
11202
|
+
self._InterruptSpeechDuration = params.get("InterruptSpeechDuration")
|
11203
|
+
self._LLMConfig = params.get("LLMConfig")
|
11204
|
+
self._TTSConfig = params.get("TTSConfig")
|
11205
|
+
memeber_set = set(params.keys())
|
11206
|
+
for name, value in vars(self).items():
|
11207
|
+
property_name = name[1:]
|
11208
|
+
if property_name in memeber_set:
|
11209
|
+
memeber_set.remove(property_name)
|
11210
|
+
if len(memeber_set) > 0:
|
11211
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
11212
|
+
|
11213
|
+
|
11214
|
+
|
11215
|
+
class UpdateAIConversationResponse(AbstractModel):
|
11216
|
+
"""UpdateAIConversation返回参数结构体
|
11217
|
+
|
11218
|
+
"""
|
11219
|
+
|
11220
|
+
def __init__(self):
|
11221
|
+
r"""
|
11222
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11223
|
+
:type RequestId: str
|
11224
|
+
"""
|
11225
|
+
self._RequestId = None
|
11226
|
+
|
11227
|
+
@property
|
11228
|
+
def RequestId(self):
|
11229
|
+
return self._RequestId
|
11230
|
+
|
11231
|
+
@RequestId.setter
|
11232
|
+
def RequestId(self, RequestId):
|
11233
|
+
self._RequestId = RequestId
|
11234
|
+
|
11235
|
+
|
11236
|
+
def _deserialize(self, params):
|
11237
|
+
self._RequestId = params.get("RequestId")
|
11238
|
+
|
11239
|
+
|
11015
11240
|
class UpdatePublishCdnStreamRequest(AbstractModel):
|
11016
11241
|
"""UpdatePublishCdnStream请求参数结构体
|
11017
11242
|
|
@@ -11208,6 +11433,100 @@ class UpdatePublishCdnStreamResponse(AbstractModel):
|
|
11208
11433
|
self._RequestId = params.get("RequestId")
|
11209
11434
|
|
11210
11435
|
|
11436
|
+
class UpdateStreamIngestRequest(AbstractModel):
|
11437
|
+
"""UpdateStreamIngest请求参数结构体
|
11438
|
+
|
11439
|
+
"""
|
11440
|
+
|
11441
|
+
def __init__(self):
|
11442
|
+
r"""
|
11443
|
+
:param _SdkAppId: TRTC的SDKAppId,和任务的房间所对应的SDKAppId相同
|
11444
|
+
:type SdkAppId: int
|
11445
|
+
:param _TaskId: 任务的唯一Id,在启动任务成功后会返回。
|
11446
|
+
:type TaskId: str
|
11447
|
+
:param _StreamUrl: 源流URL【必填】。
|
11448
|
+
:type StreamUrl: str
|
11449
|
+
"""
|
11450
|
+
self._SdkAppId = None
|
11451
|
+
self._TaskId = None
|
11452
|
+
self._StreamUrl = None
|
11453
|
+
|
11454
|
+
@property
|
11455
|
+
def SdkAppId(self):
|
11456
|
+
return self._SdkAppId
|
11457
|
+
|
11458
|
+
@SdkAppId.setter
|
11459
|
+
def SdkAppId(self, SdkAppId):
|
11460
|
+
self._SdkAppId = SdkAppId
|
11461
|
+
|
11462
|
+
@property
|
11463
|
+
def TaskId(self):
|
11464
|
+
return self._TaskId
|
11465
|
+
|
11466
|
+
@TaskId.setter
|
11467
|
+
def TaskId(self, TaskId):
|
11468
|
+
self._TaskId = TaskId
|
11469
|
+
|
11470
|
+
@property
|
11471
|
+
def StreamUrl(self):
|
11472
|
+
return self._StreamUrl
|
11473
|
+
|
11474
|
+
@StreamUrl.setter
|
11475
|
+
def StreamUrl(self, StreamUrl):
|
11476
|
+
self._StreamUrl = StreamUrl
|
11477
|
+
|
11478
|
+
|
11479
|
+
def _deserialize(self, params):
|
11480
|
+
self._SdkAppId = params.get("SdkAppId")
|
11481
|
+
self._TaskId = params.get("TaskId")
|
11482
|
+
self._StreamUrl = params.get("StreamUrl")
|
11483
|
+
memeber_set = set(params.keys())
|
11484
|
+
for name, value in vars(self).items():
|
11485
|
+
property_name = name[1:]
|
11486
|
+
if property_name in memeber_set:
|
11487
|
+
memeber_set.remove(property_name)
|
11488
|
+
if len(memeber_set) > 0:
|
11489
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
11490
|
+
|
11491
|
+
|
11492
|
+
|
11493
|
+
class UpdateStreamIngestResponse(AbstractModel):
|
11494
|
+
"""UpdateStreamIngest返回参数结构体
|
11495
|
+
|
11496
|
+
"""
|
11497
|
+
|
11498
|
+
def __init__(self):
|
11499
|
+
r"""
|
11500
|
+
:param _Status: 任务的状态信息。InProgress:表示当前任务正在进行中。NotExist:表示当前任务不存在。示例值:InProgress
|
11501
|
+
:type Status: str
|
11502
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11503
|
+
:type RequestId: str
|
11504
|
+
"""
|
11505
|
+
self._Status = None
|
11506
|
+
self._RequestId = None
|
11507
|
+
|
11508
|
+
@property
|
11509
|
+
def Status(self):
|
11510
|
+
return self._Status
|
11511
|
+
|
11512
|
+
@Status.setter
|
11513
|
+
def Status(self, Status):
|
11514
|
+
self._Status = Status
|
11515
|
+
|
11516
|
+
@property
|
11517
|
+
def RequestId(self):
|
11518
|
+
return self._RequestId
|
11519
|
+
|
11520
|
+
@RequestId.setter
|
11521
|
+
def RequestId(self, RequestId):
|
11522
|
+
self._RequestId = RequestId
|
11523
|
+
|
11524
|
+
|
11525
|
+
def _deserialize(self, params):
|
11526
|
+
self._Status = params.get("Status")
|
11527
|
+
self._RequestId = params.get("RequestId")
|
11528
|
+
|
11529
|
+
|
11211
11530
|
class UserInformation(AbstractModel):
|
11212
11531
|
"""用户信息,包括用户进房时间,退房时间等
|
11213
11532
|
|