Class: Aws::Types::CompareFacesResponse

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::CompareFacesMatch]

Returns the value of attribute face_matches.

Returns:



136
137
138
# File 'sig/types.rbs', line 136

def face_matches
  @face_matches
end

#source_image_faceTypes::ComparedSourceImageFace

Returns the value of attribute source_image_face.



135
136
137
# File 'sig/types.rbs', line 135

def source_image_face
  @source_image_face
end

#source_image_orientation_correction"ROTATE_0", ...

Returns the value of attribute source_image_orientation_correction.

Returns:

  • ("ROTATE_0", "ROTATE_90", "ROTATE_180", "ROTATE_270")


138
139
140
# File 'sig/types.rbs', line 138

def source_image_orientation_correction
  @source_image_orientation_correction
end

#target_image_orientation_correction"ROTATE_0", ...

Returns the value of attribute target_image_orientation_correction.

Returns:

  • ("ROTATE_0", "ROTATE_90", "ROTATE_180", "ROTATE_270")


139
140
141
# File 'sig/types.rbs', line 139

def target_image_orientation_correction
  @target_image_orientation_correction
end

#unmatched_faces::Array[Types::ComparedFace]

Returns the value of attribute unmatched_faces.

Returns:



137
138
139
# File 'sig/types.rbs', line 137

def unmatched_faces
  @unmatched_faces
end