Class: Aws::Types::SearchUsersByImageResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#face_model_version::String

Returns the value of attribute face_model_version.

Returns:

  • (::String)


1662
1663
1664
# File 'sig/types.rbs', line 1662

def face_model_version
  @face_model_version
end

#searched_faceTypes::SearchedFaceDetails

Returns the value of attribute searched_face.



1663
1664
1665
# File 'sig/types.rbs', line 1663

def searched_face
  @searched_face
end

#unsearched_faces::Array[Types::UnsearchedFace]

Returns the value of attribute unsearched_faces.

Returns:



1664
1665
1666
# File 'sig/types.rbs', line 1664

def unsearched_faces
  @unsearched_faces
end

#user_matches::Array[Types::UserMatch]

Returns the value of attribute user_matches.

Returns:



1661
1662
1663
# File 'sig/types.rbs', line 1661

def user_matches
  @user_matches
end