tencentcloud-sdk-python-vclm 3.0.1195__py2.py3-none-any.whl → 3.0.1196__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/vclm/v20240523/errorcodes.py +3 -0
- tencentcloud/vclm/v20240523/models.py +14 -0
- {tencentcloud_sdk_python_vclm-3.0.1195.dist-info → tencentcloud_sdk_python_vclm-3.0.1196.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_vclm-3.0.1196.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_vclm-3.0.1195.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_vclm-3.0.1195.dist-info → tencentcloud_sdk_python_vclm-3.0.1196.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_vclm-3.0.1195.dist-info → tencentcloud_sdk_python_vclm-3.0.1196.dist-info}/top_level.txt +0 -0
    
        tencentcloud/__init__.py
    CHANGED
    
    
| @@ -137,6 +137,9 @@ INVALIDPARAMETERVALUE_PARAMETERVALUEERROR = 'InvalidParameterValue.ParameterValu | |
| 137 137 | 
             
            # 风格不存在。
         | 
| 138 138 | 
             
            INVALIDPARAMETERVALUE_STYLENOTEXIST = 'InvalidParameterValue.StyleNotExist'
         | 
| 139 139 |  | 
| 140 | 
            +
            # 风格化强度参数不存在。
         | 
| 141 | 
            +
            INVALIDPARAMETERVALUE_STYLESTRENGTHNOTEXIST = 'InvalidParameterValue.StyleStrengthNotExist'
         | 
| 142 | 
            +
             | 
| 140 143 | 
             
            # URL格式不合法。
         | 
| 141 144 | 
             
            INVALIDPARAMETERVALUE_URLILLEGAL = 'InvalidParameterValue.UrlIllegal'
         | 
| 142 145 |  | 
| @@ -780,9 +780,14 @@ class SubmitVideoStylizationJobRequest(AbstractModel): | |
| 780 780 | 
             
            - 视频大小:不超过200M;
         | 
| 781 781 | 
             
            - 视频FPS:15~60fps。
         | 
| 782 782 | 
             
                    :type VideoUrl: str
         | 
| 783 | 
            +
                    :param _StyleStrength: 风格化强度 可选参数["low","medium","high"] 
         | 
| 784 | 
            +
            "low":风格化强度弱,"medium":"风格化强度中等","high":"风格化强度强" 
         | 
| 785 | 
            +
            默认为medium
         | 
| 786 | 
            +
                    :type StyleStrength: str
         | 
| 783 787 | 
             
                    """
         | 
| 784 788 | 
             
                    self._StyleId = None
         | 
| 785 789 | 
             
                    self._VideoUrl = None
         | 
| 790 | 
            +
                    self._StyleStrength = None
         | 
| 786 791 |  | 
| 787 792 | 
             
                @property
         | 
| 788 793 | 
             
                def StyleId(self):
         | 
| @@ -800,10 +805,19 @@ class SubmitVideoStylizationJobRequest(AbstractModel): | |
| 800 805 | 
             
                def VideoUrl(self, VideoUrl):
         | 
| 801 806 | 
             
                    self._VideoUrl = VideoUrl
         | 
| 802 807 |  | 
| 808 | 
            +
                @property
         | 
| 809 | 
            +
                def StyleStrength(self):
         | 
| 810 | 
            +
                    return self._StyleStrength
         | 
| 811 | 
            +
             | 
| 812 | 
            +
                @StyleStrength.setter
         | 
| 813 | 
            +
                def StyleStrength(self, StyleStrength):
         | 
| 814 | 
            +
                    self._StyleStrength = StyleStrength
         | 
| 815 | 
            +
             | 
| 803 816 |  | 
| 804 817 | 
             
                def _deserialize(self, params):
         | 
| 805 818 | 
             
                    self._StyleId = params.get("StyleId")
         | 
| 806 819 | 
             
                    self._VideoUrl = params.get("VideoUrl")
         | 
| 820 | 
            +
                    self._StyleStrength = params.get("StyleStrength")
         | 
| 807 821 | 
             
                    memeber_set = set(params.keys())
         | 
| 808 822 | 
             
                    for name, value in vars(self).items():
         | 
| 809 823 | 
             
                        property_name = name[1:]
         | 
| @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            Metadata-Version: 2.1
         | 
| 2 2 | 
             
            Name: tencentcloud-sdk-python-vclm
         | 
| 3 | 
            -
            Version: 3.0. | 
| 3 | 
            +
            Version: 3.0.1196
         | 
| 4 4 | 
             
            Summary: Tencent Cloud Vclm 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 (==3.0. | 
| 18 | 
            +
            Requires-Dist: tencentcloud-sdk-python-common (==3.0.1196)
         | 
| 19 19 |  | 
| 20 20 | 
             
            ============================
         | 
| 21 21 | 
             
            Tencent Cloud SDK for Python
         | 
| @@ -0,0 +1,10 @@ | |
| 1 | 
            +
            tencentcloud/__init__.py,sha256=QmXOJ9pIMQ2JrgIxi5k_B3zUXp_w66REYL9AppLYtgg,631
         | 
| 2 | 
            +
            tencentcloud/vclm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
         | 
| 3 | 
            +
            tencentcloud/vclm/v20240523/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
         | 
| 4 | 
            +
            tencentcloud/vclm/v20240523/errorcodes.py,sha256=LGev8l934q9aBExQDXFwKItyUMMCp3hrL5Ij_QWRrsY,6738
         | 
| 5 | 
            +
            tencentcloud/vclm/v20240523/models.py,sha256=1StvDQL3rADupwvpnEzFgGkmpujuqFgNPtdyG2G8xGk,30269
         | 
| 6 | 
            +
            tencentcloud/vclm/v20240523/vclm_client.py,sha256=uX_N13oIbeD8cgIyDcEU0MotOKPopEz-djOyeOI_s8c,8109
         | 
| 7 | 
            +
            tencentcloud_sdk_python_vclm-3.0.1196.dist-info/METADATA,sha256=pMK7j-tf7WpFRAJfOLxcTSMNQioq2GN2zfxzNxNdjSE,1497
         | 
| 8 | 
            +
            tencentcloud_sdk_python_vclm-3.0.1196.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
         | 
| 9 | 
            +
            tencentcloud_sdk_python_vclm-3.0.1196.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
         | 
| 10 | 
            +
            tencentcloud_sdk_python_vclm-3.0.1196.dist-info/RECORD,,
         | 
| @@ -1,10 +0,0 @@ | |
| 1 | 
            -
            tencentcloud/__init__.py,sha256=TBp6ESOkhmiiQX7jCcW5GhnywSAJDknw5xBUQYKW5yQ,631
         | 
| 2 | 
            -
            tencentcloud/vclm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
         | 
| 3 | 
            -
            tencentcloud/vclm/v20240523/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
         | 
| 4 | 
            -
            tencentcloud/vclm/v20240523/errorcodes.py,sha256=S9Eo3T6g7MJmiM92SQ-5CZsUmUFzar-LOjlo0OQDH24,6609
         | 
| 5 | 
            -
            tencentcloud/vclm/v20240523/models.py,sha256=cBOEPDRhOs1DRwK6jiq5n--vJdhUssKVplQ7GfxTzjk,29762
         | 
| 6 | 
            -
            tencentcloud/vclm/v20240523/vclm_client.py,sha256=uX_N13oIbeD8cgIyDcEU0MotOKPopEz-djOyeOI_s8c,8109
         | 
| 7 | 
            -
            tencentcloud_sdk_python_vclm-3.0.1195.dist-info/METADATA,sha256=Xvf7YX8LasJQKeCN4YYEcjJMuIPchytcv0dpYxxYEHo,1497
         | 
| 8 | 
            -
            tencentcloud_sdk_python_vclm-3.0.1195.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
         | 
| 9 | 
            -
            tencentcloud_sdk_python_vclm-3.0.1195.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
         | 
| 10 | 
            -
            tencentcloud_sdk_python_vclm-3.0.1195.dist-info/RECORD,,
         | 
| 
            File without changes
         | 
| 
            File without changes
         |