Class: Aws::Types::UnindexedFace

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#face_detailTypes::FaceDetail

Returns the value of attribute face_detail.

Returns:



2054
2055
2056
# File 'sig/types.rbs', line 2054

def face_detail
  @face_detail
end

#reasons::Array[("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[("EXCEEDS_MAX_FACES" | "EXTREME_POSE" | "LOW_BRIGHTNESS" | "LOW_SHARPNESS" | "LOW_CONFIDENCE" | "SMALL_BOUNDING_BOX" | "LOW_FACE_QUALITY")])


2053
2054
2055
# File 'sig/types.rbs', line 2053

def reasons
  @reasons
end