tencentcloud-sdk-facefusion 1.0.332 → 1.0.333
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/v20181201/models.rb +1 -1
- 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: 24914fe3668a41c7778bc40c9ec8b25df225f79d
|
|
4
|
+
data.tar.gz: 3bd94e829a3b790f5a7abd7b4094b62a545db86d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 459a3c7bb43a0d6324ec345ed1d7b84dd7f0de8362195777da2f509535c0130d6d448913a092064c93bc3f331452c14d823558f1416149e94ad5dde678100573
|
|
7
|
+
data.tar.gz: d6e6a1882723e0cac7e01ab596f7379d649b954d7640094fd28db350baf3ad4a7f0eaa90a4992059756a7ed7abe2803f2ca4413f2fd6305b8a6b0258d1a69c5f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.333
|
data/lib/v20181201/models.rb
CHANGED
|
@@ -166,7 +166,7 @@ module TencentCloud
|
|
|
166
166
|
# @param CelebrityIdentify: 0表示不需要不适宜内容识别,1表示需要不适宜内容识别。默认值为0。
|
|
167
167
|
# 请注意,不适宜内容识别服务开启后,您需要根据返回结果自行判断是否调整您的业务逻辑。例如提示您的用户图片非法,请更换图片。
|
|
168
168
|
# @type CelebrityIdentify: Integer
|
|
169
|
-
# @param Url: 图片Url
|
|
169
|
+
# @param Url: 图片Url地址
|
|
170
170
|
# @type Url: String
|
|
171
171
|
|
|
172
172
|
attr_accessor :ProjectId, :ModelId, :RspImgType, :Image, :PornDetect, :CelebrityIdentify, :Url
|