Class: Aws::Rekognition::Types::Gender
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::Gender
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Gender of the face and the confidence level in the determination.
Instance Attribute Summary collapse
-
#confidence ⇒ Float
Level of confidence in the determination.
-
#value ⇒ String
Gender of the face.
Instance Attribute Details
#confidence ⇒ Float
Level of confidence in the determination.
811 812 813 814 815 |
# File 'lib/aws-sdk-rekognition/types.rb', line 811 class Gender < Struct.new( :value, :confidence) include Aws::Structure end |
#value ⇒ String
Gender of the face.
811 812 813 814 815 |
# File 'lib/aws-sdk-rekognition/types.rb', line 811 class Gender < Struct.new( :value, :confidence) include Aws::Structure end |