tencentcloud-sdk-bda 3.0.371 → 3.0.382

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200324/models.rb +14 -4
  4. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 11ab4d969ba90c5e0f38b4861199dde1f9731923
4
- data.tar.gz: e43f1c649a451432e5fe59f47f20d7298b74332f
3
+ metadata.gz: 0e48924b2adb82e632844b9cd2887f475d7d3eea
4
+ data.tar.gz: f9af4632c089b0f307445ce6fa568862929975da
5
5
  SHA512:
6
- metadata.gz: 8d716c7cf58f845e0845a164ce8356209c938188afcad7359084d4e64374654c983455bae975ff804b4870d1f13392c2a0e916db816e556ac1682b8ddad93939
7
- data.tar.gz: 9e23b5b29bf6ed63e22a44639934f250da90c3b7c7a74caa0a8652bbdd5b092a4e568900cfff287ebec154f064e4c29cbd24352e8356e3b5ac2b8210300c2d86
6
+ metadata.gz: f0466b5f8df486f0c7d56d4a71fe6b4614644fc98292d04c56ec9f80a7626b8cca76fe2b6e55fba2d8da53aef54d4ebcdb57a2c6cc3ff3dd3318837ef9857576
7
+ data.tar.gz: b20428b750e60000cbe306dec6c3f0ae61e00d7aa3a0aed7f54a28581e3f9bbc666704a6074d4edd1f699a3ecf70f26b2c5d226862e7b03767ce4faf26e8b069
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.371
1
+ 3.0.382
@@ -673,17 +673,23 @@ module TencentCloud
673
673
  # 非腾讯云存储的Url速度和稳定性可能受一定影响。
674
674
  # 支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。
675
675
  # @type Url: String
676
+ # @param LocalBodySwitch: 人体局部关键点识别,开启后对人体局部图(例如部分身体部位)进行关键点识别,输出人体关键点坐标,默认不开启
676
677
 
677
- attr_accessor :Image, :Url
678
+ # 注意:若开启人体局部图片关键点识别,则BoundBox、Confidence返回为空。
679
+ # @type LocalBodySwitch: Boolean
680
+
681
+ attr_accessor :Image, :Url, :LocalBodySwitch
678
682
 
679
- def initialize(image=nil, url=nil)
683
+ def initialize(image=nil, url=nil, localbodyswitch=nil)
680
684
  @Image = image
681
685
  @Url = url
686
+ @LocalBodySwitch = localbodyswitch
682
687
  end
683
688
 
684
689
  def deserialize(params)
685
690
  @Image = params['Image']
686
691
  @Url = params['Url']
692
+ @LocalBodySwitch = params['LocalBodySwitch']
687
693
  end
688
694
  end
689
695
 
@@ -1033,19 +1039,23 @@ module TencentCloud
1033
1039
  # @type X: Float
1034
1040
  # @param Y: 人体关键点纵坐标
1035
1041
  # @type Y: Float
1042
+ # @param BodyScore: 关键点坐标置信度,分数取值在0-1之间,阈值建议为0.25,小于0.25认为在图中无人体关键点。
1043
+ # @type BodyScore: Float
1036
1044
 
1037
- attr_accessor :KeyPointType, :X, :Y
1045
+ attr_accessor :KeyPointType, :X, :Y, :BodyScore
1038
1046
 
1039
- def initialize(keypointtype=nil, x=nil, y=nil)
1047
+ def initialize(keypointtype=nil, x=nil, y=nil, bodyscore=nil)
1040
1048
  @KeyPointType = keypointtype
1041
1049
  @X = x
1042
1050
  @Y = y
1051
+ @BodyScore = bodyscore
1043
1052
  end
1044
1053
 
1045
1054
  def deserialize(params)
1046
1055
  @KeyPointType = params['KeyPointType']
1047
1056
  @X = params['X']
1048
1057
  @Y = params['Y']
1058
+ @BodyScore = params['BodyScore']
1049
1059
  end
1050
1060
  end
1051
1061
 
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-bda
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.371
4
+ version: 3.0.382
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-01 00:00:00.000000000 Z
11
+ date: 2022-08-08 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,10 +33,10 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/VERSION
37
- - lib/tencentcloud-sdk-bda.rb
38
- - lib/v20200324/client.rb
39
36
  - lib/v20200324/models.rb
37
+ - lib/v20200324/client.rb
38
+ - lib/tencentcloud-sdk-bda.rb
39
+ - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses:
42
42
  - Apache-2.0
@@ -49,17 +49,17 @@ require_paths:
49
49
  - lib
50
50
  required_ruby_version: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - ">="
57
+ - - '>='
58
58
  - !ruby/object:Gem::Version
59
59
  version: '0'
60
60
  requirements: []
61
61
  rubyforge_project:
62
- rubygems_version: 2.6.14
62
+ rubygems_version: 2.0.14
63
63
  signing_key:
64
64
  specification_version: 4
65
65
  summary: Tencent Cloud SDK for Ruby - BDA