tencentcloud-sdk-aiart 3.0.589 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c24ab547d1b363c1df1c9e7d98d9740fec105110
4
- data.tar.gz: a6c382dba3d5c5f3fe279608fde1f082b0684ce8
3
+ metadata.gz: 06b931ab3d5dd08220e1992a7069889cb72dc222
4
+ data.tar.gz: 70581f21e66f5b7da2112c14186b6172c3f07cd6
5
5
  SHA512:
6
- metadata.gz: 6d83d7cef0b6d9635f37267aac2480c1fd45fb0e05ddd42cb32ef7ebec6a8d441fb5488d40843211bf1d335da08feb0fbb4d579501da84b3dad8eea4fd0ea159
7
- data.tar.gz: 3ff0351a291d9aa49aa6e027d8c898f45e7bb5772313373bb82bbf65d6e61d997a7864a2df6816e8cb23becee3c426dc330783d03ce55b0fe56820d23b8d083b
6
+ metadata.gz: 3314aae4221734ee0b78ea1e2118eab95eff2b20f5e1d9a5c06044cbf0e68ea76a11187a28585533d96512565a2701dc00edef2da4c37e5b295fb2298af4aceb
7
+ data.tar.gz: 2b8cbbde0c4d4bb3b1102bd3a28f47c9aa5dcfe4c418b6df6543286d4cc9eaca3cf4c39a288fbfc7414ab6bdbf2cb36a7f7112b31644d7dbae0d16a58c0ae9f5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -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.589
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-09 00:00:00.000000000 Z
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