Builder
Properties
Bounding box of the face. Default attribute.
Confidence level that the bounding box contains a face (and not a different object such as a tree). Default attribute.
The emotions that appear to be expressed on the face, and the confidence level in the determination. The API is only making a determination of the physical appearance of a person's face. It is not a determination of the person’s internal emotional state and should not be used in such a way. For example, a person pretending to have a sad face might not be sad emotionally.
Indicates the direction the eyes are gazing in, as defined by pitch and yaw.
Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.
FaceOccluded
should return "true" with a high confidence score if a detected face’s eyes, nose, and mouth are partially captured or if they are covered by masks, dark sunglasses, cell phones, hands, or other objects. FaceOccluded
should return "false" with a high confidence score if common occurrences that do not impact face verification are detected, such as eye glasses, lightly tinted sunglasses, strands of hair, and others.
Identifies image brightness and sharpness. Default attribute.
Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.
Functions
construct an aws.sdk.kotlin.services.rekognition.model.AgeRange inside the given block
construct an aws.sdk.kotlin.services.rekognition.model.Beard inside the given block
construct an aws.sdk.kotlin.services.rekognition.model.BoundingBox inside the given block
construct an aws.sdk.kotlin.services.rekognition.model.EyeDirection inside the given block
construct an aws.sdk.kotlin.services.rekognition.model.Eyeglasses inside the given block
construct an aws.sdk.kotlin.services.rekognition.model.EyeOpen inside the given block
construct an aws.sdk.kotlin.services.rekognition.model.FaceOccluded inside the given block
construct an aws.sdk.kotlin.services.rekognition.model.Gender inside the given block
construct an aws.sdk.kotlin.services.rekognition.model.MouthOpen inside the given block
construct an aws.sdk.kotlin.services.rekognition.model.Mustache inside the given block
construct an aws.sdk.kotlin.services.rekognition.model.Pose inside the given block
construct an aws.sdk.kotlin.services.rekognition.model.ImageQuality inside the given block
construct an aws.sdk.kotlin.services.rekognition.model.Smile inside the given block
construct an aws.sdk.kotlin.services.rekognition.model.Sunglasses inside the given block