Class: Aws::Rekognition::Types::Eyeglasses
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::Eyeglasses
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Indicates whether or not the face is wearing eye glasses, 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 face is wearing eye glasses or not.
Instance Attribute Details
#confidence ⇒ Float
Level of confidence in the determination.
2846 2847 2848 2849 2850 2851 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2846 class Eyeglasses < Struct.new( :value, :confidence) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Boolean
Boolean value that indicates whether the face is wearing eye glasses or not.
2846 2847 2848 2849 2850 2851 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2846 class Eyeglasses < Struct.new( :value, :confidence) SENSITIVE = [] include Aws::Structure end |