tencentcloud-sdk-python 3.0.1328__py2.py3-none-any.whl → 3.0.1329__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 (36) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/asr/v20190614/asr_client.py +1 -1
  3. tencentcloud/cdwdoris/v20211228/models.py +30 -0
  4. tencentcloud/clb/v20180317/models.py +45 -0
  5. tencentcloud/dlc/v20210125/models.py +0 -10
  6. tencentcloud/faceid/v20180301/models.py +20 -12
  7. tencentcloud/live/v20180801/models.py +10 -110
  8. tencentcloud/ocr/v20181119/models.py +23 -0
  9. tencentcloud/ocr/v20181119/ocr_client.py +10 -0
  10. tencentcloud/organization/v20210331/models.py +30 -0
  11. tencentcloud/rce/v20201103/models.py +2 -2
  12. tencentcloud/tcbr/v20220217/models.py +30 -0
  13. tencentcloud/tke/v20180525/models.py +0 -142
  14. tencentcloud/tke/v20220501/models.py +0 -8
  15. tencentcloud/vpc/v20170312/vpc_client.py +1 -1
  16. tencentcloud/weilingwith/v20230427/models.py +0 -20
  17. {tencentcloud_sdk_python-3.0.1328.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/METADATA +1 -1
  18. {tencentcloud_sdk_python-3.0.1328.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/RECORD +21 -36
  19. tencentcloud/lp/__init__.py +0 -0
  20. tencentcloud/lp/v20200224/__init__.py +0 -0
  21. tencentcloud/lp/v20200224/errorcodes.py +0 -78
  22. tencentcloud/lp/v20200224/lp_client.py +0 -49
  23. tencentcloud/lp/v20200224/models.py +0 -748
  24. tencentcloud/rkp/__init__.py +0 -0
  25. tencentcloud/rkp/v20191209/__init__.py +0 -0
  26. tencentcloud/rkp/v20191209/errorcodes.py +0 -102
  27. tencentcloud/rkp/v20191209/models.py +0 -1007
  28. tencentcloud/rkp/v20191209/rkp_client.py +0 -101
  29. tencentcloud/rp/__init__.py +0 -0
  30. tencentcloud/rp/v20200224/__init__.py +0 -0
  31. tencentcloud/rp/v20200224/errorcodes.py +0 -78
  32. tencentcloud/rp/v20200224/models.py +0 -655
  33. tencentcloud/rp/v20200224/rp_client.py +0 -49
  34. {tencentcloud_sdk_python-3.0.1328.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/LICENSE +0 -0
  35. {tencentcloud_sdk_python-3.0.1328.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/WHEEL +0 -0
  36. {tencentcloud_sdk_python-3.0.1328.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1328'
17
+ __version__ = '3.0.1329'
@@ -164,7 +164,7 @@ class AsrClient(AbstractClient):
164
164
  • 返回时效:异步回调,非实时返回。最长3小时返回识别结果,**大多数情况下,1小时的音频1-3分钟即可完成识别**。请注意:上述返回时长不含音频下载时延,且30分钟内发送超过1000小时录音或2万条任务的情况除外
165
165
  • 音频格式:wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac
166
166
  • 支持语言:在本页面上搜索 **EngineModelType**,或前往 [产品功能](https://cloud.tencent.com/document/product/1093/35682) 查看
167
- • 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL并提交任务,此种方式将不产生外网和流量下行费用,可节约成本、提升任务速度(具体对接可提工单咨询COS生成预签名URL)
167
+ • 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL并提交任务,此种方式将不产生外网和流量下行费用,可节约成本、提升任务速度(可参考COS预签名指南:[使用预签名 URL 访问 COS](https://cloud.tencent.com/document/product/436/68284) ,获取COS预签名url
168
168
  • 音频限制:音频 URL 时长不能大于5小时,文件大小不超过1GB;本地音频文件不能大于5MB
169
169
  • 如何获取识别结果:支持**回调或轮询**的方式获取结果,具体请参考 [录音文件识别结果查询](https://cloud.tencent.com/document/product/1093/37822)
170
170
  • 识别结果有效时间:识别结果在服务端保存24小时
@@ -1210,6 +1210,8 @@ class ClusterConfigsHistory(AbstractModel):
1210
1210
 
1211
1211
  def __init__(self):
1212
1212
  r"""
1213
+ :param _ComputeGroupId: 计算组id
1214
+ :type ComputeGroupId: str
1213
1215
  :param _FileName: 配置文件名称
1214
1216
  :type FileName: str
1215
1217
  :param _NewConfValue: 修改后的配置文件内容,base64编码
@@ -1223,6 +1225,7 @@ class ClusterConfigsHistory(AbstractModel):
1223
1225
  :param _UserUin: 修改子账号id
1224
1226
  :type UserUin: str
1225
1227
  """
1228
+ self._ComputeGroupId = None
1226
1229
  self._FileName = None
1227
1230
  self._NewConfValue = None
1228
1231
  self._OldConfValue = None
@@ -1230,6 +1233,17 @@ class ClusterConfigsHistory(AbstractModel):
1230
1233
  self._ModifyTime = None
1231
1234
  self._UserUin = None
1232
1235
 
1236
+ @property
1237
+ def ComputeGroupId(self):
1238
+ """计算组id
1239
+ :rtype: str
1240
+ """
1241
+ return self._ComputeGroupId
1242
+
1243
+ @ComputeGroupId.setter
1244
+ def ComputeGroupId(self, ComputeGroupId):
1245
+ self._ComputeGroupId = ComputeGroupId
1246
+
1233
1247
  @property
1234
1248
  def FileName(self):
1235
1249
  """配置文件名称
@@ -1298,6 +1312,7 @@ class ClusterConfigsHistory(AbstractModel):
1298
1312
 
1299
1313
 
1300
1314
  def _deserialize(self, params):
1315
+ self._ComputeGroupId = params.get("ComputeGroupId")
1301
1316
  self._FileName = params.get("FileName")
1302
1317
  self._NewConfValue = params.get("NewConfValue")
1303
1318
  self._OldConfValue = params.get("OldConfValue")
@@ -4207,6 +4222,8 @@ class DescribeClusterConfigsHistoryRequest(AbstractModel):
4207
4222
  :param _ConfigFileNames: 需要查询的配置文件名称数组,如果为空则查询全部历史记录。目前支持的配置文件名称有:
4208
4223
  apache_hdfs_broker.conf、be.conf、fe.conf、core-site.xml、hdfs-site.xml、odbcinst.ini
4209
4224
  :type ConfigFileNames: list of str
4225
+ :param _ComputeGroupIds: 需要查询的计算组列表
4226
+ :type ComputeGroupIds: list of str
4210
4227
  """
4211
4228
  self._InstanceId = None
4212
4229
  self._Offset = None
@@ -4214,6 +4231,7 @@ apache_hdfs_broker.conf、be.conf、fe.conf、core-site.xml、hdfs-site.xml、od
4214
4231
  self._StartTime = None
4215
4232
  self._EndTime = None
4216
4233
  self._ConfigFileNames = None
4234
+ self._ComputeGroupIds = None
4217
4235
 
4218
4236
  @property
4219
4237
  def InstanceId(self):
@@ -4282,6 +4300,17 @@ apache_hdfs_broker.conf、be.conf、fe.conf、core-site.xml、hdfs-site.xml、od
4282
4300
  def ConfigFileNames(self, ConfigFileNames):
4283
4301
  self._ConfigFileNames = ConfigFileNames
4284
4302
 
4303
+ @property
4304
+ def ComputeGroupIds(self):
4305
+ """需要查询的计算组列表
4306
+ :rtype: list of str
4307
+ """
4308
+ return self._ComputeGroupIds
4309
+
4310
+ @ComputeGroupIds.setter
4311
+ def ComputeGroupIds(self, ComputeGroupIds):
4312
+ self._ComputeGroupIds = ComputeGroupIds
4313
+
4285
4314
 
4286
4315
  def _deserialize(self, params):
4287
4316
  self._InstanceId = params.get("InstanceId")
@@ -4290,6 +4319,7 @@ apache_hdfs_broker.conf、be.conf、fe.conf、core-site.xml、hdfs-site.xml、od
4290
4319
  self._StartTime = params.get("StartTime")
4291
4320
  self._EndTime = params.get("EndTime")
4292
4321
  self._ConfigFileNames = params.get("ConfigFileNames")
4322
+ self._ComputeGroupIds = params.get("ComputeGroupIds")
4293
4323
  memeber_set = set(params.keys())
4294
4324
  for name, value in vars(self).items():
4295
4325
  property_name = name[1:]
@@ -1831,6 +1831,8 @@ class CertificateInput(AbstractModel):
1831
1831
  r"""
1832
1832
  :param _SSLMode: 认证类型,UNIDIRECTIONAL:单向认证,MUTUAL:双向认证
1833
1833
  :type SSLMode: str
1834
+ :param _SSLVerifyClient: 双向认证时,是否开启客户端认证,ON:开启,OPTIONAL:自适应,默认ON。
1835
+ :type SSLVerifyClient: str
1834
1836
  :param _CertId: 服务端证书的 ID,如果不填写此项则必须上传证书,包括 CertContent,CertKey,CertName。
1835
1837
  :type CertId: str
1836
1838
  :param _CertCaId: 客户端证书的 ID,当监听器采用双向认证,即 SSLMode=MUTUAL 时,如果不填写此项则必须上传客户端证书,包括 CertCaContent,CertCaName。
@@ -1847,6 +1849,7 @@ class CertificateInput(AbstractModel):
1847
1849
  :type CertCaContent: str
1848
1850
  """
1849
1851
  self._SSLMode = None
1852
+ self._SSLVerifyClient = None
1850
1853
  self._CertId = None
1851
1854
  self._CertCaId = None
1852
1855
  self._CertName = None
@@ -1866,6 +1869,17 @@ class CertificateInput(AbstractModel):
1866
1869
  def SSLMode(self, SSLMode):
1867
1870
  self._SSLMode = SSLMode
1868
1871
 
1872
+ @property
1873
+ def SSLVerifyClient(self):
1874
+ """双向认证时,是否开启客户端认证,ON:开启,OPTIONAL:自适应,默认ON。
1875
+ :rtype: str
1876
+ """
1877
+ return self._SSLVerifyClient
1878
+
1879
+ @SSLVerifyClient.setter
1880
+ def SSLVerifyClient(self, SSLVerifyClient):
1881
+ self._SSLVerifyClient = SSLVerifyClient
1882
+
1869
1883
  @property
1870
1884
  def CertId(self):
1871
1885
  """服务端证书的 ID,如果不填写此项则必须上传证书,包括 CertContent,CertKey,CertName。
@@ -1946,6 +1960,7 @@ class CertificateInput(AbstractModel):
1946
1960
 
1947
1961
  def _deserialize(self, params):
1948
1962
  self._SSLMode = params.get("SSLMode")
1963
+ self._SSLVerifyClient = params.get("SSLVerifyClient")
1949
1964
  self._CertId = params.get("CertId")
1950
1965
  self._CertCaId = params.get("CertCaId")
1951
1966
  self._CertName = params.get("CertName")
@@ -1972,6 +1987,8 @@ class CertificateOutput(AbstractModel):
1972
1987
  r"""
1973
1988
  :param _SSLMode: 认证类型,UNIDIRECTIONAL:单向认证,MUTUAL:双向认证
1974
1989
  :type SSLMode: str
1990
+ :param _SSLVerifyClient: 是否开启客户端证书验证,只在双向认证时生效。
1991
+ :type SSLVerifyClient: str
1975
1992
  :param _CertId: 服务端证书的ID。
1976
1993
  :type CertId: str
1977
1994
  :param _CertCaId: 客户端证书的 ID。
@@ -1982,6 +1999,7 @@ class CertificateOutput(AbstractModel):
1982
1999
  :type ExtCertIds: list of str
1983
2000
  """
1984
2001
  self._SSLMode = None
2002
+ self._SSLVerifyClient = None
1985
2003
  self._CertId = None
1986
2004
  self._CertCaId = None
1987
2005
  self._ExtCertIds = None
@@ -1997,6 +2015,17 @@ class CertificateOutput(AbstractModel):
1997
2015
  def SSLMode(self, SSLMode):
1998
2016
  self._SSLMode = SSLMode
1999
2017
 
2018
+ @property
2019
+ def SSLVerifyClient(self):
2020
+ """是否开启客户端证书验证,只在双向认证时生效。
2021
+ :rtype: str
2022
+ """
2023
+ return self._SSLVerifyClient
2024
+
2025
+ @SSLVerifyClient.setter
2026
+ def SSLVerifyClient(self, SSLVerifyClient):
2027
+ self._SSLVerifyClient = SSLVerifyClient
2028
+
2000
2029
  @property
2001
2030
  def CertId(self):
2002
2031
  """服务端证书的ID。
@@ -2035,6 +2064,7 @@ class CertificateOutput(AbstractModel):
2035
2064
 
2036
2065
  def _deserialize(self, params):
2037
2066
  self._SSLMode = params.get("SSLMode")
2067
+ self._SSLVerifyClient = params.get("SSLVerifyClient")
2038
2068
  self._CertId = params.get("CertId")
2039
2069
  self._CertCaId = params.get("CertCaId")
2040
2070
  self._ExtCertIds = params.get("ExtCertIds")
@@ -17767,9 +17797,12 @@ class MultiCertInfo(AbstractModel):
17767
17797
  :type SSLMode: str
17768
17798
  :param _CertList: 监听器或规则证书列表,单双向认证,多本服务端证书算法类型不能重复;若SSLMode为双向认证,证书列表必须包含一本ca证书。
17769
17799
  :type CertList: list of CertInfo
17800
+ :param _SSLVerifyClient: 双向认证时,是否开启客户端认证,ON:开启,OPTIONAL:自适应,默认ON
17801
+ :type SSLVerifyClient: str
17770
17802
  """
17771
17803
  self._SSLMode = None
17772
17804
  self._CertList = None
17805
+ self._SSLVerifyClient = None
17773
17806
 
17774
17807
  @property
17775
17808
  def SSLMode(self):
@@ -17793,6 +17826,17 @@ class MultiCertInfo(AbstractModel):
17793
17826
  def CertList(self, CertList):
17794
17827
  self._CertList = CertList
17795
17828
 
17829
+ @property
17830
+ def SSLVerifyClient(self):
17831
+ """双向认证时,是否开启客户端认证,ON:开启,OPTIONAL:自适应,默认ON
17832
+ :rtype: str
17833
+ """
17834
+ return self._SSLVerifyClient
17835
+
17836
+ @SSLVerifyClient.setter
17837
+ def SSLVerifyClient(self, SSLVerifyClient):
17838
+ self._SSLVerifyClient = SSLVerifyClient
17839
+
17796
17840
 
17797
17841
  def _deserialize(self, params):
17798
17842
  self._SSLMode = params.get("SSLMode")
@@ -17802,6 +17846,7 @@ class MultiCertInfo(AbstractModel):
17802
17846
  obj = CertInfo()
17803
17847
  obj._deserialize(item)
17804
17848
  self._CertList.append(obj)
17849
+ self._SSLVerifyClient = params.get("SSLVerifyClient")
17805
17850
  memeber_set = set(params.keys())
17806
17851
  for name, value in vars(self).items():
17807
17852
  property_name = name[1:]
@@ -7738,13 +7738,10 @@ class CrontabResumeSuspendStrategy(AbstractModel):
7738
7738
  def __init__(self):
7739
7739
  r"""
7740
7740
  :param _ResumeTime: 定时拉起时间:如:周一&周三8点
7741
- 注意:此字段可能返回 null,表示取不到有效值。
7742
7741
  :type ResumeTime: str
7743
7742
  :param _SuspendTime: 定时挂起时间:如:周一&周三20点
7744
- 注意:此字段可能返回 null,表示取不到有效值。
7745
7743
  :type SuspendTime: str
7746
7744
  :param _SuspendStrategy: 挂起配置:0(默认):等待任务结束后挂起、1:强制挂起
7747
- 注意:此字段可能返回 null,表示取不到有效值。
7748
7745
  :type SuspendStrategy: int
7749
7746
  """
7750
7747
  self._ResumeTime = None
@@ -7754,7 +7751,6 @@ class CrontabResumeSuspendStrategy(AbstractModel):
7754
7751
  @property
7755
7752
  def ResumeTime(self):
7756
7753
  """定时拉起时间:如:周一&周三8点
7757
- 注意:此字段可能返回 null,表示取不到有效值。
7758
7754
  :rtype: str
7759
7755
  """
7760
7756
  return self._ResumeTime
@@ -7766,7 +7762,6 @@ class CrontabResumeSuspendStrategy(AbstractModel):
7766
7762
  @property
7767
7763
  def SuspendTime(self):
7768
7764
  """定时挂起时间:如:周一&周三20点
7769
- 注意:此字段可能返回 null,表示取不到有效值。
7770
7765
  :rtype: str
7771
7766
  """
7772
7767
  return self._SuspendTime
@@ -7778,7 +7773,6 @@ class CrontabResumeSuspendStrategy(AbstractModel):
7778
7773
  @property
7779
7774
  def SuspendStrategy(self):
7780
7775
  """挂起配置:0(默认):等待任务结束后挂起、1:强制挂起
7781
- 注意:此字段可能返回 null,表示取不到有效值。
7782
7776
  :rtype: int
7783
7777
  """
7784
7778
  return self._SuspendStrategy
@@ -32351,10 +32345,8 @@ class TagInfo(AbstractModel):
32351
32345
  def __init__(self):
32352
32346
  r"""
32353
32347
  :param _TagKey: 标签键
32354
- 注意:此字段可能返回 null,表示取不到有效值。
32355
32348
  :type TagKey: str
32356
32349
  :param _TagValue: 标签值
32357
- 注意:此字段可能返回 null,表示取不到有效值。
32358
32350
  :type TagValue: str
32359
32351
  """
32360
32352
  self._TagKey = None
@@ -32363,7 +32355,6 @@ class TagInfo(AbstractModel):
32363
32355
  @property
32364
32356
  def TagKey(self):
32365
32357
  """标签键
32366
- 注意:此字段可能返回 null,表示取不到有效值。
32367
32358
  :rtype: str
32368
32359
  """
32369
32360
  return self._TagKey
@@ -32375,7 +32366,6 @@ class TagInfo(AbstractModel):
32375
32366
  @property
32376
32367
  def TagValue(self):
32377
32368
  """标签值
32378
- 注意:此字段可能返回 null,表示取不到有效值。
32379
32369
  :rtype: str
32380
32370
  """
32381
32371
  return self._TagValue
@@ -4675,14 +4675,14 @@ class GetEidResultRequest(AbstractModel):
4675
4675
  r"""
4676
4676
  :param _EidToken: E证通流程的唯一标识,调用[GetEidToken](https://cloud.tencent.com/document/product/1007/54089)接口时生成。
4677
4677
  :type EidToken: str
4678
- :param _InfoType: 指定拉取的结果信息。
4678
+ :param _InfoType: 指定需要拉取的结果信息。
4679
4679
  - 取值范围:
4680
4680
  0:全部。
4681
4681
  1:文本类。
4682
4682
  2:身份证信息。
4683
4683
  3:最佳截图信息。
4684
4684
  5:意愿核身朗读模式相关结果。
4685
- 6:意愿核身问答模式相关结果。
4685
+ 6:意愿核身问答/点头模式相关结果。
4686
4686
  - 例如 13表示拉取文本类、最佳截图信息。
4687
4687
  - 默认值:0
4688
4688
  :type InfoType: str
@@ -4718,14 +4718,14 @@ class GetEidResultRequest(AbstractModel):
4718
4718
 
4719
4719
  @property
4720
4720
  def InfoType(self):
4721
- """指定拉取的结果信息。
4721
+ """指定需要拉取的结果信息。
4722
4722
  - 取值范围:
4723
4723
  0:全部。
4724
4724
  1:文本类。
4725
4725
  2:身份证信息。
4726
4726
  3:最佳截图信息。
4727
4727
  5:意愿核身朗读模式相关结果。
4728
- 6:意愿核身问答模式相关结果。
4728
+ 6:意愿核身问答/点头模式相关结果。
4729
4729
  - 例如 13表示拉取文本类、最佳截图信息。
4730
4730
  - 默认值:0
4731
4731
  :rtype: str
@@ -4811,8 +4811,10 @@ class GetEidResultResponse(AbstractModel):
4811
4811
  注意:此字段可能返回 null,表示取不到有效值。
4812
4812
  :type BestFrame: :class:`tencentcloud.faceid.v20180301.models.DetectInfoBestFrame`
4813
4813
  :param _EidInfo: Eid信息。
4814
- - 包括商户下用户唯一标识以及加密后的姓名、身份证号信息。
4815
- - 解密方式详见[E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370)
4814
+ - EidInfo字段只有在人脸核身控制台完成“申请返回实名信息”之后返回,操作指引详见 [E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370)。
4815
+ - Eid信息包括商户下用户唯一标识以及加密后的姓名、身份证号信息。
4816
+ - 解密方式详见 [E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370)
4817
+ - 只有整个核验流程完成之后才能返回该字段信息。
4816
4818
  注意:此字段可能返回 null,表示取不到有效值。
4817
4819
  :type EidInfo: :class:`tencentcloud.faceid.v20180301.models.EidInfo`
4818
4820
  :param _IntentionVerifyData: 意愿核身朗读模式相关信息。
@@ -4880,8 +4882,10 @@ class GetEidResultResponse(AbstractModel):
4880
4882
  @property
4881
4883
  def EidInfo(self):
4882
4884
  """Eid信息。
4883
- - 包括商户下用户唯一标识以及加密后的姓名、身份证号信息。
4884
- - 解密方式详见[E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370)
4885
+ - EidInfo字段只有在人脸核身控制台完成“申请返回实名信息”之后返回,操作指引详见 [E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370)。
4886
+ - Eid信息包括商户下用户唯一标识以及加密后的姓名、身份证号信息。
4887
+ - 解密方式详见 [E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370)
4888
+ - 只有整个核验流程完成之后才能返回该字段信息。
4885
4889
  注意:此字段可能返回 null,表示取不到有效值。
4886
4890
  :rtype: :class:`tencentcloud.faceid.v20180301.models.EidInfo`
4887
4891
  """
@@ -5219,8 +5223,10 @@ class GetEidTokenRequest(AbstractModel):
5219
5223
 
5220
5224
  def __init__(self):
5221
5225
  r"""
5222
- :param _MerchantId: EID商户ID。通过人脸核身控制台[自助接入](https://console.cloud.tencent.com/faceid/access)申请。
5223
- - 字段长度最长50位。
5226
+ :param _MerchantId: EID商户ID
5227
+ - 商户ID通过人脸核身控制台[自助接入](https://console.cloud.tencent.com/faceid/access)申请。
5228
+ - 商户ID与您通过腾讯云人脸核身控制台完成自助接入时所使用的腾讯云账号绑定。
5229
+ - 必须使用申请该商户ID时登录的腾讯云账号所对应的腾讯云API密钥调用该接口。
5224
5230
  :type MerchantId: str
5225
5231
  :param _IdCard: 身份标识。
5226
5232
  - 未使用OCR服务时,必须传入。
@@ -5255,8 +5261,10 @@ class GetEidTokenRequest(AbstractModel):
5255
5261
 
5256
5262
  @property
5257
5263
  def MerchantId(self):
5258
- """EID商户ID。通过人脸核身控制台[自助接入](https://console.cloud.tencent.com/faceid/access)申请。
5259
- - 字段长度最长50位。
5264
+ """EID商户ID
5265
+ - 商户ID通过人脸核身控制台[自助接入](https://console.cloud.tencent.com/faceid/access)申请。
5266
+ - 商户ID与您通过腾讯云人脸核身控制台完成自助接入时所使用的腾讯云账号绑定。
5267
+ - 必须使用申请该商户ID时登录的腾讯云账号所对应的腾讯云API密钥调用该接口。
5260
5268
  :rtype: str
5261
5269
  """
5262
5270
  return self._MerchantId