Class: Aws::Types::SearchFacesByImageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collection_id::String

Returns the value of attribute collection_id.

Returns:

  • (::String)


1620
1621
1622
# File 'sig/types.rbs', line 1620

def collection_id
  @collection_id
end

#face_match_threshold::Float

Returns the value of attribute face_match_threshold.

Returns:

  • (::Float)


1623
1624
1625
# File 'sig/types.rbs', line 1623

def face_match_threshold
  @face_match_threshold
end

#imageTypes::Image

Returns the value of attribute image.

Returns:



1621
1622
1623
# File 'sig/types.rbs', line 1621

def image
  @image
end

#max_faces::Integer

Returns the value of attribute max_faces.

Returns:

  • (::Integer)


1622
1623
1624
# File 'sig/types.rbs', line 1622

def max_faces
  @max_faces
end

#quality_filter"NONE", ...

Returns the value of attribute quality_filter.

Returns:

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


1624
1625
1626
# File 'sig/types.rbs', line 1624

def quality_filter
  @quality_filter
end