tencentcloud-sdk-python-faceid 3.1.127__tar.gz → 3.1.133__tar.gz

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 (17) hide show
  1. {tencentcloud_sdk_python_faceid-3.1.127 → tencentcloud_sdk_python_faceid-3.1.133}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_faceid-3.1.127 → tencentcloud_sdk_python_faceid-3.1.133}/setup.py +1 -1
  3. {tencentcloud_sdk_python_faceid-3.1.127 → tencentcloud_sdk_python_faceid-3.1.133}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_faceid-3.1.127 → tencentcloud_sdk_python_faceid-3.1.133}/tencentcloud/faceid/v20180301/models.py +140 -214
  5. {tencentcloud_sdk_python_faceid-3.1.127 → tencentcloud_sdk_python_faceid-3.1.133}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_faceid-3.1.133/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_faceid-3.1.127/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_faceid-3.1.127 → tencentcloud_sdk_python_faceid-3.1.133}/README.rst +0 -0
  9. {tencentcloud_sdk_python_faceid-3.1.127 → tencentcloud_sdk_python_faceid-3.1.133}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_faceid-3.1.127 → tencentcloud_sdk_python_faceid-3.1.133}/tencentcloud/faceid/__init__.py +0 -0
  11. {tencentcloud_sdk_python_faceid-3.1.127 → tencentcloud_sdk_python_faceid-3.1.133}/tencentcloud/faceid/v20180301/__init__.py +0 -0
  12. {tencentcloud_sdk_python_faceid-3.1.127 → tencentcloud_sdk_python_faceid-3.1.133}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_faceid-3.1.127 → tencentcloud_sdk_python_faceid-3.1.133}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
  14. {tencentcloud_sdk_python_faceid-3.1.127 → tencentcloud_sdk_python_faceid-3.1.133}/tencentcloud/faceid/v20180301/faceid_client_async.py +0 -0
  15. {tencentcloud_sdk_python_faceid-3.1.127 → tencentcloud_sdk_python_faceid-3.1.133}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_faceid-3.1.127 → tencentcloud_sdk_python_faceid-3.1.133}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_faceid-3.1.127 → tencentcloud_sdk_python_faceid-3.1.133}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-faceid
3
- Version: 3.1.127
3
+ Version: 3.1.133
4
4
  Summary: Tencent Cloud Faceid SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.127
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.133
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-faceid',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.127,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.133,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Faceid SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.127'
17
+ __version__ = '3.1.133'
@@ -6951,37 +6951,29 @@ class IdCardOCRVerificationRequest(AbstractModel):
6951
6951
 
6952
6952
  def __init__(self):
6953
6953
  r"""
6954
- :param _IdCard: 身份证号。
6955
- - 姓名和身份证号、ImageBase64、ImageUrl三者必须提供其中之一。
6956
- - 若都提供了,则按照姓名和身份证号>ImageBase64>ImageUrl的优先级使用参数。
6954
+ :param _IdCard: <p>身份证号。</p><ul><li>姓名和身份证号、ImageBase64、ImageUrl三者必须提供其中之一。</li><li>若都提供了,则按照姓名和身份证号&gt;ImageBase64&gt;ImageUrl的优先级使用参数。</li></ul>
6957
6955
  :type IdCard: str
6958
- :param _Name: 姓名。
6956
+ :param _Name: <p>姓名。</p>
6959
6957
  :type Name: str
6960
- :param _ImageBase64: 身份证人像面的 Base64 值。
6961
- - 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
6962
- - 支持的图片大小:所下载图片经Base64编码后不超过 3M。请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
6958
+ :param _ImageBase64: <p>身份证人像面的 Base64 值。</p><ul><li>支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。</li><li>支持的图片大小:所下载图片经Base64编码后不超过 3M。请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。</li></ul>
6963
6959
  :type ImageBase64: str
6964
- :param _ImageUrl: 身份证人像面的 Url 地址。
6965
- - 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
6966
- - 支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。
6967
- - 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
6968
- - 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
6960
+ :param _ImageUrl: <p>身份证人像面的 Url 地址。</p><ul><li>支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。</li><li>支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。</li><li>图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。</li><li>非腾讯云存储的 Url 速度和稳定性可能受一定影响。</li></ul>
6969
6961
  :type ImageUrl: str
6970
- :param _Encryption: 敏感数据加密信息。
6971
- - 对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。
6962
+ :param _Encryption: <p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
6972
6963
  :type Encryption: :class:`tencentcloud.faceid.v20180301.models.Encryption`
6964
+ :param _Config: <p>告警配置。</p><ul><li>仅当使用ImageBase64或者ImageUrl时,告警配置生效</li><li>以下可选字段均为bool 类型,默认false。<ul><li>CopyWarn,复印件告警。</li><li>BorderCheckWarn,边框和框内遮挡告警。</li><li>ReshootWarn,翻拍告警。</li><li>DetectPsWarn,PS检测告警(疑似存在PS痕迹)。</li><li>TempIdWarn,临时身份证告警。</li><li>Quality,图片质量告警(评价图片模糊程度)。</li></ul></li><li>SDK 设置方式参考:Config = Json.stringify({&quot;CopyWarn&quot;:true,&quot;ReshootWarn&quot;:true})。</li><li>API 3.0 Explorer 设置方式参考:Config = {&quot;CopyWarn&quot;:true,&quot;Quality&quot;:true}。</li></ul>
6965
+ :type Config: str
6973
6966
  """
6974
6967
  self._IdCard = None
6975
6968
  self._Name = None
6976
6969
  self._ImageBase64 = None
6977
6970
  self._ImageUrl = None
6978
6971
  self._Encryption = None
6972
+ self._Config = None
6979
6973
 
6980
6974
  @property
6981
6975
  def IdCard(self):
6982
- r"""身份证号。
6983
- - 姓名和身份证号、ImageBase64、ImageUrl三者必须提供其中之一。
6984
- - 若都提供了,则按照姓名和身份证号>ImageBase64>ImageUrl的优先级使用参数。
6976
+ r"""<p>身份证号。</p><ul><li>姓名和身份证号、ImageBase64、ImageUrl三者必须提供其中之一。</li><li>若都提供了,则按照姓名和身份证号&gt;ImageBase64&gt;ImageUrl的优先级使用参数。</li></ul>
6985
6977
  :rtype: str
6986
6978
  """
6987
6979
  return self._IdCard
@@ -6992,7 +6984,7 @@ class IdCardOCRVerificationRequest(AbstractModel):
6992
6984
 
6993
6985
  @property
6994
6986
  def Name(self):
6995
- r"""姓名。
6987
+ r"""<p>姓名。</p>
6996
6988
  :rtype: str
6997
6989
  """
6998
6990
  return self._Name
@@ -7003,9 +6995,7 @@ class IdCardOCRVerificationRequest(AbstractModel):
7003
6995
 
7004
6996
  @property
7005
6997
  def ImageBase64(self):
7006
- r"""身份证人像面的 Base64 值。
7007
- - 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
7008
- - 支持的图片大小:所下载图片经Base64编码后不超过 3M。请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
6998
+ r"""<p>身份证人像面的 Base64 值。</p><ul><li>支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。</li><li>支持的图片大小:所下载图片经Base64编码后不超过 3M。请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。</li></ul>
7009
6999
  :rtype: str
7010
7000
  """
7011
7001
  return self._ImageBase64
@@ -7016,11 +7006,7 @@ class IdCardOCRVerificationRequest(AbstractModel):
7016
7006
 
7017
7007
  @property
7018
7008
  def ImageUrl(self):
7019
- r"""身份证人像面的 Url 地址。
7020
- - 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
7021
- - 支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。
7022
- - 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
7023
- - 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
7009
+ r"""<p>身份证人像面的 Url 地址。</p><ul><li>支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。</li><li>支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。</li><li>图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。</li><li>非腾讯云存储的 Url 速度和稳定性可能受一定影响。</li></ul>
7024
7010
  :rtype: str
7025
7011
  """
7026
7012
  return self._ImageUrl
@@ -7031,8 +7017,7 @@ class IdCardOCRVerificationRequest(AbstractModel):
7031
7017
 
7032
7018
  @property
7033
7019
  def Encryption(self):
7034
- r"""敏感数据加密信息。
7035
- - 对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。
7020
+ r"""<p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
7036
7021
  :rtype: :class:`tencentcloud.faceid.v20180301.models.Encryption`
7037
7022
  """
7038
7023
  return self._Encryption
@@ -7041,6 +7026,17 @@ class IdCardOCRVerificationRequest(AbstractModel):
7041
7026
  def Encryption(self, Encryption):
7042
7027
  self._Encryption = Encryption
7043
7028
 
7029
+ @property
7030
+ def Config(self):
7031
+ r"""<p>告警配置。</p><ul><li>仅当使用ImageBase64或者ImageUrl时,告警配置生效</li><li>以下可选字段均为bool 类型,默认false。<ul><li>CopyWarn,复印件告警。</li><li>BorderCheckWarn,边框和框内遮挡告警。</li><li>ReshootWarn,翻拍告警。</li><li>DetectPsWarn,PS检测告警(疑似存在PS痕迹)。</li><li>TempIdWarn,临时身份证告警。</li><li>Quality,图片质量告警(评价图片模糊程度)。</li></ul></li><li>SDK 设置方式参考:Config = Json.stringify({&quot;CopyWarn&quot;:true,&quot;ReshootWarn&quot;:true})。</li><li>API 3.0 Explorer 设置方式参考:Config = {&quot;CopyWarn&quot;:true,&quot;Quality&quot;:true}。</li></ul>
7032
+ :rtype: str
7033
+ """
7034
+ return self._Config
7035
+
7036
+ @Config.setter
7037
+ def Config(self, Config):
7038
+ self._Config = Config
7039
+
7044
7040
 
7045
7041
  def _deserialize(self, params):
7046
7042
  self._IdCard = params.get("IdCard")
@@ -7050,6 +7046,7 @@ class IdCardOCRVerificationRequest(AbstractModel):
7050
7046
  if params.get("Encryption") is not None:
7051
7047
  self._Encryption = Encryption()
7052
7048
  self._Encryption._deserialize(params.get("Encryption"))
7049
+ self._Config = params.get("Config")
7053
7050
  memeber_set = set(params.keys())
7054
7051
  for name, value in vars(self).items():
7055
7052
  property_name = name[1:]
@@ -7067,36 +7064,32 @@ class IdCardOCRVerificationResponse(AbstractModel):
7067
7064
 
7068
7065
  def __init__(self):
7069
7066
  r"""
7070
- :param _Result: 认证结果码,收费情况如下。
7071
- - 收费结果码:
7072
- 0: 姓名和身份证号一致。
7073
- -1: 姓名和身份证号不一致。
7074
- - 不收费结果码:
7075
- -2: 非法身份证号(长度、校验位等不正确)。
7076
- -3: 非法姓名(长度、格式等不正确)。
7077
- -4: 证件库服务异常。
7078
- -5: 证件库中无此身份证记录。
7079
- -6: 权威比对系统升级中,请稍后再试。
7080
- -7: 认证次数超过当日限制。
7067
+ :param _Result: <p>认证结果码,收费情况如下。</p><ul><li>收费结果码:<br>0: 姓名和身份证号一致。<br>-1: 姓名和身份证号不一致。</li><li>不收费结果码:<br>-2: 非法身份证号(长度、校验位等不正确)。<br>-3: 非法姓名(长度、格式等不正确)。<br>-4: 证件库服务异常。<br>-5: 证件库中无此身份证记录。<br>-6: 权威比对系统升级中,请稍后再试。<br>-7: 认证次数超过当日限制。</li></ul>
7081
7068
  :type Result: str
7082
- :param _Description: 业务结果描述。
7069
+ :param _Description: <p>业务结果描述。</p>
7083
7070
  :type Description: str
7084
- :param _Name: 用于验证的姓名。
7071
+ :param _Name: <p>用于验证的姓名。</p>
7085
7072
  :type Name: str
7086
- :param _IdCard: 用于验证的身份证号。
7073
+ :param _IdCard: <p>用于验证的身份证号。</p>
7087
7074
  :type IdCard: str
7088
- :param _Sex: OCR得到的性别。
7075
+ :param _Sex: <p>OCR得到的性别。</p>
7089
7076
  注意:此字段可能返回 null,表示取不到有效值。
7090
7077
  :type Sex: str
7091
- :param _Nation: OCR得到的民族。
7078
+ :param _Nation: <p>OCR得到的民族。</p>
7092
7079
  注意:此字段可能返回 null,表示取不到有效值。
7093
7080
  :type Nation: str
7094
- :param _Birth: OCR得到的生日。
7081
+ :param _Birth: <p>OCR得到的生日。</p>
7095
7082
  注意:此字段可能返回 null,表示取不到有效值。
7096
7083
  :type Birth: str
7097
- :param _Address: OCR得到的地址。
7084
+ :param _Address: <p>OCR得到的地址。</p>
7098
7085
  注意:此字段可能返回 null,表示取不到有效值。
7099
7086
  :type Address: str
7087
+ :param _Portrait: <p>身份证头像照片的base64编码</p>
7088
+ :type Portrait: str
7089
+ :param _Warnings: <p>告警信息。</p><ul><li>Code 告警码列表和释义:<br> &#39;-9101&#39;:身份证边框不完整告警。<br> &#39;-9102&#39;:身份证复印件告警。<br> &#39;-9103&#39;:身份证翻拍告警。<br> &#39;-9105&#39;:身份证框内遮挡告警。&#39;<br> &#39;-9104&#39;:临时身份证告警。<br> &#39;-9106&#39;:身份证 PS 告警(疑似存在PS痕迹)。<br> &#39;-9107&#39;:身份证反光告警。<br> &#39;-9108&#39;:身份证复印件告警(仅黑白复印件)。<br> &#39;-9109&#39;:身份证有效日期不合法告警。<br> &#39;-8001&#39;:图片模糊告警。</li><li>多个会用“|” 隔开,如 &quot;-9101|-9106|-9104&quot;。</li></ul>
7090
+ :type Warnings: str
7091
+ :param _Quality: <p>图片质量分数。</p><ul><li>当请求Config中配置图片模糊告警该参数才有意义。</li><li><ul><li>取值范围(0~100),目前默认阈值是50分,低于50分会触发模糊告警。</li></ul></li></ul>
7092
+ :type Quality: float
7100
7093
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7101
7094
  :type RequestId: str
7102
7095
  """
@@ -7108,21 +7101,14 @@ class IdCardOCRVerificationResponse(AbstractModel):
7108
7101
  self._Nation = None
7109
7102
  self._Birth = None
7110
7103
  self._Address = None
7104
+ self._Portrait = None
7105
+ self._Warnings = None
7106
+ self._Quality = None
7111
7107
  self._RequestId = None
7112
7108
 
7113
7109
  @property
7114
7110
  def Result(self):
7115
- r"""认证结果码,收费情况如下。
7116
- - 收费结果码:
7117
- 0: 姓名和身份证号一致。
7118
- -1: 姓名和身份证号不一致。
7119
- - 不收费结果码:
7120
- -2: 非法身份证号(长度、校验位等不正确)。
7121
- -3: 非法姓名(长度、格式等不正确)。
7122
- -4: 证件库服务异常。
7123
- -5: 证件库中无此身份证记录。
7124
- -6: 权威比对系统升级中,请稍后再试。
7125
- -7: 认证次数超过当日限制。
7111
+ r"""<p>认证结果码,收费情况如下。</p><ul><li>收费结果码:<br>0: 姓名和身份证号一致。<br>-1: 姓名和身份证号不一致。</li><li>不收费结果码:<br>-2: 非法身份证号(长度、校验位等不正确)。<br>-3: 非法姓名(长度、格式等不正确)。<br>-4: 证件库服务异常。<br>-5: 证件库中无此身份证记录。<br>-6: 权威比对系统升级中,请稍后再试。<br>-7: 认证次数超过当日限制。</li></ul>
7126
7112
  :rtype: str
7127
7113
  """
7128
7114
  return self._Result
@@ -7133,7 +7119,7 @@ class IdCardOCRVerificationResponse(AbstractModel):
7133
7119
 
7134
7120
  @property
7135
7121
  def Description(self):
7136
- r"""业务结果描述。
7122
+ r"""<p>业务结果描述。</p>
7137
7123
  :rtype: str
7138
7124
  """
7139
7125
  return self._Description
@@ -7144,7 +7130,7 @@ class IdCardOCRVerificationResponse(AbstractModel):
7144
7130
 
7145
7131
  @property
7146
7132
  def Name(self):
7147
- r"""用于验证的姓名。
7133
+ r"""<p>用于验证的姓名。</p>
7148
7134
  :rtype: str
7149
7135
  """
7150
7136
  return self._Name
@@ -7155,7 +7141,7 @@ class IdCardOCRVerificationResponse(AbstractModel):
7155
7141
 
7156
7142
  @property
7157
7143
  def IdCard(self):
7158
- r"""用于验证的身份证号。
7144
+ r"""<p>用于验证的身份证号。</p>
7159
7145
  :rtype: str
7160
7146
  """
7161
7147
  return self._IdCard
@@ -7166,7 +7152,7 @@ class IdCardOCRVerificationResponse(AbstractModel):
7166
7152
 
7167
7153
  @property
7168
7154
  def Sex(self):
7169
- r"""OCR得到的性别。
7155
+ r"""<p>OCR得到的性别。</p>
7170
7156
  注意:此字段可能返回 null,表示取不到有效值。
7171
7157
  :rtype: str
7172
7158
  """
@@ -7178,7 +7164,7 @@ class IdCardOCRVerificationResponse(AbstractModel):
7178
7164
 
7179
7165
  @property
7180
7166
  def Nation(self):
7181
- r"""OCR得到的民族。
7167
+ r"""<p>OCR得到的民族。</p>
7182
7168
  注意:此字段可能返回 null,表示取不到有效值。
7183
7169
  :rtype: str
7184
7170
  """
@@ -7190,7 +7176,7 @@ class IdCardOCRVerificationResponse(AbstractModel):
7190
7176
 
7191
7177
  @property
7192
7178
  def Birth(self):
7193
- r"""OCR得到的生日。
7179
+ r"""<p>OCR得到的生日。</p>
7194
7180
  注意:此字段可能返回 null,表示取不到有效值。
7195
7181
  :rtype: str
7196
7182
  """
@@ -7202,7 +7188,7 @@ class IdCardOCRVerificationResponse(AbstractModel):
7202
7188
 
7203
7189
  @property
7204
7190
  def Address(self):
7205
- r"""OCR得到的地址。
7191
+ r"""<p>OCR得到的地址。</p>
7206
7192
  注意:此字段可能返回 null,表示取不到有效值。
7207
7193
  :rtype: str
7208
7194
  """
@@ -7212,6 +7198,39 @@ class IdCardOCRVerificationResponse(AbstractModel):
7212
7198
  def Address(self, Address):
7213
7199
  self._Address = Address
7214
7200
 
7201
+ @property
7202
+ def Portrait(self):
7203
+ r"""<p>身份证头像照片的base64编码</p>
7204
+ :rtype: str
7205
+ """
7206
+ return self._Portrait
7207
+
7208
+ @Portrait.setter
7209
+ def Portrait(self, Portrait):
7210
+ self._Portrait = Portrait
7211
+
7212
+ @property
7213
+ def Warnings(self):
7214
+ r"""<p>告警信息。</p><ul><li>Code 告警码列表和释义:<br> &#39;-9101&#39;:身份证边框不完整告警。<br> &#39;-9102&#39;:身份证复印件告警。<br> &#39;-9103&#39;:身份证翻拍告警。<br> &#39;-9105&#39;:身份证框内遮挡告警。&#39;<br> &#39;-9104&#39;:临时身份证告警。<br> &#39;-9106&#39;:身份证 PS 告警(疑似存在PS痕迹)。<br> &#39;-9107&#39;:身份证反光告警。<br> &#39;-9108&#39;:身份证复印件告警(仅黑白复印件)。<br> &#39;-9109&#39;:身份证有效日期不合法告警。<br> &#39;-8001&#39;:图片模糊告警。</li><li>多个会用“|” 隔开,如 &quot;-9101|-9106|-9104&quot;。</li></ul>
7215
+ :rtype: str
7216
+ """
7217
+ return self._Warnings
7218
+
7219
+ @Warnings.setter
7220
+ def Warnings(self, Warnings):
7221
+ self._Warnings = Warnings
7222
+
7223
+ @property
7224
+ def Quality(self):
7225
+ r"""<p>图片质量分数。</p><ul><li>当请求Config中配置图片模糊告警该参数才有意义。</li><li><ul><li>取值范围(0~100),目前默认阈值是50分,低于50分会触发模糊告警。</li></ul></li></ul>
7226
+ :rtype: float
7227
+ """
7228
+ return self._Quality
7229
+
7230
+ @Quality.setter
7231
+ def Quality(self, Quality):
7232
+ self._Quality = Quality
7233
+
7215
7234
  @property
7216
7235
  def RequestId(self):
7217
7236
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -7233,6 +7252,9 @@ class IdCardOCRVerificationResponse(AbstractModel):
7233
7252
  self._Nation = params.get("Nation")
7234
7253
  self._Birth = params.get("Birth")
7235
7254
  self._Address = params.get("Address")
7255
+ self._Portrait = params.get("Portrait")
7256
+ self._Warnings = params.get("Warnings")
7257
+ self._Quality = params.get("Quality")
7236
7258
  self._RequestId = params.get("RequestId")
7237
7259
 
7238
7260
 
@@ -9085,10 +9107,9 @@ class MobileNetworkTimeVerificationRequest(AbstractModel):
9085
9107
 
9086
9108
  def __init__(self):
9087
9109
  r"""
9088
- :param _Mobile: 手机号码。
9110
+ :param _Mobile: <p>手机号码。</p>
9089
9111
  :type Mobile: str
9090
- :param _Encryption: 敏感数据加密信息。
9091
- - 对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
9112
+ :param _Encryption: <p>敏感数据加密信息。</p><ul><li>对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
9092
9113
  :type Encryption: :class:`tencentcloud.faceid.v20180301.models.Encryption`
9093
9114
  """
9094
9115
  self._Mobile = None
@@ -9096,7 +9117,7 @@ class MobileNetworkTimeVerificationRequest(AbstractModel):
9096
9117
 
9097
9118
  @property
9098
9119
  def Mobile(self):
9099
- r"""手机号码。
9120
+ r"""<p>手机号码。</p>
9100
9121
  :rtype: str
9101
9122
  """
9102
9123
  return self._Mobile
@@ -9107,8 +9128,7 @@ class MobileNetworkTimeVerificationRequest(AbstractModel):
9107
9128
 
9108
9129
  @property
9109
9130
  def Encryption(self):
9110
- r"""敏感数据加密信息。
9111
- - 对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
9131
+ r"""<p>敏感数据加密信息。</p><ul><li>对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
9112
9132
  :rtype: :class:`tencentcloud.faceid.v20180301.models.Encryption`
9113
9133
  """
9114
9134
  return self._Encryption
@@ -9140,22 +9160,11 @@ class MobileNetworkTimeVerificationResponse(AbstractModel):
9140
9160
 
9141
9161
  def __init__(self):
9142
9162
  r"""
9143
- :param _Result: 认证结果码,收费情况如下。
9144
- - 收费结果码:
9145
- 0: 成功。
9146
- -2: 手机号不存在。
9147
- -3: 手机号存在,但无法查询到在网时长。
9148
-
9149
- - 不收费结果码:
9150
- -1: 手机号格式不正确。
9151
- -4: 验证中心服务繁忙。
9152
- -5:认证次数超过当日限制,请次日重试。
9163
+ :param _Result: <p>认证结果码,收费情况如下。- 收费结果码:0: 成功。-2: 手机号不存在。-3: 手机号存在,但无法查询到在网时长。- 不收费结果码:-1: 手机号格式不正确。-4: 验证中心服务繁忙。-5:认证次数超过当日限制,请次日重试。-13:该号段不支持验证</p>
9153
9164
  :type Result: str
9154
- :param _Description: 业务结果描述。
9165
+ :param _Description: <p>业务结果描述。</p>
9155
9166
  :type Description: str
9156
- :param _Range: 在网时长区间。
9157
- - 格式为[a,b),表示在网时长在a个月以上,b个月以下。
9158
- - 若b为+时表示没有上限。
9167
+ :param _Range: <p>在网时长区间。</p><ul><li>格式为[a,b),表示在网时长在a个月以上,b个月以下。</li><li>若b为+时表示没有上限。</li></ul>
9159
9168
  :type Range: str
9160
9169
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9161
9170
  :type RequestId: str
@@ -9167,16 +9176,7 @@ class MobileNetworkTimeVerificationResponse(AbstractModel):
9167
9176
 
9168
9177
  @property
9169
9178
  def Result(self):
9170
- r"""认证结果码,收费情况如下。
9171
- - 收费结果码:
9172
- 0: 成功。
9173
- -2: 手机号不存在。
9174
- -3: 手机号存在,但无法查询到在网时长。
9175
-
9176
- - 不收费结果码:
9177
- -1: 手机号格式不正确。
9178
- -4: 验证中心服务繁忙。
9179
- -5:认证次数超过当日限制,请次日重试。
9179
+ r"""<p>认证结果码,收费情况如下。- 收费结果码:0: 成功。-2: 手机号不存在。-3: 手机号存在,但无法查询到在网时长。- 不收费结果码:-1: 手机号格式不正确。-4: 验证中心服务繁忙。-5:认证次数超过当日限制,请次日重试。-13:该号段不支持验证</p>
9180
9180
  :rtype: str
9181
9181
  """
9182
9182
  return self._Result
@@ -9187,7 +9187,7 @@ class MobileNetworkTimeVerificationResponse(AbstractModel):
9187
9187
 
9188
9188
  @property
9189
9189
  def Description(self):
9190
- r"""业务结果描述。
9190
+ r"""<p>业务结果描述。</p>
9191
9191
  :rtype: str
9192
9192
  """
9193
9193
  return self._Description
@@ -9198,9 +9198,7 @@ class MobileNetworkTimeVerificationResponse(AbstractModel):
9198
9198
 
9199
9199
  @property
9200
9200
  def Range(self):
9201
- r"""在网时长区间。
9202
- - 格式为[a,b),表示在网时长在a个月以上,b个月以下。
9203
- - 若b为+时表示没有上限。
9201
+ r"""<p>在网时长区间。</p><ul><li>格式为[a,b),表示在网时长在a个月以上,b个月以下。</li><li>若b为+时表示没有上限。</li></ul>
9204
9202
  :rtype: str
9205
9203
  """
9206
9204
  return self._Range
@@ -9288,7 +9286,7 @@ class MobileStatusResponse(AbstractModel):
9288
9286
 
9289
9287
  def __init__(self):
9290
9288
  r"""
9291
- :param _Result: <p>认证结果码,收费情况如下。</p><ul><li><p>收费结果码:<br>0:成功。</p></li><li><p>不收费结果码:<br>-1:未查询到结果。<br>-2:手机号格式不正确。<br>-3:验证中心服务繁忙。<br>-4:认证次数超过当日限制,请次日重试。</p></li></ul>
9289
+ :param _Result: <p>认证结果码,收费情况如下。- 收费结果码:0:成功。- 不收费结果码:-1:未查询到结果。-2:手机号格式不正确。-3:验证中心服务繁忙。-4:认证次数超过当日限制,请次日重试。-13:该号段不支持验证</p>
9292
9290
  :type Result: str
9293
9291
  :param _Description: <p>业务结果描述。</p>
9294
9292
  :type Description: str
@@ -9304,7 +9302,7 @@ class MobileStatusResponse(AbstractModel):
9304
9302
 
9305
9303
  @property
9306
9304
  def Result(self):
9307
- r"""<p>认证结果码,收费情况如下。</p><ul><li><p>收费结果码:<br>0:成功。</p></li><li><p>不收费结果码:<br>-1:未查询到结果。<br>-2:手机号格式不正确。<br>-3:验证中心服务繁忙。<br>-4:认证次数超过当日限制,请次日重试。</p></li></ul>
9305
+ r"""<p>认证结果码,收费情况如下。- 收费结果码:0:成功。- 不收费结果码:-1:未查询到结果。-2:手机号格式不正确。-3:验证中心服务繁忙。-4:认证次数超过当日限制,请次日重试。-13:该号段不支持验证</p>
9308
9306
  :rtype: str
9309
9307
  """
9310
9308
  return self._Result
@@ -9807,14 +9805,13 @@ class PhoneVerificationCMCCRequest(AbstractModel):
9807
9805
 
9808
9806
  def __init__(self):
9809
9807
  r"""
9810
- :param _IdCard: 身份证号。
9808
+ :param _IdCard: <p>身份证号。</p>
9811
9809
  :type IdCard: str
9812
- :param _Name: 姓名。
9810
+ :param _Name: <p>姓名。</p>
9813
9811
  :type Name: str
9814
- :param _Phone: 手机号。
9812
+ :param _Phone: <p>手机号。</p>
9815
9813
  :type Phone: str
9816
- :param _Encryption: 敏感数据加密信息。
9817
- - 对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
9814
+ :param _Encryption: <p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
9818
9815
  :type Encryption: :class:`tencentcloud.faceid.v20180301.models.Encryption`
9819
9816
  """
9820
9817
  self._IdCard = None
@@ -9824,7 +9821,7 @@ class PhoneVerificationCMCCRequest(AbstractModel):
9824
9821
 
9825
9822
  @property
9826
9823
  def IdCard(self):
9827
- r"""身份证号。
9824
+ r"""<p>身份证号。</p>
9828
9825
  :rtype: str
9829
9826
  """
9830
9827
  return self._IdCard
@@ -9835,7 +9832,7 @@ class PhoneVerificationCMCCRequest(AbstractModel):
9835
9832
 
9836
9833
  @property
9837
9834
  def Name(self):
9838
- r"""姓名。
9835
+ r"""<p>姓名。</p>
9839
9836
  :rtype: str
9840
9837
  """
9841
9838
  return self._Name
@@ -9846,7 +9843,7 @@ class PhoneVerificationCMCCRequest(AbstractModel):
9846
9843
 
9847
9844
  @property
9848
9845
  def Phone(self):
9849
- r"""手机号。
9846
+ r"""<p>手机号。</p>
9850
9847
  :rtype: str
9851
9848
  """
9852
9849
  return self._Phone
@@ -9857,8 +9854,7 @@ class PhoneVerificationCMCCRequest(AbstractModel):
9857
9854
 
9858
9855
  @property
9859
9856
  def Encryption(self):
9860
- r"""敏感数据加密信息。
9861
- - 对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
9857
+ r"""<p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
9862
9858
  :rtype: :class:`tencentcloud.faceid.v20180301.models.Encryption`
9863
9859
  """
9864
9860
  return self._Encryption
@@ -9892,22 +9888,11 @@ class PhoneVerificationCMCCResponse(AbstractModel):
9892
9888
 
9893
9889
  def __init__(self):
9894
9890
  r"""
9895
- :param _Result: 认证结果码,收费情况如下。
9896
- - 收费结果码:
9897
- 0: 认证通过。
9898
- -4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。
9899
-
9900
- - 不收费结果码:
9901
- -6: 手机号码不合法。
9902
- -7: 身份证号码有误。
9903
- -8: 姓名校验不通过。
9904
- -9: 没有记录。
9905
- -11: 验证中心服务繁忙。
9891
+ :param _Result: <p>认证结果码,收费情况如下。- 收费结果码:0: 认证通过。-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。- 不收费结果码:-6: 手机号码不合法。-7: 身份证号码有误。-8: 姓名校验不通过。-9: 没有记录。-11: 验证中心服务繁忙。-13:该号段不支持验证</p>
9906
9892
  :type Result: str
9907
- :param _Isp: 运营商名称。
9908
- - 取值范围为["移动","联通","电信",""]。
9893
+ :param _Isp: <p>运营商名称。</p><ul><li>取值范围为[&quot;移动&quot;,&quot;联通&quot;,&quot;电信&quot;,&quot;&quot;]。</li></ul>
9909
9894
  :type Isp: str
9910
- :param _Description: 业务结果描述。
9895
+ :param _Description: <p>业务结果描述。</p>
9911
9896
  :type Description: str
9912
9897
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9913
9898
  :type RequestId: str
@@ -9919,17 +9904,7 @@ class PhoneVerificationCMCCResponse(AbstractModel):
9919
9904
 
9920
9905
  @property
9921
9906
  def Result(self):
9922
- r"""认证结果码,收费情况如下。
9923
- - 收费结果码:
9924
- 0: 认证通过。
9925
- -4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。
9926
-
9927
- - 不收费结果码:
9928
- -6: 手机号码不合法。
9929
- -7: 身份证号码有误。
9930
- -8: 姓名校验不通过。
9931
- -9: 没有记录。
9932
- -11: 验证中心服务繁忙。
9907
+ r"""<p>认证结果码,收费情况如下。- 收费结果码:0: 认证通过。-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。- 不收费结果码:-6: 手机号码不合法。-7: 身份证号码有误。-8: 姓名校验不通过。-9: 没有记录。-11: 验证中心服务繁忙。-13:该号段不支持验证</p>
9933
9908
  :rtype: str
9934
9909
  """
9935
9910
  return self._Result
@@ -9940,8 +9915,7 @@ class PhoneVerificationCMCCResponse(AbstractModel):
9940
9915
 
9941
9916
  @property
9942
9917
  def Isp(self):
9943
- r"""运营商名称。
9944
- - 取值范围为["移动","联通","电信",""]。
9918
+ r"""<p>运营商名称。</p><ul><li>取值范围为[&quot;移动&quot;,&quot;联通&quot;,&quot;电信&quot;,&quot;&quot;]。</li></ul>
9945
9919
  :rtype: str
9946
9920
  """
9947
9921
  return self._Isp
@@ -9952,7 +9926,7 @@ class PhoneVerificationCMCCResponse(AbstractModel):
9952
9926
 
9953
9927
  @property
9954
9928
  def Description(self):
9955
- r"""业务结果描述。
9929
+ r"""<p>业务结果描述。</p>
9956
9930
  :rtype: str
9957
9931
  """
9958
9932
  return self._Description
@@ -9987,14 +9961,13 @@ class PhoneVerificationCTCCRequest(AbstractModel):
9987
9961
 
9988
9962
  def __init__(self):
9989
9963
  r"""
9990
- :param _IdCard: 身份证号。
9964
+ :param _IdCard: <p>身份证号。</p>
9991
9965
  :type IdCard: str
9992
- :param _Name: 姓名。
9966
+ :param _Name: <p>姓名。</p>
9993
9967
  :type Name: str
9994
- :param _Phone: 手机号。
9968
+ :param _Phone: <p>手机号。</p>
9995
9969
  :type Phone: str
9996
- :param _Encryption: 敏感数据加密信息。
9997
- - 对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
9970
+ :param _Encryption: <p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
9998
9971
  :type Encryption: :class:`tencentcloud.faceid.v20180301.models.Encryption`
9999
9972
  """
10000
9973
  self._IdCard = None
@@ -10004,7 +9977,7 @@ class PhoneVerificationCTCCRequest(AbstractModel):
10004
9977
 
10005
9978
  @property
10006
9979
  def IdCard(self):
10007
- r"""身份证号。
9980
+ r"""<p>身份证号。</p>
10008
9981
  :rtype: str
10009
9982
  """
10010
9983
  return self._IdCard
@@ -10015,7 +9988,7 @@ class PhoneVerificationCTCCRequest(AbstractModel):
10015
9988
 
10016
9989
  @property
10017
9990
  def Name(self):
10018
- r"""姓名。
9991
+ r"""<p>姓名。</p>
10019
9992
  :rtype: str
10020
9993
  """
10021
9994
  return self._Name
@@ -10026,7 +9999,7 @@ class PhoneVerificationCTCCRequest(AbstractModel):
10026
9999
 
10027
10000
  @property
10028
10001
  def Phone(self):
10029
- r"""手机号。
10002
+ r"""<p>手机号。</p>
10030
10003
  :rtype: str
10031
10004
  """
10032
10005
  return self._Phone
@@ -10037,8 +10010,7 @@ class PhoneVerificationCTCCRequest(AbstractModel):
10037
10010
 
10038
10011
  @property
10039
10012
  def Encryption(self):
10040
- r"""敏感数据加密信息。
10041
- - 对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
10013
+ r"""<p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
10042
10014
  :rtype: :class:`tencentcloud.faceid.v20180301.models.Encryption`
10043
10015
  """
10044
10016
  return self._Encryption
@@ -10072,22 +10044,11 @@ class PhoneVerificationCTCCResponse(AbstractModel):
10072
10044
 
10073
10045
  def __init__(self):
10074
10046
  r"""
10075
- :param _Result: 认证结果码,收费情况如下。
10076
- - 收费结果码:
10077
- 0: 认证通过。
10078
- -4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。
10079
-
10080
- - 不收费结果码:
10081
- -6: 手机号码不合法。
10082
- -7: 身份证号码有误。
10083
- -8: 姓名校验不通过。
10084
- -9: 没有记录。
10085
- -11: 验证中心服务繁忙。
10047
+ :param _Result: <p>认证结果码,收费情况如下。- 收费结果码:0: 认证通过。-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。- 不收费结果码:-6: 手机号码不合法。-7: 身份证号码有误。-8: 姓名校验不通过。-9: 没有记录。-11: 验证中心服务繁忙。-13:该号段不支持验证</p>
10086
10048
  :type Result: str
10087
- :param _Isp: 运营商名称。
10088
- - 取值范围为["移动","联通","电信",""]。
10049
+ :param _Isp: <p>运营商名称。</p><ul><li>取值范围为[&quot;移动&quot;,&quot;联通&quot;,&quot;电信&quot;,&quot;&quot;]。</li></ul>
10089
10050
  :type Isp: str
10090
- :param _Description: 业务结果描述。
10051
+ :param _Description: <p>业务结果描述。</p>
10091
10052
  :type Description: str
10092
10053
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10093
10054
  :type RequestId: str
@@ -10099,17 +10060,7 @@ class PhoneVerificationCTCCResponse(AbstractModel):
10099
10060
 
10100
10061
  @property
10101
10062
  def Result(self):
10102
- r"""认证结果码,收费情况如下。
10103
- - 收费结果码:
10104
- 0: 认证通过。
10105
- -4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。
10106
-
10107
- - 不收费结果码:
10108
- -6: 手机号码不合法。
10109
- -7: 身份证号码有误。
10110
- -8: 姓名校验不通过。
10111
- -9: 没有记录。
10112
- -11: 验证中心服务繁忙。
10063
+ r"""<p>认证结果码,收费情况如下。- 收费结果码:0: 认证通过。-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。- 不收费结果码:-6: 手机号码不合法。-7: 身份证号码有误。-8: 姓名校验不通过。-9: 没有记录。-11: 验证中心服务繁忙。-13:该号段不支持验证</p>
10113
10064
  :rtype: str
10114
10065
  """
10115
10066
  return self._Result
@@ -10120,8 +10071,7 @@ class PhoneVerificationCTCCResponse(AbstractModel):
10120
10071
 
10121
10072
  @property
10122
10073
  def Isp(self):
10123
- r"""运营商名称。
10124
- - 取值范围为["移动","联通","电信",""]。
10074
+ r"""<p>运营商名称。</p><ul><li>取值范围为[&quot;移动&quot;,&quot;联通&quot;,&quot;电信&quot;,&quot;&quot;]。</li></ul>
10125
10075
  :rtype: str
10126
10076
  """
10127
10077
  return self._Isp
@@ -10132,7 +10082,7 @@ class PhoneVerificationCTCCResponse(AbstractModel):
10132
10082
 
10133
10083
  @property
10134
10084
  def Description(self):
10135
- r"""业务结果描述。
10085
+ r"""<p>业务结果描述。</p>
10136
10086
  :rtype: str
10137
10087
  """
10138
10088
  return self._Description
@@ -10167,14 +10117,13 @@ class PhoneVerificationCUCCRequest(AbstractModel):
10167
10117
 
10168
10118
  def __init__(self):
10169
10119
  r"""
10170
- :param _IdCard: 身份证号。
10120
+ :param _IdCard: <p>身份证号。</p>
10171
10121
  :type IdCard: str
10172
- :param _Name: 姓名。
10122
+ :param _Name: <p>姓名。</p>
10173
10123
  :type Name: str
10174
- :param _Phone: 手机号。
10124
+ :param _Phone: <p>手机号。</p>
10175
10125
  :type Phone: str
10176
- :param _Encryption: 敏感数据加密信息。
10177
- - 对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
10126
+ :param _Encryption: <p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
10178
10127
  :type Encryption: :class:`tencentcloud.faceid.v20180301.models.Encryption`
10179
10128
  """
10180
10129
  self._IdCard = None
@@ -10184,7 +10133,7 @@ class PhoneVerificationCUCCRequest(AbstractModel):
10184
10133
 
10185
10134
  @property
10186
10135
  def IdCard(self):
10187
- r"""身份证号。
10136
+ r"""<p>身份证号。</p>
10188
10137
  :rtype: str
10189
10138
  """
10190
10139
  return self._IdCard
@@ -10195,7 +10144,7 @@ class PhoneVerificationCUCCRequest(AbstractModel):
10195
10144
 
10196
10145
  @property
10197
10146
  def Name(self):
10198
- r"""姓名。
10147
+ r"""<p>姓名。</p>
10199
10148
  :rtype: str
10200
10149
  """
10201
10150
  return self._Name
@@ -10206,7 +10155,7 @@ class PhoneVerificationCUCCRequest(AbstractModel):
10206
10155
 
10207
10156
  @property
10208
10157
  def Phone(self):
10209
- r"""手机号。
10158
+ r"""<p>手机号。</p>
10210
10159
  :rtype: str
10211
10160
  """
10212
10161
  return self._Phone
@@ -10217,8 +10166,7 @@ class PhoneVerificationCUCCRequest(AbstractModel):
10217
10166
 
10218
10167
  @property
10219
10168
  def Encryption(self):
10220
- r"""敏感数据加密信息。
10221
- - 对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
10169
+ r"""<p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
10222
10170
  :rtype: :class:`tencentcloud.faceid.v20180301.models.Encryption`
10223
10171
  """
10224
10172
  return self._Encryption
@@ -10252,22 +10200,11 @@ class PhoneVerificationCUCCResponse(AbstractModel):
10252
10200
 
10253
10201
  def __init__(self):
10254
10202
  r"""
10255
- :param _Result: 认证结果码,收费情况如下。
10256
- - 收费结果码:
10257
- 0: 认证通过。
10258
- -4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。
10259
-
10260
- - 不收费结果码:
10261
- -6: 手机号码不合法。
10262
- -7: 身份证号码有误。
10263
- -8: 姓名校验不通过。
10264
- -9: 没有记录。
10265
- -11: 验证中心服务繁忙。
10203
+ :param _Result: <p>认证结果码,收费情况如下。- 收费结果码:0: 认证通过。-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。- 不收费结果码:-6: 手机号码不合法。-7: 身份证号码有误。-8: 姓名校验不通过。-9: 没有记录。-11: 验证中心服务繁忙。-13:该号段不支持验证</p>
10266
10204
  :type Result: str
10267
- :param _Isp: 运营商名称。
10268
- - 取值范围为["移动","联通","电信",""]。
10205
+ :param _Isp: <p>运营商名称。</p><ul><li>取值范围为[&quot;移动&quot;,&quot;联通&quot;,&quot;电信&quot;,&quot;&quot;]。</li></ul>
10269
10206
  :type Isp: str
10270
- :param _Description: 业务结果描述。
10207
+ :param _Description: <p>业务结果描述。</p>
10271
10208
  :type Description: str
10272
10209
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10273
10210
  :type RequestId: str
@@ -10279,17 +10216,7 @@ class PhoneVerificationCUCCResponse(AbstractModel):
10279
10216
 
10280
10217
  @property
10281
10218
  def Result(self):
10282
- r"""认证结果码,收费情况如下。
10283
- - 收费结果码:
10284
- 0: 认证通过。
10285
- -4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。
10286
-
10287
- - 不收费结果码:
10288
- -6: 手机号码不合法。
10289
- -7: 身份证号码有误。
10290
- -8: 姓名校验不通过。
10291
- -9: 没有记录。
10292
- -11: 验证中心服务繁忙。
10219
+ r"""<p>认证结果码,收费情况如下。- 收费结果码:0: 认证通过。-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。- 不收费结果码:-6: 手机号码不合法。-7: 身份证号码有误。-8: 姓名校验不通过。-9: 没有记录。-11: 验证中心服务繁忙。-13:该号段不支持验证</p>
10293
10220
  :rtype: str
10294
10221
  """
10295
10222
  return self._Result
@@ -10300,8 +10227,7 @@ class PhoneVerificationCUCCResponse(AbstractModel):
10300
10227
 
10301
10228
  @property
10302
10229
  def Isp(self):
10303
- r"""运营商名称。
10304
- - 取值范围为["移动","联通","电信",""]。
10230
+ r"""<p>运营商名称。</p><ul><li>取值范围为[&quot;移动&quot;,&quot;联通&quot;,&quot;电信&quot;,&quot;&quot;]。</li></ul>
10305
10231
  :rtype: str
10306
10232
  """
10307
10233
  return self._Isp
@@ -10312,7 +10238,7 @@ class PhoneVerificationCUCCResponse(AbstractModel):
10312
10238
 
10313
10239
  @property
10314
10240
  def Description(self):
10315
- r"""业务结果描述。
10241
+ r"""<p>业务结果描述。</p>
10316
10242
  :rtype: str
10317
10243
  """
10318
10244
  return self._Description
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-faceid
3
- Version: 3.1.127
3
+ Version: 3.1.133
4
4
  Summary: Tencent Cloud Faceid SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.127
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.133
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.133
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.127