tencentcloud-sdk-nodejs-ai3d 4.1.197 → 4.1.204

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ai3d",
3
- "version": "4.1.197",
3
+ "version": "4.1.204",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -129,6 +129,14 @@ export interface SubmitTextureTo3DJobRequest {
129
129
  * <p>源3D模型文件。<br>Type可选值:OBJ,GLB</p>
130
130
  */
131
131
  File3D: File3D;
132
+ /**
133
+ * <p>混元生3D生成模型版本,默认为3.0,可选项:3.0,3.1<br>仅选择3.1版本时,多视图功能可用。</p>
134
+ */
135
+ Model?: string;
136
+ /**
137
+ * <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>
138
+ */
139
+ MultiViewImages?: Array<ViewImage>;
132
140
  /**
133
141
  * <p>文生3D,3D内容的描述,中文正向提示词。<br>最多支持200个 utf-8 字符。<br>文生3D, image、image_url和 prompt必填其一,且prompt和image/image_url不能同时存在。</p>
134
142
  */