Class: Aws::Types::UnsearchedFace

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#face_detailsTypes::FaceDetail

Returns the value of attribute face_details.

Returns:



2059
2060
2061
# File 'sig/types.rbs', line 2059

def face_details
  @face_details
end

#reasons::Array[("FACE_NOT_LARGEST" | "EXCEEDS_MAX_FACES" | "EXTREME_POSE" | "LOW_BRIGHTNESS" | "LOW_SHARPNESS" | "LOW_CONFIDENCE" | "SMALL_BOUNDING_BOX" | "LOW_FACE_QUALITY")]

Returns the value of attribute reasons.

Returns:

  • (::Array[("FACE_NOT_LARGEST" | "EXCEEDS_MAX_FACES" | "EXTREME_POSE" | "LOW_BRIGHTNESS" | "LOW_SHARPNESS" | "LOW_CONFIDENCE" | "SMALL_BOUNDING_BOX" | "LOW_FACE_QUALITY")])


2060
2061
2062
# File 'sig/types.rbs', line 2060

def reasons
  @reasons
end