Class: Aws::Types::IndexFacesResponse

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)


1127
1128
1129
# File 'sig/types.rbs', line 1127

def face_model_version
  @face_model_version
end

#face_records::Array[Types::FaceRecord]

Returns the value of attribute face_records.

Returns:



1125
1126
1127
# File 'sig/types.rbs', line 1125

def face_records
  @face_records
end

#orientation_correction"ROTATE_0", ...

Returns the value of attribute orientation_correction.

Returns:

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


1126
1127
1128
# File 'sig/types.rbs', line 1126

def orientation_correction
  @orientation_correction
end

#unindexed_faces::Array[Types::UnindexedFace]

Returns the value of attribute unindexed_faces.

Returns:



1128
1129
1130
# File 'sig/types.rbs', line 1128

def unindexed_faces
  @unindexed_faces
end