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.
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 has mustache or not.