tencentcloud-sdk-fmu 3.0.967 → 3.0.968
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/v20191213/models.rb +8 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 60be1b52b153468e1f3df57072cb3c10270dd7fa
|
|
4
|
+
data.tar.gz: f72349ea61bd05cf57b1e38606375c1e0b1aa400
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e58f9f029548fe8bda3f6c89971d1a883ff16e8d2e1ce7eea6caf373eebc0292ba1ef032920be0789ffe2e27e49a339df20383bfa6688402e560efe839ffae77
|
|
7
|
+
data.tar.gz: ad4b475473e3af69a8e453d83bf451d71eca2da7bbc9978db79b74997d3788f3cffa96f5e96b761479a98b7db01e90bab76b9186e818c58a0261cf91bf827378
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.968
|
data/lib/v20191213/models.rb
CHANGED
|
@@ -21,12 +21,14 @@ module TencentCloud
|
|
|
21
21
|
class BeautifyPicRequest < TencentCloud::Common::AbstractModel
|
|
22
22
|
# @param Image: 图片 base64 数据,base64 编码后大小不可超过5M。
|
|
23
23
|
# 支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。
|
|
24
|
+
# 暂不支持带有alpha透明通道的图片。
|
|
24
25
|
# @type Image: String
|
|
25
26
|
# @param Url: 图片的 Url 。对应图片 base64 编码后大小不可超过5M。
|
|
26
27
|
# Url、Image必须提供一个,如果都提供,只使用 Url。
|
|
27
28
|
# 图片存储于腾讯云的Url可保障更高下载速度和稳定性,建议图片存储于腾讯云。
|
|
28
29
|
# 非腾讯云存储的Url速度和稳定性可能受一定影响。
|
|
29
30
|
# 支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。
|
|
31
|
+
# 暂不支持带有alpha透明通道的图片。
|
|
30
32
|
# @type Url: String
|
|
31
33
|
# @param Whitening: 美白程度,取值范围[0,100]。0不美白,100代表最高程度。默认值30。
|
|
32
34
|
# @type Whitening: Integer
|
|
@@ -545,12 +547,14 @@ module TencentCloud
|
|
|
545
547
|
# @type FilterType: Integer
|
|
546
548
|
# @param Image: 图片 base64 数据,base64 编码后大小不可超过5M。
|
|
547
549
|
# 支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。
|
|
550
|
+
# 暂不支持带有alpha透明通道的图片。
|
|
548
551
|
# @type Image: String
|
|
549
552
|
# @param Url: 图片的 Url ,对应图片 base64 编码后大小不可超过5M。
|
|
550
553
|
# 图片的 Url、Image必须提供一个,如果都提供,只使用 Url。
|
|
551
554
|
# 图片存储于腾讯云的 Url 可保障更高下载速度和稳定性,建议图片存储于腾讯云。
|
|
552
555
|
# 非腾讯云存储的Url速度和稳定性可能受一定影响。
|
|
553
556
|
# 支持PNG、JPG、JPEG、BMP 等图片格式,不支持 GIF 图片。
|
|
557
|
+
# 暂不支持带有alpha透明通道的图片。
|
|
554
558
|
# @type Url: String
|
|
555
559
|
# @param FilterDegree: 滤镜效果,取值[0,100],0表示无效果,100表示满滤镜效果。默认值为80。
|
|
556
560
|
# @type FilterDegree: Integer
|
|
@@ -609,12 +613,14 @@ module TencentCloud
|
|
|
609
613
|
# @type FilterType: Integer
|
|
610
614
|
# @param Image: 图片 base64 数据,base64 编码后大小不可超过5M。
|
|
611
615
|
# 支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。
|
|
616
|
+
# 暂不支持带有alpha透明通道的图片。
|
|
612
617
|
# @type Image: String
|
|
613
618
|
# @param Url: 图片的 Url ,对应图片 base64 编码后大小不可超过5M。
|
|
614
619
|
# 图片的 Url、Image必须提供一个,如果都提供,只使用 Url。
|
|
615
620
|
# 图片存储于腾讯云的 Url 可保障更高下载速度和稳定性,建议图片存储于腾讯云。
|
|
616
621
|
# 非腾讯云存储的Url速度和稳定性可能受一定影响。
|
|
617
622
|
# 支持PNG、JPG、JPEG、BMP 等图片格式,不支持 GIF 图片。
|
|
623
|
+
# 暂不支持带有alpha透明通道的图片。
|
|
618
624
|
# @type Url: String
|
|
619
625
|
# @param FilterDegree: 滤镜效果,取值[0,100],0表示无效果,100表示满滤镜效果。默认值为80。
|
|
620
626
|
# @type FilterDegree: Integer
|
|
@@ -673,12 +679,14 @@ module TencentCloud
|
|
|
673
679
|
# @type LipColorInfos: Array
|
|
674
680
|
# @param Image: 图片 base64 数据,base64 编码后大小不可超过6M。
|
|
675
681
|
# 支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。
|
|
682
|
+
# 暂不支持带有alpha透明通道的图片。
|
|
676
683
|
# @type Image: String
|
|
677
684
|
# @param Url: 图片的 Url ,对应图片 base64 编码后大小不可超过6M。
|
|
678
685
|
# 图片的 Url、Image必须提供一个,如果都提供,只使用 Url。
|
|
679
686
|
# 图片存储于腾讯云的 Url 可保障更高下载速度和稳定性,建议图片存储于腾讯云。
|
|
680
687
|
# 非腾讯云存储的Url速度和稳定性可能受一定影响。
|
|
681
688
|
# 支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。
|
|
689
|
+
# 暂不支持带有alpha透明通道的图片。
|
|
682
690
|
# @type Url: String
|
|
683
691
|
# @param RspImgType: 返回图像方式(base64 或 url ) ,二选一。url有效期为1天。
|
|
684
692
|
# @type RspImgType: String
|