tencentcloud-sdk-aiart 3.0.981 → 3.0.983
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20221229/models.rb +8 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 99df3d0ca9c0853830f4f70eba63d42502132db0
|
4
|
+
data.tar.gz: f1135803795588857f98d198543a617ca1e17cf5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9bce2621725f7bc2df1aa4501137772a352d066239c7cdc43b3cdf8c0aa924f3f081e817f2e899502f60e3a2de702cee6769b2419de024eaa7f19d9c1faecb62
|
7
|
+
data.tar.gz: 953003bc9f2d4b7744366d52afcda9ca259f7490dd079ea28491ecabf1664974e5acf4a754fb8dd5be8a7aa0a9116875d7cf7af8681e8f3b64033e269100a5a1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.983
|
data/lib/v20221229/models.rb
CHANGED
@@ -765,6 +765,7 @@ module TencentCloud
|
|
765
765
|
# @type ProductUrl: String
|
766
766
|
# @param Prompt: 对新背景的文本描述。
|
767
767
|
# 最多支持256个 utf-8 字符,支持中、英文。
|
768
|
+
# 如果 Prompt = "BackgroundTemplate" 代表启用背景模板,需要在参数 BackgroundTemplate 中指定一个背景名称。
|
768
769
|
# @type Prompt: String
|
769
770
|
# @param NegativePrompt: 反向提示词。
|
770
771
|
# 最多支持256个 utf-8 字符,支持中、英文。
|
@@ -772,6 +773,9 @@ module TencentCloud
|
|
772
773
|
# @param Product: 商品图中的商品主体名称。
|
773
774
|
# 建议说明商品主体,否则影响生成效果。
|
774
775
|
# @type Product: String
|
776
|
+
# @param BackgroundTemplate: 背景模板。
|
777
|
+
# 仅当 Prompt = "BackgroundTemplate" 时生效,可支持的模板详见 [商品背景模板列表](https://cloud.tencent.com/document/product/1668/115391) ,请传入字段“背景名称”中的值。
|
778
|
+
# @type BackgroundTemplate: String
|
775
779
|
# @param MaskUrl: 商品 Mask 图 Url,要求背景透明,保留商品主体。
|
776
780
|
# 如果不传,将自动使用内置的商品分割算法得到 Mask。
|
777
781
|
# 支持自定义上传 Mask,如果该参数不为空,则以实际上传的数据为准。
|
@@ -794,13 +798,14 @@ module TencentCloud
|
|
794
798
|
# 生成图分辨率较大时建议选择 url,使用 base64 可能因图片过大导致返回失败。
|
795
799
|
# @type RspImgType: String
|
796
800
|
|
797
|
-
attr_accessor :ProductUrl, :Prompt, :NegativePrompt, :Product, :MaskUrl, :Resolution, :LogoAdd, :LogoParam, :RspImgType
|
801
|
+
attr_accessor :ProductUrl, :Prompt, :NegativePrompt, :Product, :BackgroundTemplate, :MaskUrl, :Resolution, :LogoAdd, :LogoParam, :RspImgType
|
798
802
|
|
799
|
-
def initialize(producturl=nil, prompt=nil, negativeprompt=nil, product=nil, maskurl=nil, resolution=nil, logoadd=nil, logoparam=nil, rspimgtype=nil)
|
803
|
+
def initialize(producturl=nil, prompt=nil, negativeprompt=nil, product=nil, backgroundtemplate=nil, maskurl=nil, resolution=nil, logoadd=nil, logoparam=nil, rspimgtype=nil)
|
800
804
|
@ProductUrl = producturl
|
801
805
|
@Prompt = prompt
|
802
806
|
@NegativePrompt = negativeprompt
|
803
807
|
@Product = product
|
808
|
+
@BackgroundTemplate = backgroundtemplate
|
804
809
|
@MaskUrl = maskurl
|
805
810
|
@Resolution = resolution
|
806
811
|
@LogoAdd = logoadd
|
@@ -813,6 +818,7 @@ module TencentCloud
|
|
813
818
|
@Prompt = params['Prompt']
|
814
819
|
@NegativePrompt = params['NegativePrompt']
|
815
820
|
@Product = params['Product']
|
821
|
+
@BackgroundTemplate = params['BackgroundTemplate']
|
816
822
|
@MaskUrl = params['MaskUrl']
|
817
823
|
@Resolution = params['Resolution']
|
818
824
|
@LogoAdd = params['LogoAdd']
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-aiart
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.983
|
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-01-
|
11
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|