Class: Aws::Types::UnsuccessfulFaceAssociation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#confidence::Float

Returns the value of attribute confidence.

Returns:

  • (::Float)


2067
2068
2069
# File 'sig/types.rbs', line 2067

def confidence
  @confidence
end

#face_id::String

Returns the value of attribute face_id.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("FACE_NOT_FOUND" | "ASSOCIATED_TO_A_DIFFERENT_USER" | "LOW_MATCH_CONFIDENCE")])


2068
2069
2070
# File 'sig/types.rbs', line 2068

def reasons
  @reasons
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


2066
2067
2068
# File 'sig/types.rbs', line 2066

def user_id
  @user_id
end