tencentcloud-sdk-python-faceid 3.0.1447__tar.gz → 3.0.1457__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.

Potentially problematic release.


This version of tencentcloud-sdk-python-faceid might be problematic. Click here for more details.

Files changed (16) hide show
  1. {tencentcloud-sdk-python-faceid-3.0.1447 → tencentcloud-sdk-python-faceid-3.0.1457}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-faceid-3.0.1447 → tencentcloud-sdk-python-faceid-3.0.1457}/setup.py +1 -1
  3. {tencentcloud-sdk-python-faceid-3.0.1447 → tencentcloud-sdk-python-faceid-3.0.1457}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-faceid-3.0.1447 → tencentcloud-sdk-python-faceid-3.0.1457}/tencentcloud/faceid/v20180301/models.py +19 -0
  5. {tencentcloud-sdk-python-faceid-3.0.1447 → tencentcloud-sdk-python-faceid-3.0.1457}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-faceid-3.0.1457/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-faceid-3.0.1447/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-faceid-3.0.1447 → tencentcloud-sdk-python-faceid-3.0.1457}/README.rst +0 -0
  9. {tencentcloud-sdk-python-faceid-3.0.1447 → tencentcloud-sdk-python-faceid-3.0.1457}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-faceid-3.0.1447 → tencentcloud-sdk-python-faceid-3.0.1457}/tencentcloud/faceid/__init__.py +0 -0
  11. {tencentcloud-sdk-python-faceid-3.0.1447 → tencentcloud-sdk-python-faceid-3.0.1457}/tencentcloud/faceid/v20180301/__init__.py +0 -0
  12. {tencentcloud-sdk-python-faceid-3.0.1447 → tencentcloud-sdk-python-faceid-3.0.1457}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-faceid-3.0.1447 → tencentcloud-sdk-python-faceid-3.0.1457}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
  14. {tencentcloud-sdk-python-faceid-3.0.1447 → tencentcloud-sdk-python-faceid-3.0.1457}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-faceid-3.0.1447 → tencentcloud-sdk-python-faceid-3.0.1457}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-faceid-3.0.1447 → tencentcloud-sdk-python-faceid-3.0.1457}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-faceid
3
- Version: 3.0.1447
3
+ Version: 3.0.1457
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
@@ -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.0.1447,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1457,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Faceid SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1447'
17
+ __version__ = '3.0.1457'
@@ -8122,6 +8122,10 @@ class IntentionVerifyData(AbstractModel):
8122
8122
  :param _AsrResultSimilarity: 本次流程用户语音与传入文本比对的相似度分值,取值范围 [0.00, 100.00]。只有配置了相似度阈值后才进行语音校验并返回相似度分值。
8123
8123
  注意:此字段可能返回 null,表示取不到有效值。
8124
8124
  :type AsrResultSimilarity: str
8125
+ :param _IntentionVerifyAudio: 意愿确认环节中录制的音频(base64)。
8126
+ - 若不存在则为空字符串。
8127
+ 注意:此字段可能返回 null,表示取不到有效值。
8128
+ :type IntentionVerifyAudio: str
8125
8129
  """
8126
8130
  self._IntentionVerifyVideo = None
8127
8131
  self._AsrResult = None
@@ -8129,6 +8133,7 @@ class IntentionVerifyData(AbstractModel):
8129
8133
  self._ErrorMessage = None
8130
8134
  self._IntentionVerifyBestFrame = None
8131
8135
  self._AsrResultSimilarity = None
8136
+ self._IntentionVerifyAudio = None
8132
8137
 
8133
8138
  @property
8134
8139
  def IntentionVerifyVideo(self):
@@ -8210,6 +8215,19 @@ class IntentionVerifyData(AbstractModel):
8210
8215
 
8211
8216
  self._AsrResultSimilarity = AsrResultSimilarity
8212
8217
 
8218
+ @property
8219
+ def IntentionVerifyAudio(self):
8220
+ """意愿确认环节中录制的音频(base64)。
8221
+ - 若不存在则为空字符串。
8222
+ 注意:此字段可能返回 null,表示取不到有效值。
8223
+ :rtype: str
8224
+ """
8225
+ return self._IntentionVerifyAudio
8226
+
8227
+ @IntentionVerifyAudio.setter
8228
+ def IntentionVerifyAudio(self, IntentionVerifyAudio):
8229
+ self._IntentionVerifyAudio = IntentionVerifyAudio
8230
+
8213
8231
 
8214
8232
  def _deserialize(self, params):
8215
8233
  self._IntentionVerifyVideo = params.get("IntentionVerifyVideo")
@@ -8218,6 +8236,7 @@ class IntentionVerifyData(AbstractModel):
8218
8236
  self._ErrorMessage = params.get("ErrorMessage")
8219
8237
  self._IntentionVerifyBestFrame = params.get("IntentionVerifyBestFrame")
8220
8238
  self._AsrResultSimilarity = params.get("AsrResultSimilarity")
8239
+ self._IntentionVerifyAudio = params.get("IntentionVerifyAudio")
8221
8240
  memeber_set = set(params.keys())
8222
8241
  for name, value in vars(self).items():
8223
8242
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-faceid
3
- Version: 3.0.1447
3
+ Version: 3.0.1457
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1457
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1447