tencentcloud-sdk-tiia 1.0.274 → 1.0.277

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: 8c1e46355e30abf0a15aa74a549505fa82e276ca
4
- data.tar.gz: 4d36e207e293a77f96d934c6af2ee5b004b52e1c
3
+ metadata.gz: 6cadeb50a733ad2a750f31fe6b35c46800aad3ed
4
+ data.tar.gz: 35d7f2a6e420f53f1401569be62c4fcd1ff9e65b
5
5
  SHA512:
6
- metadata.gz: 3629fcf4265e01ca7819f276b1548853c83707f63a0dd7ae223a5101923ec6bfc985ec6bde77adb37f6ce917f0ad022668680fc1226fbcd1c07dba3b31b94a91
7
- data.tar.gz: 3bcefff5ca5fc93fa2ff541008dff8ce5b6ec5a6d7022e73b8df836a6a307fab6e41cadadaf797c1286e0f7d7b3d6d4ede27e9dbef333df3ede89e5b84fbd490
6
+ metadata.gz: 5ce575e7fd6feb0a5311bb9f3ee571a46d0310ca22ec29fd207f3744d385eafe664a89b28728cc2af9a2a1975614880e3389181425adc1e6e25aa7be7944221c
7
+ data.tar.gz: 8d2b9fa6eaf1888db63f6a37e5b4567009356a54baff39be8e6ca4484855bb0f616de5df5f504858c77761f7a396e25749e2281b3dc96f0f82c819da697ae479
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.274
1
+ 1.0.277
@@ -220,6 +220,8 @@ module TencentCloud
220
220
  # 1: 通用图库,以用户输入图提取特征。
221
221
  # 2: 灰度图库,输入图和搜索图均转为灰度图提取特征。
222
222
  # 3: 针对电商(通用品类)和logo优化。
223
+ # 4: 通用图库v2。
224
+ # 5: 电商模型。
223
225
  # @type GroupType: Integer
224
226
 
225
227
  attr_accessor :GroupId, :GroupName, :MaxCapacity, :Brief, :MaxQps, :GroupType
@@ -267,17 +269,17 @@ module TencentCloud
267
269
  # 若EntityId已存在,则对其追加图片。
268
270
  # @type EntityId: String
269
271
  # @param PicName: 图片名称,最多支持64个字符,
270
- # 同一个EntityId,最大支持5张图。如果图片名称已存在,则会更新库中的图片。
272
+ # 同一个EntityId,最大支持10张图。如果图片名称已存在,则会更新库中的图片。
271
273
  # @type PicName: String
272
- # @param ImageUrl: 图片的 Url 。对应图片 base64 编码后大小不可超过2M
274
+ # @param ImageUrl: 图片的 Url 。对应图片 base64 编码后大小不可超过5M
273
275
  # Url、Image必须提供一个,如果都提供,只使用 Url。
274
- # 图片分辨率不超过1920*1080
276
+ # 图片分辨率不超过4096*4096
275
277
  # 图片存储于腾讯云的Url可保障更高下载速度和稳定性,建议图片存储于腾讯云。
276
278
  # 非腾讯云存储的Url速度和稳定性可能受一定影响。
277
279
  # 支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。
278
280
  # @type ImageUrl: String
279
- # @param ImageBase64: 图片 base64 数据,base64 编码后大小不可超过2M
280
- # 图片分辨率不超过1920*1080
281
+ # @param ImageBase64: 图片 base64 数据,base64 编码后大小不可超过5M
282
+ # 图片分辨率不超过4096*4096
281
283
  # 支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。
282
284
  # @type ImageBase64: String
283
285
  # @param CustomContent: 用户自定义的内容,最多支持4096个字符,查询时原样带回。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tiia
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.274
4
+ version: 1.0.277
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-10 00:00:00.000000000 Z
11
+ date: 2022-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common