tencentcloud-sdk-aiart 3.0.1054 → 3.0.1056
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 -0
- 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: 1b1aabaa5792cee335d736d50b9fb1360f6c1a33
|
4
|
+
data.tar.gz: b0c6f196234eedd2065ff9d5d15103a457bf075c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f43a655dd9a807f4529d8e3617034c29f5f1a728247ccbddcc2f7997069e9eff2e6559b8d827b1c5609a487b5f0badf5a8d22c98f2cba27c0419ce60dc6ab43
|
7
|
+
data.tar.gz: 42997f846182130d8f11f88c0f2aa47df912e46453adda06ab395677c2ed23e8a86189f6bb207d2e4984e14561993bfe573c678503c35439f5b2035b10c851ae
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1056
|
data/lib/v20221229/models.rb
CHANGED
@@ -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
|
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.1056
|
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-
|
11
|
+
date: 2025-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|