tencentcloud-sdk-aiart 3.0.590 → 3.0.591
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20221229/models.rb +7 -7
- 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: 06b931ab3d5dd08220e1992a7069889cb72dc222
|
|
4
|
+
data.tar.gz: 70581f21e66f5b7da2112c14186b6172c3f07cd6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3314aae4221734ee0b78ea1e2118eab95eff2b20f5e1d9a5c06044cbf0e68ea76a11187a28585533d96512565a2701dc00edef2da4c37e5b295fb2298af4aceb
|
|
7
|
+
data.tar.gz: 2b8cbbde0c4d4bb3b1102bd3a28f47c9aa5dcfe4c418b6df6543286d4cc9eaca3cf4c39a288fbfc7414ab6bdbf2cb36a7f7112b31644d7dbae0d16a58c0ae9f5
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20221229/models.rb
CHANGED
|
@@ -58,7 +58,7 @@ module TencentCloud
|
|
|
58
58
|
# @type Strength: Float
|
|
59
59
|
|
|
60
60
|
attr_accessor :InputImage, :InputUrl, :Prompt, :NegativePrompt, :Styles, :ResultConfig, :LogoAdd, :LogoParam, :Strength
|
|
61
|
-
|
|
61
|
+
|
|
62
62
|
def initialize(inputimage=nil, inputurl=nil, prompt=nil, negativeprompt=nil, styles=nil, resultconfig=nil, logoadd=nil, logoparam=nil, strength=nil)
|
|
63
63
|
@InputImage = inputimage
|
|
64
64
|
@InputUrl = inputurl
|
|
@@ -98,7 +98,7 @@ module TencentCloud
|
|
|
98
98
|
# @type RequestId: String
|
|
99
99
|
|
|
100
100
|
attr_accessor :ResultImage, :RequestId
|
|
101
|
-
|
|
101
|
+
|
|
102
102
|
def initialize(resultimage=nil, requestid=nil)
|
|
103
103
|
@ResultImage = resultimage
|
|
104
104
|
@RequestId = requestid
|
|
@@ -120,7 +120,7 @@ module TencentCloud
|
|
|
120
120
|
# @type LogoRect: :class:`Tencentcloud::Aiart.v20221229.models.LogoRect`
|
|
121
121
|
|
|
122
122
|
attr_accessor :LogoUrl, :LogoImage, :LogoRect
|
|
123
|
-
|
|
123
|
+
|
|
124
124
|
def initialize(logourl=nil, logoimage=nil, logorect=nil)
|
|
125
125
|
@LogoUrl = logourl
|
|
126
126
|
@LogoImage = logoimage
|
|
@@ -149,7 +149,7 @@ module TencentCloud
|
|
|
149
149
|
# @type Height: Integer
|
|
150
150
|
|
|
151
151
|
attr_accessor :X, :Y, :Width, :Height
|
|
152
|
-
|
|
152
|
+
|
|
153
153
|
def initialize(x=nil, y=nil, width=nil, height=nil)
|
|
154
154
|
@X = x
|
|
155
155
|
@Y = y
|
|
@@ -176,7 +176,7 @@ module TencentCloud
|
|
|
176
176
|
# @type Resolution: String
|
|
177
177
|
|
|
178
178
|
attr_accessor :Resolution
|
|
179
|
-
|
|
179
|
+
|
|
180
180
|
def initialize(resolution=nil)
|
|
181
181
|
@Resolution = resolution
|
|
182
182
|
end
|
|
@@ -214,7 +214,7 @@ module TencentCloud
|
|
|
214
214
|
# @type LogoParam: :class:`Tencentcloud::Aiart.v20221229.models.LogoParam`
|
|
215
215
|
|
|
216
216
|
attr_accessor :Prompt, :NegativePrompt, :Styles, :ResultConfig, :LogoAdd, :LogoParam
|
|
217
|
-
|
|
217
|
+
|
|
218
218
|
def initialize(prompt=nil, negativeprompt=nil, styles=nil, resultconfig=nil, logoadd=nil, logoparam=nil)
|
|
219
219
|
@Prompt = prompt
|
|
220
220
|
@NegativePrompt = negativeprompt
|
|
@@ -248,7 +248,7 @@ module TencentCloud
|
|
|
248
248
|
# @type RequestId: String
|
|
249
249
|
|
|
250
250
|
attr_accessor :ResultImage, :RequestId
|
|
251
|
-
|
|
251
|
+
|
|
252
252
|
def initialize(resultimage=nil, requestid=nil)
|
|
253
253
|
@ResultImage = resultimage
|
|
254
254
|
@RequestId = requestid
|
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.591
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|