tencentcloud-sdk-ai3d 3.0.1187 → 3.0.1196

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c9481c7dad3e7b60058121df15f0b09a1559d23b
4
- data.tar.gz: 49b552bc89bfbb921a2b8976b3e1a402dff23499
3
+ metadata.gz: 27178c4226717395deaf9bb56d84627d3df39d03
4
+ data.tar.gz: 19bc5679f8c248d06cd9bb00d4c66435e07a60b3
5
5
  SHA512:
6
- metadata.gz: bda357c5c2b762c72899ebd5bc27549dcc18e270a1e009f57594302cd52cf00b7ed5ad80089ee784b474f6f311fc83b275016292980c16e5d99dd6f407ca1ddd
7
- data.tar.gz: fda1324360489163cc611c4cc06f89209299699ffa4217edb6e5937faa21ce45da18d1f1e5fa5f870eb6e00cd3f4ea2aa982d26caa7ea380b06adee7c3642b70
6
+ metadata.gz: b52563ecfbbb9290f9124b70ad906912e3add404492b576c11013afc4110092fa921f0f18729f2c64f0813a3436b6f4d822123dd4d91395e547caba471dd9afc
7
+ data.tar.gz: 32dcfaa6c220c38d99e423e956e90958ab5a29e5df3f6a2e0494aac74e1a9378244796e2df82637d8d92c59019c9f902c7c9742ee6a1220d9371402ae7288f1f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1187
1
+ 3.0.1196
@@ -533,10 +533,12 @@ module TencentCloud
533
533
  # triangle: 三角形面。
534
534
  # quadrilateral: 四边形面与三角形面混合生成。
535
535
  # @type PolygonType: String
536
+ # @param ResultFormat: 生成模型的格式,仅限制生成一种格式; 生成模型文件组默认返回obj、glb格式(开启时Geometry参数时,默认为glb格式); 可选值:STL,USDZ,FBX;
537
+ # @type ResultFormat: String
536
538
 
537
- attr_accessor :Prompt, :ImageBase64, :ImageUrl, :MultiViewImages, :EnablePBR, :FaceCount, :GenerateType, :PolygonType
539
+ attr_accessor :Prompt, :ImageBase64, :ImageUrl, :MultiViewImages, :EnablePBR, :FaceCount, :GenerateType, :PolygonType, :ResultFormat
538
540
 
539
- def initialize(prompt=nil, imagebase64=nil, imageurl=nil, multiviewimages=nil, enablepbr=nil, facecount=nil, generatetype=nil, polygontype=nil)
541
+ def initialize(prompt=nil, imagebase64=nil, imageurl=nil, multiviewimages=nil, enablepbr=nil, facecount=nil, generatetype=nil, polygontype=nil, resultformat=nil)
540
542
  @Prompt = prompt
541
543
  @ImageBase64 = imagebase64
542
544
  @ImageUrl = imageurl
@@ -545,6 +547,7 @@ module TencentCloud
545
547
  @FaceCount = facecount
546
548
  @GenerateType = generatetype
547
549
  @PolygonType = polygontype
550
+ @ResultFormat = resultformat
548
551
  end
549
552
 
550
553
  def deserialize(params)
@@ -563,6 +566,7 @@ module TencentCloud
563
566
  @FaceCount = params['FaceCount']
564
567
  @GenerateType = params['GenerateType']
565
568
  @PolygonType = params['PolygonType']
569
+ @ResultFormat = params['ResultFormat']
566
570
  end
567
571
  end
568
572
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ai3d
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1187
4
+ version: 3.0.1196
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-22 00:00:00.000000000 Z
11
+ date: 2026-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common