aws-sdk-rekognition 1.109.0 → 1.110.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rekognition/client.rb +7 -7
- data/lib/aws-sdk-rekognition.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2243556667af48af3b5f184a1369b615696f7f81ff5ddcd28caa2044c25f0842
|
4
|
+
data.tar.gz: 44c096b051191badfd3d82727a6a7ec599dd3fcf7bdaf6a056cedb3b8710ee0d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68b6c6272672b9eaae69de3b960185b02c09f1718d78b7682bfe5df648ccb9e8022989271133cb73ef9b841cf12c111e63fb57951396cca355d0c8d558555b96
|
7
|
+
data.tar.gz: eeb60ed487991d5ecf7068f5f2536dc80c93e2799752c1a7e69542bf2ab3aaa90a7bfca45792f444467720a57d12a8a62f10f988b2c6b2fa25a7c9293ca30141
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.110.0
|
@@ -3035,21 +3035,21 @@ module Aws::Rekognition
|
|
3035
3035
|
# and a rock. The response includes all three labels, one for each
|
3036
3036
|
# object, as well as the confidence in the label:
|
3037
3037
|
#
|
3038
|
-
#
|
3038
|
+
# `{Name: lighthouse, Confidence: 98.4629}`
|
3039
3039
|
#
|
3040
|
-
#
|
3040
|
+
# `{Name: rock,Confidence: 79.2097}`
|
3041
3041
|
#
|
3042
|
-
# `
|
3042
|
+
# ` {Name: sea,Confidence: 75.061}`
|
3043
3043
|
#
|
3044
3044
|
# The list of labels can include multiple labels for the same object.
|
3045
3045
|
# For example, if the input image shows a flower (for example, a tulip),
|
3046
3046
|
# the operation might return the following three labels.
|
3047
3047
|
#
|
3048
|
-
#
|
3048
|
+
# `{Name: flower,Confidence: 99.0562}`
|
3049
3049
|
#
|
3050
|
-
#
|
3050
|
+
# `{Name: plant,Confidence: 99.0562}`
|
3051
3051
|
#
|
3052
|
-
#
|
3052
|
+
# `{Name: tulip,Confidence: 99.0562}`
|
3053
3053
|
#
|
3054
3054
|
# In this example, the detection algorithm more precisely identifies the
|
3055
3055
|
# flower as a tulip.
|
@@ -8459,7 +8459,7 @@ module Aws::Rekognition
|
|
8459
8459
|
tracer: tracer
|
8460
8460
|
)
|
8461
8461
|
context[:gem_name] = 'aws-sdk-rekognition'
|
8462
|
-
context[:gem_version] = '1.
|
8462
|
+
context[:gem_version] = '1.110.0'
|
8463
8463
|
Seahorse::Client::Request.new(handlers, context)
|
8464
8464
|
end
|
8465
8465
|
|
data/lib/aws-sdk-rekognition.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-rekognition
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.110.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|