tencentcloud-sdk-python-ocr 3.0.1314__tar.gz → 3.0.1316__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 (16) hide show
  1. {tencentcloud-sdk-python-ocr-3.0.1314 → tencentcloud-sdk-python-ocr-3.0.1316}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-ocr-3.0.1314 → tencentcloud-sdk-python-ocr-3.0.1316}/setup.py +1 -1
  3. {tencentcloud-sdk-python-ocr-3.0.1314 → tencentcloud-sdk-python-ocr-3.0.1316}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-ocr-3.0.1314 → tencentcloud-sdk-python-ocr-3.0.1316}/tencentcloud/ocr/v20181119/models.py +45 -0
  5. {tencentcloud-sdk-python-ocr-3.0.1314 → tencentcloud-sdk-python-ocr-3.0.1316}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-ocr-3.0.1316/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-ocr-3.0.1314/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-ocr-3.0.1314 → tencentcloud-sdk-python-ocr-3.0.1316}/README.rst +0 -0
  9. {tencentcloud-sdk-python-ocr-3.0.1314 → tencentcloud-sdk-python-ocr-3.0.1316}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-ocr-3.0.1314 → tencentcloud-sdk-python-ocr-3.0.1316}/tencentcloud/ocr/__init__.py +0 -0
  11. {tencentcloud-sdk-python-ocr-3.0.1314 → tencentcloud-sdk-python-ocr-3.0.1316}/tencentcloud/ocr/v20181119/__init__.py +0 -0
  12. {tencentcloud-sdk-python-ocr-3.0.1314 → tencentcloud-sdk-python-ocr-3.0.1316}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-ocr-3.0.1314 → tencentcloud-sdk-python-ocr-3.0.1316}/tencentcloud/ocr/v20181119/ocr_client.py +0 -0
  14. {tencentcloud-sdk-python-ocr-3.0.1314 → tencentcloud-sdk-python-ocr-3.0.1316}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-ocr-3.0.1314 → tencentcloud-sdk-python-ocr-3.0.1316}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-ocr-3.0.1314 → tencentcloud-sdk-python-ocr-3.0.1316}/tencentcloud_sdk_python_ocr.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ocr
3
- Version: 3.0.1314
3
+ Version: 3.0.1316
4
4
  Summary: Tencent Cloud Ocr 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-ocr',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1314"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1316"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Ocr 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.1314'
17
+ __version__ = '3.0.1316'
@@ -32964,6 +32964,12 @@ class TextVehicleFront(AbstractModel):
32964
32964
  :param _Seal: 印章
32965
32965
  注意:此字段可能返回 null,表示取不到有效值。
32966
32966
  :type Seal: str
32967
+ :param _StateElectronic: 状态
32968
+ :type StateElectronic: str
32969
+ :param _InspectionValidityTimeElectronic: 检验有效期
32970
+ :type InspectionValidityTimeElectronic: str
32971
+ :param _GenerationTimeElectronic: 生成时间
32972
+ :type GenerationTimeElectronic: str
32967
32973
  """
32968
32974
  self._PlateNo = None
32969
32975
  self._VehicleType = None
@@ -32976,6 +32982,9 @@ class TextVehicleFront(AbstractModel):
32976
32982
  self._RegisterDate = None
32977
32983
  self._IssueDate = None
32978
32984
  self._Seal = None
32985
+ self._StateElectronic = None
32986
+ self._InspectionValidityTimeElectronic = None
32987
+ self._GenerationTimeElectronic = None
32979
32988
 
32980
32989
  @property
32981
32990
  def PlateNo(self):
@@ -33109,6 +33118,39 @@ class TextVehicleFront(AbstractModel):
33109
33118
  def Seal(self, Seal):
33110
33119
  self._Seal = Seal
33111
33120
 
33121
+ @property
33122
+ def StateElectronic(self):
33123
+ """状态
33124
+ :rtype: str
33125
+ """
33126
+ return self._StateElectronic
33127
+
33128
+ @StateElectronic.setter
33129
+ def StateElectronic(self, StateElectronic):
33130
+ self._StateElectronic = StateElectronic
33131
+
33132
+ @property
33133
+ def InspectionValidityTimeElectronic(self):
33134
+ """检验有效期
33135
+ :rtype: str
33136
+ """
33137
+ return self._InspectionValidityTimeElectronic
33138
+
33139
+ @InspectionValidityTimeElectronic.setter
33140
+ def InspectionValidityTimeElectronic(self, InspectionValidityTimeElectronic):
33141
+ self._InspectionValidityTimeElectronic = InspectionValidityTimeElectronic
33142
+
33143
+ @property
33144
+ def GenerationTimeElectronic(self):
33145
+ """生成时间
33146
+ :rtype: str
33147
+ """
33148
+ return self._GenerationTimeElectronic
33149
+
33150
+ @GenerationTimeElectronic.setter
33151
+ def GenerationTimeElectronic(self, GenerationTimeElectronic):
33152
+ self._GenerationTimeElectronic = GenerationTimeElectronic
33153
+
33112
33154
 
33113
33155
  def _deserialize(self, params):
33114
33156
  self._PlateNo = params.get("PlateNo")
@@ -33122,6 +33164,9 @@ class TextVehicleFront(AbstractModel):
33122
33164
  self._RegisterDate = params.get("RegisterDate")
33123
33165
  self._IssueDate = params.get("IssueDate")
33124
33166
  self._Seal = params.get("Seal")
33167
+ self._StateElectronic = params.get("StateElectronic")
33168
+ self._InspectionValidityTimeElectronic = params.get("InspectionValidityTimeElectronic")
33169
+ self._GenerationTimeElectronic = params.get("GenerationTimeElectronic")
33125
33170
  memeber_set = set(params.keys())
33126
33171
  for name, value in vars(self).items():
33127
33172
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ocr
3
- Version: 3.0.1314
3
+ Version: 3.0.1316
4
4
  Summary: Tencent Cloud Ocr 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==3.0.1316
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1314