Class: Aws::Rekognition::Types::UserMatch
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::UserMatch
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Provides UserID metadata along with the confidence in the match of this UserID with the input face.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#similarity ⇒ Float
Describes the UserID metadata.
-
#user ⇒ Types::MatchedUser
Confidence in the match of this UserID with the input face.
Instance Attribute Details
#similarity ⇒ Float
Describes the UserID metadata.
8236 8237 8238 8239 8240 8241 |
# File 'lib/aws-sdk-rekognition/types.rb', line 8236 class UserMatch < Struct.new( :similarity, :user) SENSITIVE = [] include Aws::Structure end |
#user ⇒ Types::MatchedUser
Confidence in the match of this UserID with the input face.
8236 8237 8238 8239 8240 8241 |
# File 'lib/aws-sdk-rekognition/types.rb', line 8236 class UserMatch < Struct.new( :similarity, :user) SENSITIVE = [] include Aws::Structure end |