Class: Aws::Rekognition::Types::Sunglasses
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::Sunglasses
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Overview
Indicates whether or not the face is wearing sunglasses, 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 sunglasses or not.
Instance Attribute Details
#confidence ⇒ Float
Level of confidence in the determination.
7769 7770 7771 7772 7773 7774 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7769 class Sunglasses < Struct.new( :value, :confidence) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Boolean
Boolean value that indicates whether the face is wearing sunglasses or not.
7769 7770 7771 7772 7773 7774 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7769 class Sunglasses < Struct.new( :value, :confidence) SENSITIVE = [] include Aws::Structure end |