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.
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.
Instance Attribute Details
#confidence ⇒ Float
Level of confidence in the determination.
1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1169 class MouthOpen < Struct.new( :value, :confidence) include Aws::Structure end |
#value ⇒ Boolean
Boolean value that indicates whether the mouth on the face is open or not.
1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1169 class MouthOpen < Struct.new( :value, :confidence) include Aws::Structure end |