tencentcloud-sdk-aiart 3.0.531 → 3.0.534

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: fa97dc25a7004f809d6b1c9a4fa0928d91cf0e13
4
- data.tar.gz: b11c00893829e2d338745b273d0416cc7970eb32
3
+ metadata.gz: 9fade6dd8d2c11711cf5f889aa52e5f7a067ca1f
4
+ data.tar.gz: 17559284d55348339b4d178ab0ecd1986eab48b4
5
5
  SHA512:
6
- metadata.gz: f6ddc88480323c4a691cea93efc141af01a9b52c5c1c380880d6804b6dfb2eaa5cfc5fc2a220cf45cc728b24d96954d09d106c9e65a94118d43d6fafa5e43e58
7
- data.tar.gz: c63cdc78d121f4e7ee6bb46e750f5189eda63080d48c5ad7d2f05897496b23575b69bdb1131b51f17767d057648d4d0d508c0f5c190aa96161541e8e3c18f470
6
+ metadata.gz: 7a7e414f741fe20e0634ac42ef8a3dc7f3d8ef6a18eb48eec10b6a59f0f7f7c6c88a5fb849e1d72135896dbb9a171bf4b3c278a84c2b08d14881768a55c788a2
7
+ data.tar.gz: 93408d1e73249e976ed482cbc41b9a891ddee981b6b22f2dc69a2241e57e6e285a3a7edde9dd53f41e8e4ab7ca0d35949819bb769175731b39bbd28f2d4f20b0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.531
1
+ 3.0.534
@@ -113,13 +113,10 @@ module TencentCloud
113
113
  # logo参数
114
114
  class LogoParam < TencentCloud::Common::AbstractModel
115
115
  # @param LogoUrl: 水印url
116
- # 注意:此字段可能返回 null,表示取不到有效值。
117
116
  # @type LogoUrl: String
118
117
  # @param LogoImage: 水印base64,url和base64二选一传入
119
- # 注意:此字段可能返回 null,表示取不到有效值。
120
118
  # @type LogoImage: String
121
119
  # @param LogoRect: 水印图片位于融合结果图中的坐标,将按照坐标对标识图片进行位置和大小的拉伸匹配
122
- # 注意:此字段可能返回 null,表示取不到有效值。
123
120
  # @type LogoRect: :class:`Tencentcloud::Aiart.v20221229.models.LogoRect`
124
121
 
125
122
  attr_accessor :LogoUrl, :LogoImage, :LogoRect
@@ -143,16 +140,12 @@ module TencentCloud
143
140
  # 输入框
144
141
  class LogoRect < TencentCloud::Common::AbstractModel
145
142
  # @param X: 左上角X坐标
146
- # 注意:此字段可能返回 null,表示取不到有效值。
147
143
  # @type X: Integer
148
144
  # @param Y: 左上角Y坐标
149
- # 注意:此字段可能返回 null,表示取不到有效值。
150
145
  # @type Y: Integer
151
146
  # @param Width: 方框宽度
152
- # 注意:此字段可能返回 null,表示取不到有效值。
153
147
  # @type Width: Integer
154
148
  # @param Height: 方框高度
155
- # 注意:此字段可能返回 null,表示取不到有效值。
156
149
  # @type Height: Integer
157
150
 
158
151
  attr_accessor :X, :Y, :Width, :Height
@@ -180,7 +173,6 @@ module TencentCloud
180
173
  # ● 768:768
181
174
  # ● 768:1024
182
175
  # ● 1024:768
183
- # 注意:此字段可能返回 null,表示取不到有效值。
184
176
  # @type Resolution: String
185
177
 
186
178
  attr_accessor :Resolution
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.531
4
+ version: 3.0.534
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-03-16 00:00:00.000000000 Z
11
+ date: 2023-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common