You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::ImageQuality

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Identifies face image brightness and sharpness.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#brightnessFloat

Value representing brightness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a brighter face image.

Returns:

  • (Float)

    Value representing brightness of the face.

#sharpnessFloat

Value representing sharpness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a sharper face image.

Returns:

  • (Float)

    Value representing sharpness of the face.