Class: Aws::Types::RecognizeCelebritiesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#celebrity_faces::Array[Types::Celebrity]

Returns the value of attribute celebrity_faces.

Returns:



1582
1583
1584
# File 'sig/types.rbs', line 1582

def celebrity_faces
  @celebrity_faces
end

#orientation_correction"ROTATE_0", ...

Returns the value of attribute orientation_correction.

Returns:

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


1584
1585
1586
# File 'sig/types.rbs', line 1584

def orientation_correction
  @orientation_correction
end

#unrecognized_faces::Array[Types::ComparedFace]

Returns the value of attribute unrecognized_faces.

Returns:



1583
1584
1585
# File 'sig/types.rbs', line 1583

def unrecognized_faces
  @unrecognized_faces
end