Class: Aws::Types::CompareFacesRequest
- Inherits:
-
Object
- Object
- Aws::Types::CompareFacesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#quality_filter ⇒ "NONE", ...
Returns the value of attribute quality_filter.
-
#similarity_threshold ⇒ ::Float
Returns the value of attribute similarity_threshold.
-
#source_image ⇒ Types::Image
Returns the value of attribute source_image.
-
#target_image ⇒ Types::Image
Returns the value of attribute target_image.
Instance Attribute Details
#quality_filter ⇒ "NONE", ...
Returns the value of attribute quality_filter.
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.
129 130 131 |
# File 'sig/types.rbs', line 129 def similarity_threshold @similarity_threshold end |
#source_image ⇒ Types::Image
Returns the value of attribute source_image.
127 128 129 |
# File 'sig/types.rbs', line 127 def source_image @source_image end |
#target_image ⇒ Types::Image
Returns the value of attribute target_image.
128 129 130 |
# File 'sig/types.rbs', line 128 def target_image @target_image end |