Class: Aws::Types::CelebrityDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bounding_boxTypes::BoundingBox

Returns the value of attribute bounding_box.

Returns:



96
97
98
# File 'sig/types.rbs', line 96

def bounding_box
  @bounding_box
end

#confidence::Float

Returns the value of attribute confidence.

Returns:

  • (::Float)


95
96
97
# File 'sig/types.rbs', line 95

def confidence
  @confidence
end

#faceTypes::FaceDetail

Returns the value of attribute face.

Returns:



97
98
99
# File 'sig/types.rbs', line 97

def face
  @face
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def id
  @id
end

#known_genderTypes::KnownGender

Returns the value of attribute known_gender.

Returns:



98
99
100
# File 'sig/types.rbs', line 98

def known_gender
  @known_gender
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def name
  @name
end

#urls::Array[::String]

Returns the value of attribute urls.

Returns:

  • (::Array[::String])


92
93
94
# File 'sig/types.rbs', line 92

def urls
  @urls
end