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

Class: Aws::Rekognition::Types::MouthOpen

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

Overview

Indicates whether or not the mouth on the face is open, and the confidence level in the determination.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#confidenceFloat

Level of confidence in the determination.

Returns:

  • (Float)

    Level of confidence in the determination.

#valueBoolean

Boolean value that indicates whether the mouth on the face is open or not.

Returns:

  • (Boolean)

    Boolean value that indicates whether the mouth on the face is open or not.