Class: Aws::Types::FaceDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#age_rangeTypes::AgeRange

Returns the value of attribute age_range.

Returns:



770
771
772
# File 'sig/types.rbs', line 770

def age_range
  @age_range
end

#beardTypes::Beard

Returns the value of attribute beard.

Returns:



775
776
777
# File 'sig/types.rbs', line 775

def beard
  @beard
end

#bounding_boxTypes::BoundingBox

Returns the value of attribute bounding_box.

Returns:



769
770
771
# File 'sig/types.rbs', line 769

def bounding_box
  @bounding_box
end

#confidence::Float

Returns the value of attribute confidence.

Returns:

  • (::Float)


783
784
785
# File 'sig/types.rbs', line 783

def confidence
  @confidence
end

#emotions::Array[Types::Emotion]

Returns the value of attribute emotions.

Returns:



779
780
781
# File 'sig/types.rbs', line 779

def emotions
  @emotions
end

#eye_directionTypes::EyeDirection

Returns the value of attribute eye_direction.

Returns:



785
786
787
# File 'sig/types.rbs', line 785

def eye_direction
  @eye_direction
end

#eyeglassesTypes::Eyeglasses

Returns the value of attribute eyeglasses.

Returns:



772
773
774
# File 'sig/types.rbs', line 772

def eyeglasses
  @eyeglasses
end

#eyes_openTypes::EyeOpen

Returns the value of attribute eyes_open.

Returns:



777
778
779
# File 'sig/types.rbs', line 777

def eyes_open
  @eyes_open
end

#face_occludedTypes::FaceOccluded

Returns the value of attribute face_occluded.

Returns:



784
785
786
# File 'sig/types.rbs', line 784

def face_occluded
  @face_occluded
end

#genderTypes::Gender

Returns the value of attribute gender.

Returns:



774
775
776
# File 'sig/types.rbs', line 774

def gender
  @gender
end

#landmarks::Array[Types::Landmark]

Returns the value of attribute landmarks.

Returns:



780
781
782
# File 'sig/types.rbs', line 780

def landmarks
  @landmarks
end

#mouth_openTypes::MouthOpen

Returns the value of attribute mouth_open.

Returns:



778
779
780
# File 'sig/types.rbs', line 778

def mouth_open
  @mouth_open
end

#mustacheTypes::Mustache

Returns the value of attribute mustache.

Returns:



776
777
778
# File 'sig/types.rbs', line 776

def mustache
  @mustache
end

#poseTypes::Pose

Returns the value of attribute pose.

Returns:



781
782
783
# File 'sig/types.rbs', line 781

def pose
  @pose
end

#qualityTypes::ImageQuality

Returns the value of attribute quality.

Returns:



782
783
784
# File 'sig/types.rbs', line 782

def quality
  @quality
end

#smileTypes::Smile

Returns the value of attribute smile.

Returns:



771
772
773
# File 'sig/types.rbs', line 771

def smile
  @smile
end

#sunglassesTypes::Sunglasses

Returns the value of attribute sunglasses.

Returns:



773
774
775
# File 'sig/types.rbs', line 773

def sunglasses
  @sunglasses
end