Class: Aws::Types::SearchFacesRequest

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)


1637
1638
1639
# File 'sig/types.rbs', line 1637

def collection_id
  @collection_id
end

#face_id::String

Returns the value of attribute face_id.

Returns:

  • (::String)


1638
1639
1640
# File 'sig/types.rbs', line 1638

def face_id
  @face_id
end

#face_match_threshold::Float

Returns the value of attribute face_match_threshold.

Returns:

  • (::Float)


1640
1641
1642
# File 'sig/types.rbs', line 1640

def face_match_threshold
  @face_match_threshold
end

#max_faces::Integer

Returns the value of attribute max_faces.

Returns:

  • (::Integer)


1639
1640
1641
# File 'sig/types.rbs', line 1639

def max_faces
  @max_faces
end