Class: Aws::Types::CompareFacesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#quality_filter"NONE", ...

Returns the value of attribute quality_filter.

Returns:

  • ("NONE", "AUTO", "LOW", "MEDIUM", "HIGH")


130
131
132
# File 'sig/types.rbs', line 130

def quality_filter
  @quality_filter
end

#similarity_threshold::Float

Returns the value of attribute similarity_threshold.

Returns:

  • (::Float)


129
130
131
# File 'sig/types.rbs', line 129

def similarity_threshold
  @similarity_threshold
end

#source_imageTypes::Image

Returns the value of attribute source_image.

Returns:



127
128
129
# File 'sig/types.rbs', line 127

def source_image
  @source_image
end

#target_imageTypes::Image

Returns the value of attribute target_image.

Returns:



128
129
130
# File 'sig/types.rbs', line 128

def target_image
  @target_image
end