tencentcloud-sdk-python 3.0.1451__py2.py3-none-any.whl → 3.0.1453__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.
@@ -6280,7 +6280,7 @@ class OrderInfo(AbstractModel):
6280
6280
 
6281
6281
  def __init__(self):
6282
6282
  r"""
6283
- :param _Uin: 父帐号uin
6283
+ :param _Uin: 父账号uin
6284
6284
  :type Uin: str
6285
6285
  :param _ProjectId: 项目id
6286
6286
  :type ProjectId: str
@@ -6302,7 +6302,7 @@ class OrderInfo(AbstractModel):
6302
6302
 
6303
6303
  @property
6304
6304
  def Uin(self):
6305
- """父帐号uin
6305
+ """父账号uin
6306
6306
  :rtype: str
6307
6307
  """
6308
6308
  return self._Uin
@@ -1195,7 +1195,7 @@ class CreateDeviceIdentityRequest(AbstractModel):
1195
1195
  :type Status: str
1196
1196
  :param _PrimaryKey: 主要签名key,不传则由系统自动生成,需要base64编码。
1197
1197
  :type PrimaryKey: str
1198
- :param _SecondaryKey: 次要签名key,不传则油系统自动生成,需要base64编码。
1198
+ :param _SecondaryKey: 次要签名key,不传则由系统自动生成,需要base64编码。
1199
1199
  :type SecondaryKey: str
1200
1200
  :param _PropagatingProperties: 该设备id的传播属性设置
1201
1201
  :type PropagatingProperties: list of PropagatingProperty
@@ -1254,7 +1254,7 @@ class CreateDeviceIdentityRequest(AbstractModel):
1254
1254
 
1255
1255
  @property
1256
1256
  def SecondaryKey(self):
1257
- """次要签名key,不传则油系统自动生成,需要base64编码。
1257
+ """次要签名key,不传则由系统自动生成,需要base64编码。
1258
1258
  :rtype: str
1259
1259
  """
1260
1260
  return self._SecondaryKey
@@ -2121,6 +2121,8 @@ WARN_RESHOOT_CARD翻拍件告警
2121
2121
  :type Electronic: bool
2122
2122
  :param _BusinessCertificate: 非营业执照的营业类证件识别结果,将以结构化形式呈现。
2123
2123
  :type BusinessCertificate: list of BusinessCertificateInfo
2124
+ :param _Important: 重要提示字段
2125
+ :type Important: str
2124
2126
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2125
2127
  :type RequestId: str
2126
2128
  """
@@ -2147,6 +2149,7 @@ WARN_RESHOOT_CARD翻拍件告警
2147
2149
  self._RegistrationAuthority = None
2148
2150
  self._Electronic = None
2149
2151
  self._BusinessCertificate = None
2152
+ self._Important = None
2150
2153
  self._RequestId = None
2151
2154
 
2152
2155
  @property
@@ -2408,6 +2411,17 @@ WARN_RESHOOT_CARD翻拍件告警
2408
2411
  def BusinessCertificate(self, BusinessCertificate):
2409
2412
  self._BusinessCertificate = BusinessCertificate
2410
2413
 
2414
+ @property
2415
+ def Important(self):
2416
+ """重要提示字段
2417
+ :rtype: str
2418
+ """
2419
+ return self._Important
2420
+
2421
+ @Important.setter
2422
+ def Important(self, Important):
2423
+ self._Important = Important
2424
+
2411
2425
  @property
2412
2426
  def RequestId(self):
2413
2427
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -2449,6 +2463,7 @@ WARN_RESHOOT_CARD翻拍件告警
2449
2463
  obj = BusinessCertificateInfo()
2450
2464
  obj._deserialize(item)
2451
2465
  self._BusinessCertificate.append(obj)
2466
+ self._Important = params.get("Important")
2452
2467
  self._RequestId = params.get("RequestId")
2453
2468
 
2454
2469
 
@@ -22485,6 +22500,8 @@ class QuestionSplitOCRRequest(AbstractModel):
22485
22500
  :type EnableImageCrop: bool
22486
22501
  :param _EnableOnlyDetectBorder: 是否只返回检测框,默认false
22487
22502
  :type EnableOnlyDetectBorder: bool
22503
+ :param _UseNewModel: false: 使用当前默认模型 true: 使用新的多模态推理模型,速度更快推理效果更强,仅 `EnableOnlyDetectBorder` 为 `true` 时生效,公测中
22504
+ :type UseNewModel: bool
22488
22505
  """
22489
22506
  self._ImageUrl = None
22490
22507
  self._ImageBase64 = None
@@ -22492,6 +22509,7 @@ class QuestionSplitOCRRequest(AbstractModel):
22492
22509
  self._PdfPageNumber = None
22493
22510
  self._EnableImageCrop = None
22494
22511
  self._EnableOnlyDetectBorder = None
22512
+ self._UseNewModel = None
22495
22513
 
22496
22514
  @property
22497
22515
  def ImageUrl(self):
@@ -22559,6 +22577,17 @@ class QuestionSplitOCRRequest(AbstractModel):
22559
22577
  def EnableOnlyDetectBorder(self, EnableOnlyDetectBorder):
22560
22578
  self._EnableOnlyDetectBorder = EnableOnlyDetectBorder
22561
22579
 
22580
+ @property
22581
+ def UseNewModel(self):
22582
+ """false: 使用当前默认模型 true: 使用新的多模态推理模型,速度更快推理效果更强,仅 `EnableOnlyDetectBorder` 为 `true` 时生效,公测中
22583
+ :rtype: bool
22584
+ """
22585
+ return self._UseNewModel
22586
+
22587
+ @UseNewModel.setter
22588
+ def UseNewModel(self, UseNewModel):
22589
+ self._UseNewModel = UseNewModel
22590
+
22562
22591
 
22563
22592
  def _deserialize(self, params):
22564
22593
  self._ImageUrl = params.get("ImageUrl")
@@ -22567,6 +22596,7 @@ class QuestionSplitOCRRequest(AbstractModel):
22567
22596
  self._PdfPageNumber = params.get("PdfPageNumber")
22568
22597
  self._EnableImageCrop = params.get("EnableImageCrop")
22569
22598
  self._EnableOnlyDetectBorder = params.get("EnableOnlyDetectBorder")
22599
+ self._UseNewModel = params.get("UseNewModel")
22570
22600
  memeber_set = set(params.keys())
22571
22601
  for name, value in vars(self).items():
22572
22602
  property_name = name[1:]
@@ -6464,7 +6464,7 @@ class ClientAttester(AbstractModel):
6464
6464
  <li>CUSTOM: 用户自定义规则。</li>
6465
6465
  :type Type: str
6466
6466
  :param _AttesterSource: 认证方法。取值有:
6467
- <li>TC-RCE: 使用全栈式风控引擎进行认证;</li>
6467
+ <li>TC-RCE: 使用风险识别 RCE 进行认证;</li>
6468
6468
  <li>TC-CAPTCHA: 使用天御验证码进行认证。</li>
6469
6469
  :type AttesterSource: str
6470
6470
  :param _AttesterDuration: 认证有效时间。默认为 60s,支持的单位有:
@@ -6525,7 +6525,7 @@ class ClientAttester(AbstractModel):
6525
6525
  @property
6526
6526
  def AttesterSource(self):
6527
6527
  """认证方法。取值有:
6528
- <li>TC-RCE: 使用全栈式风控引擎进行认证;</li>
6528
+ <li>TC-RCE: 使用风险识别 RCE 进行认证;</li>
6529
6529
  <li>TC-CAPTCHA: 使用天御验证码进行认证。</li>
6530
6530
  :rtype: str
6531
6531
  """
@@ -46013,8 +46013,8 @@ class Resource(AbstractModel):
46013
46013
  :param _PlanId: 套餐关联资源 ID。
46014
46014
  :type PlanId: str
46015
46015
  :param _Area: 地域,取值有:
46016
- <li>mainland:国内;</li>
46017
- <li>overseas:海外。</li>
46016
+ <li>mainland:中国大陆境内;</li>
46017
+ <li>overseas:中国大陆境外。</li>
46018
46018
  <li>global:全球。</li>
46019
46019
  :type Area: str
46020
46020
  :param _Group: 资源类型,取值有:
@@ -46153,8 +46153,8 @@ class Resource(AbstractModel):
46153
46153
  @property
46154
46154
  def Area(self):
46155
46155
  """地域,取值有:
46156
- <li>mainland:国内;</li>
46157
- <li>overseas:海外。</li>
46156
+ <li>mainland:中国大陆境内;</li>
46157
+ <li>overseas:中国大陆境外。</li>
46158
46158
  <li>global:全球。</li>
46159
46159
  :rtype: str
46160
46160
  """
@@ -852,25 +852,27 @@ class CFSOption(AbstractModel):
852
852
  :type LocalPath: str
853
853
  :param _RemotePath: 文件系统远程挂载ip及路径。
854
854
  :type RemotePath: str
855
- :param _Protocol: 文件系统协议类型,默认值NFS 3.0。
856
- <li>NFS 3.0
857
- <li>NFS 4.0
858
- <li>TURBO
855
+ :param _Protocol: 文件系统协议类型。
856
+ <li>NFS 3.0</li>
857
+ <li>NFS 4.0</li>
858
+ <li>TURBO</li>
859
859
  :type Protocol: str
860
860
  :param _StorageType: 文件系统存储类型,默认值SD;其中 SD 为通用标准型标准型存储, HP为通用性能型存储, TB为turbo标准型, TP 为turbo性能型。
861
861
  :type StorageType: str
862
862
  :param _MountOption: 文件系统挂载挂载命令参数选项。
863
-
864
863
  - NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport
865
864
  - NFS 4.0默认值:vers=4.0,noresvport
866
865
  - TURBO默认值:user_xattr
867
866
  :type MountOption: str
867
+ :param _FileSystemId: 文件系统ID 文件系统ID通过调用接口[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)获取。
868
+ :type FileSystemId: str
868
869
  """
869
870
  self._LocalPath = None
870
871
  self._RemotePath = None
871
872
  self._Protocol = None
872
873
  self._StorageType = None
873
874
  self._MountOption = None
875
+ self._FileSystemId = None
874
876
 
875
877
  @property
876
878
  def LocalPath(self):
@@ -896,10 +898,10 @@ class CFSOption(AbstractModel):
896
898
 
897
899
  @property
898
900
  def Protocol(self):
899
- """文件系统协议类型,默认值NFS 3.0。
900
- <li>NFS 3.0
901
- <li>NFS 4.0
902
- <li>TURBO
901
+ """文件系统协议类型。
902
+ <li>NFS 3.0</li>
903
+ <li>NFS 4.0</li>
904
+ <li>TURBO</li>
903
905
  :rtype: str
904
906
  """
905
907
  return self._Protocol
@@ -922,7 +924,6 @@ class CFSOption(AbstractModel):
922
924
  @property
923
925
  def MountOption(self):
924
926
  """文件系统挂载挂载命令参数选项。
925
-
926
927
  - NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport
927
928
  - NFS 4.0默认值:vers=4.0,noresvport
928
929
  - TURBO默认值:user_xattr
@@ -934,6 +935,17 @@ class CFSOption(AbstractModel):
934
935
  def MountOption(self, MountOption):
935
936
  self._MountOption = MountOption
936
937
 
938
+ @property
939
+ def FileSystemId(self):
940
+ """文件系统ID 文件系统ID通过调用接口[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)获取。
941
+ :rtype: str
942
+ """
943
+ return self._FileSystemId
944
+
945
+ @FileSystemId.setter
946
+ def FileSystemId(self, FileSystemId):
947
+ self._FileSystemId = FileSystemId
948
+
937
949
 
938
950
  def _deserialize(self, params):
939
951
  self._LocalPath = params.get("LocalPath")
@@ -941,6 +953,7 @@ class CFSOption(AbstractModel):
941
953
  self._Protocol = params.get("Protocol")
942
954
  self._StorageType = params.get("StorageType")
943
955
  self._MountOption = params.get("MountOption")
956
+ self._FileSystemId = params.get("FileSystemId")
944
957
  memeber_set = set(params.keys())
945
958
  for name, value in vars(self).items():
946
959
  property_name = name[1:]
@@ -17731,7 +17731,7 @@ class UpdateStreamIngestRequest(AbstractModel):
17731
17731
  :type StreamUrl: str
17732
17732
  :param _Volume: 音量,取值范围[0, 100],默认100,表示原音量。
17733
17733
  :type Volume: int
17734
- :param _IsPause: 是否暂停,默认false表示不暂停。暂停期间任务仍在进行中仍会计费,如果要销毁任务请调用停止接口。
17734
+ :param _IsPause: 是否暂停,默认false表示不暂停。暂停期间任务仍在进行中仍会计费,暂停超过12小时会自动销毁任务, 建议主动调用停止任务接口。
17735
17735
  :type IsPause: bool
17736
17736
  """
17737
17737
  self._SdkAppId = None
@@ -17786,7 +17786,7 @@ class UpdateStreamIngestRequest(AbstractModel):
17786
17786
 
17787
17787
  @property
17788
17788
  def IsPause(self):
17789
- """是否暂停,默认false表示不暂停。暂停期间任务仍在进行中仍会计费,如果要销毁任务请调用停止接口。
17789
+ """是否暂停,默认false表示不暂停。暂停期间任务仍在进行中仍会计费,暂停超过12小时会自动销毁任务, 建议主动调用停止任务接口。
17790
17790
  :rtype: bool
17791
17791
  """
17792
17792
  return self._IsPause