tencentcloud-sdk-aiart 3.0.590 → 3.0.592

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: d0e2facc43ead089eb01794c69ed4e1210c033d0
4
- data.tar.gz: bbc26238e9d1e68027b9600c007d6c9e6adeea47
3
+ metadata.gz: d6898c26706356794cb2277d86b23876da872e69
4
+ data.tar.gz: 1e989130ed21e304b3d87e78d5671fae51ff9d79
5
5
  SHA512:
6
- metadata.gz: 9532a70bd742cda1a5b8a84f98c95866b1d10b706f018a84a347bb2b0e994653d78fc9d57a6170ced5be4219f10e62dd4ea0a458d653f260021a6501e7e70131
7
- data.tar.gz: 8f91995041959241dd23b819a5e3b9f2a2220eafb2cff37b0b3a169e3a5b472e3aeac255b948f473380d3a96f7b587b392cbdccc1b6ad54c989edaed69784e24
6
+ metadata.gz: c497e9d663bfe62e03908c18c8124b769e578c0b9b9c696586c4c180498c893086d7395d2b70aff6b1295eae19c1e0245e08f2aae135f5f2ef902dc813ea459a
7
+ data.tar.gz: 9df504019efc5ba12da87cba32447af346cf618fcafd758cf490f7b58e6bbf6e65871b9374e43c4754374096671006de0148f825261a22233d20fbcbc7099d17
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -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.590
4
+ version: 3.0.592
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-12 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common