Class: Aws::Types::CompareFacesMatch

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#faceTypes::ComparedFace

Returns the value of attribute face.

Returns:



122
123
124
# File 'sig/types.rbs', line 122

def face
  @face
end

#similarity::Float

Returns the value of attribute similarity.

Returns:

  • (::Float)


121
122
123
# File 'sig/types.rbs', line 121

def similarity
  @similarity
end