Class: Aws::Types::UnsuccessfulFaceAssociation
- Inherits:
-
Object
- Object
- Aws::Types::UnsuccessfulFaceAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#face_id ⇒ ::String
Returns the value of attribute face_id.
-
#reasons ⇒ ::Array[("FACE_NOT_FOUND" | "ASSOCIATED_TO_A_DIFFERENT_USER" | "LOW_MATCH_CONFIDENCE")]
Returns the value of attribute reasons.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#confidence ⇒ ::Float
Returns the value of attribute confidence.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def confidence @confidence end |
#face_id ⇒ ::String
Returns the value of attribute face_id.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def face_id @face_id end |
#reasons ⇒ ::Array[("FACE_NOT_FOUND" | "ASSOCIATED_TO_A_DIFFERENT_USER" | "LOW_MATCH_CONFIDENCE")]
Returns the value of attribute reasons.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def reasons @reasons end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def user_id @user_id end |