Class: Aws::Types::SearchFacesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#face_matches::Array[Types::FaceMatch]

Returns the value of attribute face_matches.

Returns:



1646
1647
1648
# File 'sig/types.rbs', line 1646

def face_matches
  @face_matches
end

#face_model_version::String

Returns the value of attribute face_model_version.

Returns:

  • (::String)


1647
1648
1649
# File 'sig/types.rbs', line 1647

def face_model_version
  @face_model_version
end

#searched_face_id::String

Returns the value of attribute searched_face_id.

Returns:

  • (::String)


1645
1646
1647
# File 'sig/types.rbs', line 1645

def searched_face_id
  @searched_face_id
end