Class: Aws::Rekognition::Types::MouthOpen
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::MouthOpen
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Indicates whether or not the mouth on the face is open, and the confidence level in the determination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#confidence ⇒ Float
Level of confidence in the determination.
-
#value ⇒ Boolean
Boolean value that indicates whether the mouth on the face is open or not.