tencentcloud-sdk-aiart 3.0.1053 → 3.0.1055

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e02bd289885380507e41821d85c3930d080459eb
4
- data.tar.gz: 4e5691161617d67e8a07f267f32434df11a05a4f
3
+ metadata.gz: c43a6a1e850f512aa246fd69c63a4bc994edfd1b
4
+ data.tar.gz: a0b2210857d959ab12d1a95f43b231edb6bead1d
5
5
  SHA512:
6
- metadata.gz: e9eba03bf13ab597b5dd4a4a82de5e1355ee390b283139b758458dce222ef3fe33fb1380f3690daa755ba68cbbb208cb0b1fb82080030bf6ba9a0cfe50857c2a
7
- data.tar.gz: 9432fc5b365bff981162613d60d22b09d81a3d991cb2702a07fa9e5815e16dff3feba09bc4aa50f27fc1f6e89907e3b8877a4b8e776e8d95d541cdce35932fef
6
+ metadata.gz: f88e8288acece66d714f5666ce203fdb34939cf81549bff25ee5de79ed0414cc725b7328ca332e62ea49e0c673c868394cdc755c3e8781c9a61264180e8454c7
7
+ data.tar.gz: d858ec09549cc64547646038498fee29e17345f2ca831177d832122b3bd50dc6a1e59171dfb28ae469fd0262e280efd295c7f8c3cc22a89f97ed8b6a855d9124
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1053
1
+ 3.0.1055
@@ -508,10 +508,13 @@ module TencentCloud
508
508
  # logo参数
509
509
  class LogoParam < TencentCloud::Common::AbstractModel
510
510
  # @param LogoUrl: 水印 Url
511
+ # 注意:此字段可能返回 null,表示取不到有效值。
511
512
  # @type LogoUrl: String
512
513
  # @param LogoImage: 水印 Base64,Url 和 Base64 二选一传入,如果都提供以 Url 为准
514
+ # 注意:此字段可能返回 null,表示取不到有效值。
513
515
  # @type LogoImage: String
514
516
  # @param LogoRect: 水印图片位于生成结果图中的坐标,将按照坐标对标识图片进行位置和大小的拉伸匹配
517
+ # 注意:此字段可能返回 null,表示取不到有效值。
515
518
  # @type LogoRect: :class:`Tencentcloud::Aiart.v20221229.models.LogoRect`
516
519
 
517
520
  attr_accessor :LogoUrl, :LogoImage, :LogoRect
@@ -535,12 +538,16 @@ module TencentCloud
535
538
  # 输入框
536
539
  class LogoRect < TencentCloud::Common::AbstractModel
537
540
  # @param X: 左上角X坐标
541
+ # 注意:此字段可能返回 null,表示取不到有效值。
538
542
  # @type X: Integer
539
543
  # @param Y: 左上角Y坐标
544
+ # 注意:此字段可能返回 null,表示取不到有效值。
540
545
  # @type Y: Integer
541
546
  # @param Width: 方框宽度
547
+ # 注意:此字段可能返回 null,表示取不到有效值。
542
548
  # @type Width: Integer
543
549
  # @param Height: 方框高度
550
+ # 注意:此字段可能返回 null,表示取不到有效值。
544
551
  # @type Height: Integer
545
552
 
546
553
  attr_accessor :X, :Y, :Width, :Height
@@ -1020,6 +1027,7 @@ module TencentCloud
1020
1027
  # @param Resolution: 生成图分辨率
1021
1028
 
1022
1029
  # 图像风格化(图生图)支持生成以下分辨率的图片:origin(与输入图分辨率一致,长边最高为2000,超出将做等比例缩小)、768:768(1:1)、768:1024(3:4)、1024:768(4:3),不传默认使用origin,如果指定生成的长宽比与输入图长宽比差异过大可能导致图片内容被裁剪。
1030
+ # 注意:此字段可能返回 null,表示取不到有效值。
1023
1031
  # @type Resolution: String
1024
1032
 
1025
1033
  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.1053
4
+ version: 3.0.1055
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-05-07 00:00:00.000000000 Z
11
+ date: 2025-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common