Class: Aws::Rekognition::Types::Mustache

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/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

Instance Attribute Details

#confidenceFloat

Level of confidence in the determination.

Returns:

  • (Float)


5565
5566
5567
5568
5569
5570
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5565

class Mustache < Struct.new(
  :value,
  :confidence)
  SENSITIVE = []
  include Aws::Structure
end

#valueBoolean

Boolean value that indicates whether the face has mustache or not.

Returns:

  • (Boolean)


5565
5566
5567
5568
5569
5570
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5565

class Mustache < Struct.new(
  :value,
  :confidence)
  SENSITIVE = []
  include Aws::Structure
end