tencentcloud-sdk-python 3.0.1299__py2.py3-none-any.whl → 3.0.1307__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.
Files changed (91) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/aiart_client.py +55 -0
  3. tencentcloud/aiart/v20221229/models.py +386 -0
  4. tencentcloud/apm/v20210622/apm_client.py +3 -3
  5. tencentcloud/apm/v20210622/errorcodes.py +10 -10
  6. tencentcloud/apm/v20210622/models.py +586 -538
  7. tencentcloud/autoscaling/v20180419/models.py +141 -0
  8. tencentcloud/batch/v20170312/models.py +2 -2
  9. tencentcloud/cat/v20180409/cat_client.py +1 -1
  10. tencentcloud/ccc/v20200210/ccc_client.py +25 -0
  11. tencentcloud/ccc/v20200210/models.py +159 -0
  12. tencentcloud/cdb/v20170320/models.py +42 -0
  13. tencentcloud/cdn/v20180606/models.py +2 -2
  14. tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +1 -1
  15. tencentcloud/cdwdoris/v20211228/models.py +165 -380
  16. tencentcloud/cfs/v20190719/cfs_client.py +23 -0
  17. tencentcloud/cfs/v20190719/models.py +79 -0
  18. tencentcloud/clb/v20180317/models.py +146 -20
  19. tencentcloud/cmq/v20190304/cmq_client.py +0 -365
  20. tencentcloud/cmq/v20190304/models.py +324 -2473
  21. tencentcloud/config/v20220802/config_client.py +46 -0
  22. tencentcloud/config/v20220802/errorcodes.py +3 -0
  23. tencentcloud/config/v20220802/models.py +716 -26
  24. tencentcloud/csxg/v20230303/errorcodes.py +48 -0
  25. tencentcloud/cvm/v20170312/cvm_client.py +24 -0
  26. tencentcloud/cvm/v20170312/errorcodes.py +9 -0
  27. tencentcloud/cvm/v20170312/models.py +198 -14
  28. tencentcloud/dc/v20180410/dc_client.py +1 -1
  29. tencentcloud/dc/v20180410/models.py +46 -48
  30. tencentcloud/dlc/v20210125/models.py +89 -0
  31. tencentcloud/ecm/v20190719/models.py +0 -18
  32. tencentcloud/emr/v20190103/models.py +50 -122
  33. tencentcloud/es/v20180416/models.py +17 -0
  34. tencentcloud/ess/v20201111/ess_client.py +26 -5
  35. tencentcloud/ess/v20201111/models.py +58 -86
  36. tencentcloud/essbasic/v20210526/models.py +86 -134
  37. tencentcloud/faceid/v20180301/models.py +14 -14
  38. tencentcloud/hai/v20230812/hai_client.py +23 -0
  39. tencentcloud/hai/v20230812/models.py +326 -0
  40. tencentcloud/hunyuan/v20230901/hunyuan_client.py +3 -1
  41. tencentcloud/hunyuan/v20230901/models.py +84 -2
  42. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +115 -0
  43. tencentcloud/iotexplorer/v20190423/models.py +1473 -75
  44. tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
  45. tencentcloud/iotvideo/v20211125/models.py +135 -0
  46. tencentcloud/lcic/v20220817/lcic_client.py +1 -1
  47. tencentcloud/lcic/v20220817/models.py +6 -8
  48. tencentcloud/lighthouse/v20200324/models.py +30 -0
  49. tencentcloud/lke/v20231130/models.py +23 -14
  50. tencentcloud/lkeap/v20240522/errorcodes.py +3 -0
  51. tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
  52. tencentcloud/lkeap/v20240522/models.py +60 -18
  53. tencentcloud/mna/v20210119/models.py +0 -52
  54. tencentcloud/monitor/v20180724/models.py +57 -6
  55. tencentcloud/monitor/v20180724/monitor_client.py +1 -1
  56. tencentcloud/mps/v20190612/errorcodes.py +6 -0
  57. tencentcloud/mps/v20190612/models.py +871 -18
  58. tencentcloud/mps/v20190612/mps_client.py +138 -0
  59. tencentcloud/ocr/v20181119/models.py +49 -4
  60. tencentcloud/postgres/v20170312/errorcodes.py +6 -0
  61. tencentcloud/postgres/v20170312/models.py +72 -30
  62. tencentcloud/pts/v20210728/models.py +0 -348
  63. tencentcloud/redis/v20180412/models.py +6 -2
  64. tencentcloud/rum/v20210622/models.py +92 -4
  65. tencentcloud/scf/v20180416/models.py +4 -4
  66. tencentcloud/sms/v20190711/errorcodes.py +6 -0
  67. tencentcloud/sms/v20190711/models.py +81 -0
  68. tencentcloud/sms/v20210111/errorcodes.py +6 -0
  69. tencentcloud/sms/v20210111/models.py +81 -0
  70. tencentcloud/ssl/v20191205/models.py +19 -4
  71. tencentcloud/ssl/v20191205/ssl_client.py +1 -1
  72. tencentcloud/tcb/v20180608/models.py +2 -86
  73. tencentcloud/tchd/v20230306/models.py +0 -2
  74. tencentcloud/teo/v20220901/models.py +8 -18
  75. tencentcloud/tiw/v20190919/models.py +6 -0
  76. tencentcloud/tke/v20220501/models.py +2 -2
  77. tencentcloud/trro/v20220325/models.py +15 -58
  78. tencentcloud/trtc/v20190722/models.py +30 -0
  79. tencentcloud/tse/v20201207/models.py +185 -0
  80. tencentcloud/tse/v20201207/tse_client.py +23 -0
  81. tencentcloud/vod/v20180717/models.py +6 -6
  82. tencentcloud/vpc/v20170312/errorcodes.py +15 -0
  83. tencentcloud/vpc/v20170312/models.py +508 -40
  84. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  85. tencentcloud/wedata/v20210820/models.py +1368 -2
  86. tencentcloud/wedata/v20210820/wedata_client.py +23 -0
  87. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/METADATA +1 -1
  88. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/RECORD +91 -91
  89. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/LICENSE +0 -0
  90. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/WHEEL +0 -0
  91. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/top_level.txt +0 -0
@@ -2225,29 +2225,23 @@ class Device(AbstractModel):
2225
2225
  def __init__(self):
2226
2226
  r"""
2227
2227
  :param _DeviceId: 设备ID
2228
- 注意:此字段可能返回 null,表示取不到有效值。
2229
2228
  :type DeviceId: str
2230
2229
  :param _DeviceName: 设备名称
2231
- 注意:此字段可能返回 null,表示取不到有效值。
2232
2230
  :type DeviceName: str
2233
2231
  :param _LicenseCount: 已经绑定license数量
2234
- 注意:此字段可能返回 null,表示取不到有效值。
2235
2232
  :type LicenseCount: int
2236
2233
  :param _RemainDay: 剩余天数:天
2237
- 注意:此字段可能返回 null,表示取不到有效值。
2238
2234
  :type RemainDay: int
2239
2235
  :param _ExpireTime: 过期时间:s
2240
- 注意:此字段可能返回 null,表示取不到有效值。
2241
2236
  :type ExpireTime: str
2242
2237
  :param _Duration: 服务时长:s
2243
- 注意:此字段可能返回 null,表示取不到有效值。
2244
2238
  :type Duration: str
2245
2239
  :param _LicenseIds: 已经绑定licenseId列表
2246
- 注意:此字段可能返回 null,表示取不到有效值。
2247
2240
  :type LicenseIds: list of str
2248
2241
  :param _MonthlyRemainTime: 每月license的限定时长
2249
- 注意:此字段可能返回 null,表示取不到有效值。
2250
2242
  :type MonthlyRemainTime: int
2243
+ :param _LimitedTime: 月封顶时长(分钟)
2244
+ :type LimitedTime: int
2251
2245
  """
2252
2246
  self._DeviceId = None
2253
2247
  self._DeviceName = None
@@ -2257,11 +2251,11 @@ class Device(AbstractModel):
2257
2251
  self._Duration = None
2258
2252
  self._LicenseIds = None
2259
2253
  self._MonthlyRemainTime = None
2254
+ self._LimitedTime = None
2260
2255
 
2261
2256
  @property
2262
2257
  def DeviceId(self):
2263
2258
  """设备ID
2264
- 注意:此字段可能返回 null,表示取不到有效值。
2265
2259
  :rtype: str
2266
2260
  """
2267
2261
  return self._DeviceId
@@ -2273,7 +2267,6 @@ class Device(AbstractModel):
2273
2267
  @property
2274
2268
  def DeviceName(self):
2275
2269
  """设备名称
2276
- 注意:此字段可能返回 null,表示取不到有效值。
2277
2270
  :rtype: str
2278
2271
  """
2279
2272
  return self._DeviceName
@@ -2285,7 +2278,6 @@ class Device(AbstractModel):
2285
2278
  @property
2286
2279
  def LicenseCount(self):
2287
2280
  """已经绑定license数量
2288
- 注意:此字段可能返回 null,表示取不到有效值。
2289
2281
  :rtype: int
2290
2282
  """
2291
2283
  return self._LicenseCount
@@ -2297,7 +2289,6 @@ class Device(AbstractModel):
2297
2289
  @property
2298
2290
  def RemainDay(self):
2299
2291
  """剩余天数:天
2300
- 注意:此字段可能返回 null,表示取不到有效值。
2301
2292
  :rtype: int
2302
2293
  """
2303
2294
  return self._RemainDay
@@ -2309,7 +2300,6 @@ class Device(AbstractModel):
2309
2300
  @property
2310
2301
  def ExpireTime(self):
2311
2302
  """过期时间:s
2312
- 注意:此字段可能返回 null,表示取不到有效值。
2313
2303
  :rtype: str
2314
2304
  """
2315
2305
  return self._ExpireTime
@@ -2321,7 +2311,6 @@ class Device(AbstractModel):
2321
2311
  @property
2322
2312
  def Duration(self):
2323
2313
  """服务时长:s
2324
- 注意:此字段可能返回 null,表示取不到有效值。
2325
2314
  :rtype: str
2326
2315
  """
2327
2316
  return self._Duration
@@ -2333,7 +2322,6 @@ class Device(AbstractModel):
2333
2322
  @property
2334
2323
  def LicenseIds(self):
2335
2324
  """已经绑定licenseId列表
2336
- 注意:此字段可能返回 null,表示取不到有效值。
2337
2325
  :rtype: list of str
2338
2326
  """
2339
2327
  return self._LicenseIds
@@ -2345,7 +2333,6 @@ class Device(AbstractModel):
2345
2333
  @property
2346
2334
  def MonthlyRemainTime(self):
2347
2335
  """每月license的限定时长
2348
- 注意:此字段可能返回 null,表示取不到有效值。
2349
2336
  :rtype: int
2350
2337
  """
2351
2338
  return self._MonthlyRemainTime
@@ -2354,6 +2341,17 @@ class Device(AbstractModel):
2354
2341
  def MonthlyRemainTime(self, MonthlyRemainTime):
2355
2342
  self._MonthlyRemainTime = MonthlyRemainTime
2356
2343
 
2344
+ @property
2345
+ def LimitedTime(self):
2346
+ """月封顶时长(分钟)
2347
+ :rtype: int
2348
+ """
2349
+ return self._LimitedTime
2350
+
2351
+ @LimitedTime.setter
2352
+ def LimitedTime(self, LimitedTime):
2353
+ self._LimitedTime = LimitedTime
2354
+
2357
2355
 
2358
2356
  def _deserialize(self, params):
2359
2357
  self._DeviceId = params.get("DeviceId")
@@ -2364,6 +2362,7 @@ class Device(AbstractModel):
2364
2362
  self._Duration = params.get("Duration")
2365
2363
  self._LicenseIds = params.get("LicenseIds")
2366
2364
  self._MonthlyRemainTime = params.get("MonthlyRemainTime")
2365
+ self._LimitedTime = params.get("LimitedTime")
2367
2366
  memeber_set = set(params.keys())
2368
2367
  for name, value in vars(self).items():
2369
2368
  property_name = name[1:]
@@ -3909,70 +3908,49 @@ class SessionDeviceDetail(AbstractModel):
3909
3908
  :param _DeviceId: 设备ID
3910
3909
  :type DeviceId: str
3911
3910
  :param _Ver: sdk版本
3912
- 注意:此字段可能返回 null,表示取不到有效值。
3913
3911
  :type Ver: str
3914
3912
  :param _SdkMode: 模式(p2p/server)
3915
- 注意:此字段可能返回 null,表示取不到有效值。
3916
3913
  :type SdkMode: str
3917
3914
  :param _DecodeCost: 解码耗时,单位:ms
3918
- 注意:此字段可能返回 null,表示取不到有效值。
3919
3915
  :type DecodeCost: list of int
3920
3916
  :param _RenderConst: 【已废弃,使用RenderCost】
3921
3917
  注意:此字段可能返回 null,表示取不到有效值。
3922
3918
  :type RenderConst: list of int
3923
3919
  :param _K100: 卡顿k100
3924
- 注意:此字段可能返回 null,表示取不到有效值。
3925
3920
  :type K100: list of float
3926
3921
  :param _K150: 卡顿k150
3927
- 注意:此字段可能返回 null,表示取不到有效值。
3928
3922
  :type K150: list of float
3929
3923
  :param _NACK: nack请求数
3930
- 注意:此字段可能返回 null,表示取不到有效值。
3931
3924
  :type NACK: list of int
3932
3925
  :param _BitRateEstimate: 服务端调控码率,单位:kbps
3933
- 注意:此字段可能返回 null,表示取不到有效值。
3934
3926
  :type BitRateEstimate: list of int
3935
3927
  :param _Width: 宽度
3936
- 注意:此字段可能返回 null,表示取不到有效值。
3937
3928
  :type Width: int
3938
3929
  :param _Height: 高度
3939
- 注意:此字段可能返回 null,表示取不到有效值。
3940
3930
  :type Height: int
3941
3931
  :param _EncodeCost: 编码耗时,单位:ms
3942
- 注意:此字段可能返回 null,表示取不到有效值。
3943
3932
  :type EncodeCost: list of int
3944
3933
  :param _CaptureCost: 采集耗时,单位:ms
3945
- 注意:此字段可能返回 null,表示取不到有效值。
3946
3934
  :type CaptureCost: list of int
3947
3935
  :param _RenderCost: 渲染耗时,单位:ms
3948
- 注意:此字段可能返回 null,表示取不到有效值。
3949
3936
  :type RenderCost: list of int
3950
3937
  :param _ConfigWidth: 配置宽度
3951
- 注意:此字段可能返回 null,表示取不到有效值。
3952
3938
  :type ConfigWidth: int
3953
3939
  :param _ConfigHeight: 配置高度
3954
- 注意:此字段可能返回 null,表示取不到有效值。
3955
3940
  :type ConfigHeight: int
3956
3941
  :param _FrameDelta: 平均帧间隔
3957
- 注意:此字段可能返回 null,表示取不到有效值。
3958
3942
  :type FrameDelta: list of int
3959
3943
  :param _MaxFrameDelta: 最大帧间隔
3960
- 注意:此字段可能返回 null,表示取不到有效值。
3961
3944
  :type MaxFrameDelta: list of int
3962
3945
  :param _TotalBitrateEstimate: 总码率评估,单位:kbps
3963
- 注意:此字段可能返回 null,表示取不到有效值。
3964
3946
  :type TotalBitrateEstimate: list of int
3965
3947
  :param _Lag100Duration: 帧间隔大于100ms的卡顿时长
3966
- 注意:此字段可能返回 null,表示取不到有效值。
3967
3948
  :type Lag100Duration: list of int
3968
3949
  :param _Lag150Duration: 帧间隔大于150ms的卡顿时长
3969
- 注意:此字段可能返回 null,表示取不到有效值。
3970
3950
  :type Lag150Duration: list of int
3971
3951
  :param _MultiMode: 是否开启多网:0 单网,1 多网
3972
- 注意:此字段可能返回 null,表示取不到有效值。
3973
3952
  :type MultiMode: int
3974
3953
  :param _MultiNet: 多网卡信息
3975
- 注意:此字段可能返回 null,表示取不到有效值。
3976
3954
  :type MultiNet: list of MultiNet
3977
3955
  """
3978
3956
  self._DeviceType = None
@@ -4169,7 +4147,6 @@ class SessionDeviceDetail(AbstractModel):
4169
4147
  @property
4170
4148
  def Ver(self):
4171
4149
  """sdk版本
4172
- 注意:此字段可能返回 null,表示取不到有效值。
4173
4150
  :rtype: str
4174
4151
  """
4175
4152
  return self._Ver
@@ -4181,7 +4158,6 @@ class SessionDeviceDetail(AbstractModel):
4181
4158
  @property
4182
4159
  def SdkMode(self):
4183
4160
  """模式(p2p/server)
4184
- 注意:此字段可能返回 null,表示取不到有效值。
4185
4161
  :rtype: str
4186
4162
  """
4187
4163
  return self._SdkMode
@@ -4193,7 +4169,6 @@ class SessionDeviceDetail(AbstractModel):
4193
4169
  @property
4194
4170
  def DecodeCost(self):
4195
4171
  """解码耗时,单位:ms
4196
- 注意:此字段可能返回 null,表示取不到有效值。
4197
4172
  :rtype: list of int
4198
4173
  """
4199
4174
  return self._DecodeCost
@@ -4221,7 +4196,6 @@ class SessionDeviceDetail(AbstractModel):
4221
4196
  @property
4222
4197
  def K100(self):
4223
4198
  """卡顿k100
4224
- 注意:此字段可能返回 null,表示取不到有效值。
4225
4199
  :rtype: list of float
4226
4200
  """
4227
4201
  return self._K100
@@ -4233,7 +4207,6 @@ class SessionDeviceDetail(AbstractModel):
4233
4207
  @property
4234
4208
  def K150(self):
4235
4209
  """卡顿k150
4236
- 注意:此字段可能返回 null,表示取不到有效值。
4237
4210
  :rtype: list of float
4238
4211
  """
4239
4212
  return self._K150
@@ -4245,7 +4218,6 @@ class SessionDeviceDetail(AbstractModel):
4245
4218
  @property
4246
4219
  def NACK(self):
4247
4220
  """nack请求数
4248
- 注意:此字段可能返回 null,表示取不到有效值。
4249
4221
  :rtype: list of int
4250
4222
  """
4251
4223
  return self._NACK
@@ -4257,7 +4229,6 @@ class SessionDeviceDetail(AbstractModel):
4257
4229
  @property
4258
4230
  def BitRateEstimate(self):
4259
4231
  """服务端调控码率,单位:kbps
4260
- 注意:此字段可能返回 null,表示取不到有效值。
4261
4232
  :rtype: list of int
4262
4233
  """
4263
4234
  return self._BitRateEstimate
@@ -4269,7 +4240,6 @@ class SessionDeviceDetail(AbstractModel):
4269
4240
  @property
4270
4241
  def Width(self):
4271
4242
  """宽度
4272
- 注意:此字段可能返回 null,表示取不到有效值。
4273
4243
  :rtype: int
4274
4244
  """
4275
4245
  return self._Width
@@ -4281,7 +4251,6 @@ class SessionDeviceDetail(AbstractModel):
4281
4251
  @property
4282
4252
  def Height(self):
4283
4253
  """高度
4284
- 注意:此字段可能返回 null,表示取不到有效值。
4285
4254
  :rtype: int
4286
4255
  """
4287
4256
  return self._Height
@@ -4293,7 +4262,6 @@ class SessionDeviceDetail(AbstractModel):
4293
4262
  @property
4294
4263
  def EncodeCost(self):
4295
4264
  """编码耗时,单位:ms
4296
- 注意:此字段可能返回 null,表示取不到有效值。
4297
4265
  :rtype: list of int
4298
4266
  """
4299
4267
  return self._EncodeCost
@@ -4305,7 +4273,6 @@ class SessionDeviceDetail(AbstractModel):
4305
4273
  @property
4306
4274
  def CaptureCost(self):
4307
4275
  """采集耗时,单位:ms
4308
- 注意:此字段可能返回 null,表示取不到有效值。
4309
4276
  :rtype: list of int
4310
4277
  """
4311
4278
  return self._CaptureCost
@@ -4317,7 +4284,6 @@ class SessionDeviceDetail(AbstractModel):
4317
4284
  @property
4318
4285
  def RenderCost(self):
4319
4286
  """渲染耗时,单位:ms
4320
- 注意:此字段可能返回 null,表示取不到有效值。
4321
4287
  :rtype: list of int
4322
4288
  """
4323
4289
  return self._RenderCost
@@ -4329,7 +4295,6 @@ class SessionDeviceDetail(AbstractModel):
4329
4295
  @property
4330
4296
  def ConfigWidth(self):
4331
4297
  """配置宽度
4332
- 注意:此字段可能返回 null,表示取不到有效值。
4333
4298
  :rtype: int
4334
4299
  """
4335
4300
  return self._ConfigWidth
@@ -4341,7 +4306,6 @@ class SessionDeviceDetail(AbstractModel):
4341
4306
  @property
4342
4307
  def ConfigHeight(self):
4343
4308
  """配置高度
4344
- 注意:此字段可能返回 null,表示取不到有效值。
4345
4309
  :rtype: int
4346
4310
  """
4347
4311
  return self._ConfigHeight
@@ -4353,7 +4317,6 @@ class SessionDeviceDetail(AbstractModel):
4353
4317
  @property
4354
4318
  def FrameDelta(self):
4355
4319
  """平均帧间隔
4356
- 注意:此字段可能返回 null,表示取不到有效值。
4357
4320
  :rtype: list of int
4358
4321
  """
4359
4322
  return self._FrameDelta
@@ -4365,7 +4328,6 @@ class SessionDeviceDetail(AbstractModel):
4365
4328
  @property
4366
4329
  def MaxFrameDelta(self):
4367
4330
  """最大帧间隔
4368
- 注意:此字段可能返回 null,表示取不到有效值。
4369
4331
  :rtype: list of int
4370
4332
  """
4371
4333
  return self._MaxFrameDelta
@@ -4377,7 +4339,6 @@ class SessionDeviceDetail(AbstractModel):
4377
4339
  @property
4378
4340
  def TotalBitrateEstimate(self):
4379
4341
  """总码率评估,单位:kbps
4380
- 注意:此字段可能返回 null,表示取不到有效值。
4381
4342
  :rtype: list of int
4382
4343
  """
4383
4344
  return self._TotalBitrateEstimate
@@ -4389,7 +4350,6 @@ class SessionDeviceDetail(AbstractModel):
4389
4350
  @property
4390
4351
  def Lag100Duration(self):
4391
4352
  """帧间隔大于100ms的卡顿时长
4392
- 注意:此字段可能返回 null,表示取不到有效值。
4393
4353
  :rtype: list of int
4394
4354
  """
4395
4355
  return self._Lag100Duration
@@ -4401,7 +4361,6 @@ class SessionDeviceDetail(AbstractModel):
4401
4361
  @property
4402
4362
  def Lag150Duration(self):
4403
4363
  """帧间隔大于150ms的卡顿时长
4404
- 注意:此字段可能返回 null,表示取不到有效值。
4405
4364
  :rtype: list of int
4406
4365
  """
4407
4366
  return self._Lag150Duration
@@ -4413,7 +4372,6 @@ class SessionDeviceDetail(AbstractModel):
4413
4372
  @property
4414
4373
  def MultiMode(self):
4415
4374
  """是否开启多网:0 单网,1 多网
4416
- 注意:此字段可能返回 null,表示取不到有效值。
4417
4375
  :rtype: int
4418
4376
  """
4419
4377
  return self._MultiMode
@@ -4425,7 +4383,6 @@ class SessionDeviceDetail(AbstractModel):
4425
4383
  @property
4426
4384
  def MultiNet(self):
4427
4385
  """多网卡信息
4428
- 注意:此字段可能返回 null,表示取不到有效值。
4429
4386
  :rtype: list of MultiNet
4430
4387
  """
4431
4388
  return self._MultiNet
@@ -199,6 +199,8 @@ class AgentConfig(AbstractModel):
199
199
  :type TurnDetectionMode: int
200
200
  :param _FilterOneWord: 是否过滤掉用户只说了一个字的句子,true表示过滤,false表示不过滤,默认值为true
201
201
  :type FilterOneWord: bool
202
+ :param _WelcomeMessagePriority: 欢迎消息优先级,0默认,1高优,高优不能被打断。
203
+ :type WelcomeMessagePriority: int
202
204
  """
203
205
  self._UserId = None
204
206
  self._UserSig = None
@@ -209,6 +211,7 @@ class AgentConfig(AbstractModel):
209
211
  self._InterruptSpeechDuration = None
210
212
  self._TurnDetectionMode = None
211
213
  self._FilterOneWord = None
214
+ self._WelcomeMessagePriority = None
212
215
 
213
216
  @property
214
217
  def UserId(self):
@@ -311,6 +314,17 @@ class AgentConfig(AbstractModel):
311
314
  def FilterOneWord(self, FilterOneWord):
312
315
  self._FilterOneWord = FilterOneWord
313
316
 
317
+ @property
318
+ def WelcomeMessagePriority(self):
319
+ """欢迎消息优先级,0默认,1高优,高优不能被打断。
320
+ :rtype: int
321
+ """
322
+ return self._WelcomeMessagePriority
323
+
324
+ @WelcomeMessagePriority.setter
325
+ def WelcomeMessagePriority(self, WelcomeMessagePriority):
326
+ self._WelcomeMessagePriority = WelcomeMessagePriority
327
+
314
328
 
315
329
  def _deserialize(self, params):
316
330
  self._UserId = params.get("UserId")
@@ -322,6 +336,7 @@ class AgentConfig(AbstractModel):
322
336
  self._InterruptSpeechDuration = params.get("InterruptSpeechDuration")
323
337
  self._TurnDetectionMode = params.get("TurnDetectionMode")
324
338
  self._FilterOneWord = params.get("FilterOneWord")
339
+ self._WelcomeMessagePriority = params.get("WelcomeMessagePriority")
325
340
  memeber_set = set(params.keys())
326
341
  for name, value in vars(self).items():
327
342
  property_name = name[1:]
@@ -10753,11 +10768,14 @@ class STTConfig(AbstractModel):
10753
10768
  :type CustomParam: str
10754
10769
  :param _VadSilenceTime: 语音识别vad的时间,范围为240-2000,默认为1000,单位为ms。更小的值会让语音识别分句更快。
10755
10770
  :type VadSilenceTime: int
10771
+ :param _HotWordList: 热词表:该参数用于提升识别准确率。 单个热词限制:"热词|权重",单个热词不超过30个字符(最多10个汉字),权重[1-11]或者100,如:“腾讯云|5” 或 “ASR|11”; 热词表限制:多个热词用英文逗号分割,最多支持128个热词,如:“腾讯云|10,语音识别|5,ASR|11”;
10772
+ :type HotWordList: str
10756
10773
  """
10757
10774
  self._Language = None
10758
10775
  self._AlternativeLanguage = None
10759
10776
  self._CustomParam = None
10760
10777
  self._VadSilenceTime = None
10778
+ self._HotWordList = None
10761
10779
 
10762
10780
  @property
10763
10781
  def Language(self):
@@ -10833,12 +10851,24 @@ class STTConfig(AbstractModel):
10833
10851
  def VadSilenceTime(self, VadSilenceTime):
10834
10852
  self._VadSilenceTime = VadSilenceTime
10835
10853
 
10854
+ @property
10855
+ def HotWordList(self):
10856
+ """热词表:该参数用于提升识别准确率。 单个热词限制:"热词|权重",单个热词不超过30个字符(最多10个汉字),权重[1-11]或者100,如:“腾讯云|5” 或 “ASR|11”; 热词表限制:多个热词用英文逗号分割,最多支持128个热词,如:“腾讯云|10,语音识别|5,ASR|11”;
10857
+ :rtype: str
10858
+ """
10859
+ return self._HotWordList
10860
+
10861
+ @HotWordList.setter
10862
+ def HotWordList(self, HotWordList):
10863
+ self._HotWordList = HotWordList
10864
+
10836
10865
 
10837
10866
  def _deserialize(self, params):
10838
10867
  self._Language = params.get("Language")
10839
10868
  self._AlternativeLanguage = params.get("AlternativeLanguage")
10840
10869
  self._CustomParam = params.get("CustomParam")
10841
10870
  self._VadSilenceTime = params.get("VadSilenceTime")
10871
+ self._HotWordList = params.get("HotWordList")
10842
10872
  memeber_set = set(params.keys())
10843
10873
  for name, value in vars(self).items():
10844
10874
  property_name = name[1:]