tencentcloud-sdk-python-ai3d 3.1.57__tar.gz → 3.1.67__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_ai3d-3.1.57 → tencentcloud_sdk_python_ai3d-3.1.67}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ai3d-3.1.57 → tencentcloud_sdk_python_ai3d-3.1.67}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ai3d-3.1.57 → tencentcloud_sdk_python_ai3d-3.1.67}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ai3d-3.1.57 → tencentcloud_sdk_python_ai3d-3.1.67}/tencentcloud/ai3d/v20250513/models.py +35 -0
  5. {tencentcloud_sdk_python_ai3d-3.1.57 → tencentcloud_sdk_python_ai3d-3.1.67}/tencentcloud_sdk_python_ai3d.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ai3d-3.1.67/tencentcloud_sdk_python_ai3d.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ai3d-3.1.57/tencentcloud_sdk_python_ai3d.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ai3d-3.1.57 → tencentcloud_sdk_python_ai3d-3.1.67}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ai3d-3.1.57 → tencentcloud_sdk_python_ai3d-3.1.67}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ai3d-3.1.57 → tencentcloud_sdk_python_ai3d-3.1.67}/tencentcloud/ai3d/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ai3d-3.1.57 → tencentcloud_sdk_python_ai3d-3.1.67}/tencentcloud/ai3d/v20250513/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ai3d-3.1.57 → tencentcloud_sdk_python_ai3d-3.1.67}/tencentcloud/ai3d/v20250513/ai3d_client.py +0 -0
  13. {tencentcloud_sdk_python_ai3d-3.1.57 → tencentcloud_sdk_python_ai3d-3.1.67}/tencentcloud/ai3d/v20250513/ai3d_client_async.py +0 -0
  14. {tencentcloud_sdk_python_ai3d-3.1.57 → tencentcloud_sdk_python_ai3d-3.1.67}/tencentcloud/ai3d/v20250513/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_ai3d-3.1.57 → tencentcloud_sdk_python_ai3d-3.1.67}/tencentcloud_sdk_python_ai3d.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ai3d-3.1.57 → tencentcloud_sdk_python_ai3d-3.1.67}/tencentcloud_sdk_python_ai3d.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ai3d-3.1.57 → tencentcloud_sdk_python_ai3d-3.1.67}/tencentcloud_sdk_python_ai3d.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ai3d
3
- Version: 3.1.57
3
+ Version: 3.1.67
4
4
  Summary: Tencent Cloud Ai3d 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.57
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.67
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-ai3d',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.57,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.67,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Ai3d SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.57'
17
+ __version__ = '3.1.67'
@@ -2091,6 +2091,10 @@ class SubmitTextureTo3DJobRequest(AbstractModel):
2091
2091
  r"""
2092
2092
  :param _File3D: <p>源3D模型文件。<br>Type可选值:OBJ,GLB</p>
2093
2093
  :type File3D: :class:`tencentcloud.ai3d.v20250513.models.File3D`
2094
+ :param _Model: <p>混元生3D生成模型版本,默认为3.0,可选项:3.0,3.1<br>仅选择3.1版本时,多视图功能可用。</p>
2095
+ :type Model: str
2096
+ :param _MultiViewImages: <p>多视角的模型图片(仅3.1版本支持),视角参考值:<br>left:左视图;<br>right:右视图;<br>back:后视图;<br>top:顶视图;<br>bottom:底视图;<br>left_front:左前45°视图;<br>right_front:右前45°视图;</p><p>每个视角仅限制一张图片。<br>●图片大小限制:编码后所有图片大小总和不可超过8M。(base64编码下图片大小总和不超过6M,因base64编码后图片大小会大30%左右)<br>●图片分辨率限制:单边分辨率小于5000且大于128。<br>●支持图片格式:支持jpg或png</p>
2097
+ :type MultiViewImages: list of ViewImage
2094
2098
  :param _Prompt: <p>文生3D,3D内容的描述,中文正向提示词。<br>最多支持200个 utf-8 字符。<br>文生3D, image、image_url和 prompt必填其一,且prompt和image/image_url不能同时存在。</p>
2095
2099
  :type Prompt: str
2096
2100
  :param _Image: <p>3D模型纹理参考图 Base64 数据和参考图 Url。</p><ul><li>Base64 和 Url 必须提供一个,如果都提供以 Url 为准。</li><li>图片限制:单边分辨率小于4096且大于128,转成 Base64 字符串后小于 10MB,格式支持 jpg、jpeg、png。</li></ul>
@@ -2099,6 +2103,8 @@ class SubmitTextureTo3DJobRequest(AbstractModel):
2099
2103
  :type EnablePBR: bool
2100
2104
  """
2101
2105
  self._File3D = None
2106
+ self._Model = None
2107
+ self._MultiViewImages = None
2102
2108
  self._Prompt = None
2103
2109
  self._Image = None
2104
2110
  self._EnablePBR = None
@@ -2114,6 +2120,28 @@ class SubmitTextureTo3DJobRequest(AbstractModel):
2114
2120
  def File3D(self, File3D):
2115
2121
  self._File3D = File3D
2116
2122
 
2123
+ @property
2124
+ def Model(self):
2125
+ r"""<p>混元生3D生成模型版本,默认为3.0,可选项:3.0,3.1<br>仅选择3.1版本时,多视图功能可用。</p>
2126
+ :rtype: str
2127
+ """
2128
+ return self._Model
2129
+
2130
+ @Model.setter
2131
+ def Model(self, Model):
2132
+ self._Model = Model
2133
+
2134
+ @property
2135
+ def MultiViewImages(self):
2136
+ r"""<p>多视角的模型图片(仅3.1版本支持),视角参考值:<br>left:左视图;<br>right:右视图;<br>back:后视图;<br>top:顶视图;<br>bottom:底视图;<br>left_front:左前45°视图;<br>right_front:右前45°视图;</p><p>每个视角仅限制一张图片。<br>●图片大小限制:编码后所有图片大小总和不可超过8M。(base64编码下图片大小总和不超过6M,因base64编码后图片大小会大30%左右)<br>●图片分辨率限制:单边分辨率小于5000且大于128。<br>●支持图片格式:支持jpg或png</p>
2137
+ :rtype: list of ViewImage
2138
+ """
2139
+ return self._MultiViewImages
2140
+
2141
+ @MultiViewImages.setter
2142
+ def MultiViewImages(self, MultiViewImages):
2143
+ self._MultiViewImages = MultiViewImages
2144
+
2117
2145
  @property
2118
2146
  def Prompt(self):
2119
2147
  r"""<p>文生3D,3D内容的描述,中文正向提示词。<br>最多支持200个 utf-8 字符。<br>文生3D, image、image_url和 prompt必填其一,且prompt和image/image_url不能同时存在。</p>
@@ -2152,6 +2180,13 @@ class SubmitTextureTo3DJobRequest(AbstractModel):
2152
2180
  if params.get("File3D") is not None:
2153
2181
  self._File3D = File3D()
2154
2182
  self._File3D._deserialize(params.get("File3D"))
2183
+ self._Model = params.get("Model")
2184
+ if params.get("MultiViewImages") is not None:
2185
+ self._MultiViewImages = []
2186
+ for item in params.get("MultiViewImages"):
2187
+ obj = ViewImage()
2188
+ obj._deserialize(item)
2189
+ self._MultiViewImages.append(obj)
2155
2190
  self._Prompt = params.get("Prompt")
2156
2191
  if params.get("Image") is not None:
2157
2192
  self._Image = Image()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ai3d
3
- Version: 3.1.57
3
+ Version: 3.1.67
4
4
  Summary: Tencent Cloud Ai3d 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.57
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.67
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.67
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.57