Class: Aws::Rekognition::Types::Mustache
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::Mustache
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Indicates whether or not the face has a mustache, 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 face has mustache or not.
Instance Attribute Details
#confidence ⇒ Float
Level of confidence in the determination.
1186 1187 1188 1189 1190 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1186 class Mustache < Struct.new( :value, :confidence) include Aws::Structure end |
#value ⇒ Boolean
Boolean value that indicates whether the face has mustache or not.
1186 1187 1188 1189 1190 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1186 class Mustache < Struct.new( :value, :confidence) include Aws::Structure end |