tencentcloud-sdk-iai 3.0.371 → 3.0.379
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/tencentcloud-sdk-iai.rb +3 -3
- data/lib/v20200303/models.rb +1 -1
- metadata +12 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0bdd7102f5203231c70f16721c3f8088331e6717
|
|
4
|
+
data.tar.gz: e20709d1530073782a5313992063f09b2152a140
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a56a8b50a5ac419cef91bad32ed3db2c633c17acb3e21c9514c19447b560d8c281e5d6fbcf4fe248b241fab802f211d91dec11012343a4d805ca076bc2a6c881
|
|
7
|
+
data.tar.gz: 7cf9eddbf6d2854e1499a1c5733fd8d149357139d5195ae6e25de21975e687b73d6c783accee0c901d0a8d335f17d14d73aab34ad38a04b3c60d92686ceba090
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.379
|
data/lib/tencentcloud-sdk-iai.rb
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
require 'tencentcloud-sdk-common'
|
|
4
4
|
|
|
5
|
-
require_relative 'v20200303/client'
|
|
6
|
-
require_relative 'v20200303/models'
|
|
7
|
-
|
|
8
5
|
require_relative 'v20180301/client'
|
|
9
6
|
require_relative 'v20180301/models'
|
|
10
7
|
|
|
8
|
+
require_relative 'v20200303/client'
|
|
9
|
+
require_relative 'v20200303/models'
|
|
10
|
+
|
|
11
11
|
module TencentCloud
|
|
12
12
|
module Iai
|
|
13
13
|
end
|
data/lib/v20200303/models.rb
CHANGED
|
@@ -3166,7 +3166,7 @@ module TencentCloud
|
|
|
3166
3166
|
# @param MinFaceSize: 人脸长和宽的最小尺寸,单位为像素。默认为34。低于34将影响搜索精度。建议设置为80。
|
|
3167
3167
|
# @type MinFaceSize: Integer
|
|
3168
3168
|
# @param MaxPersonNumPerGroup: 被检测到的人脸,对应最多返回的最相似人员数目。默认值为5,最大值为10。
|
|
3169
|
-
# 例,设MaxFaceNum为3,
|
|
3169
|
+
# 例,设MaxFaceNum为3,MaxPersonNumPerGroup为5,GroupIds长度为3,则最多可能返回3*5*3=45个人员。
|
|
3170
3170
|
# @type MaxPersonNumPerGroup: Integer
|
|
3171
3171
|
# @param NeedPersonInfo: 是否返回人员具体信息。0 为关闭,1 为开启。默认为 0。其他非0非1值默认为0
|
|
3172
3172
|
# @type NeedPersonInfo: Integer
|
metadata
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-iai
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.379
|
|
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-08-
|
|
11
|
+
date: 2022-08-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ~>
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '1.0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '1.0'
|
|
27
27
|
description: Tencent Cloud Ruby SDK is the official software development kit, which
|
|
@@ -33,12 +33,12 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/VERSION
|
|
37
|
-
- lib/tencentcloud-sdk-iai.rb
|
|
38
|
-
- lib/v20180301/client.rb
|
|
39
|
-
- lib/v20180301/models.rb
|
|
40
|
-
- lib/v20200303/client.rb
|
|
41
36
|
- lib/v20200303/models.rb
|
|
37
|
+
- lib/v20200303/client.rb
|
|
38
|
+
- lib/v20180301/models.rb
|
|
39
|
+
- lib/v20180301/client.rb
|
|
40
|
+
- lib/tencentcloud-sdk-iai.rb
|
|
41
|
+
- lib/VERSION
|
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
43
43
|
licenses:
|
|
44
44
|
- Apache-2.0
|
|
@@ -51,17 +51,17 @@ require_paths:
|
|
|
51
51
|
- lib
|
|
52
52
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
|
54
|
-
- -
|
|
54
|
+
- - '>='
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: '0'
|
|
57
57
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- -
|
|
59
|
+
- - '>='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0'
|
|
62
62
|
requirements: []
|
|
63
63
|
rubyforge_project:
|
|
64
|
-
rubygems_version: 2.
|
|
64
|
+
rubygems_version: 2.0.14
|
|
65
65
|
signing_key:
|
|
66
66
|
specification_version: 4
|
|
67
67
|
summary: Tencent Cloud SDK for Ruby - IAI
|