Class: Aws::Types::Face

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:



759
760
761
# File 'sig/types.rbs', line 759

def bounding_box
  @bounding_box
end

#confidence::Float

Returns the value of attribute confidence.

Returns:

  • (::Float)


762
763
764
# File 'sig/types.rbs', line 762

def confidence
  @confidence
end

#external_image_id::String

Returns the value of attribute external_image_id.

Returns:

  • (::String)


761
762
763
# File 'sig/types.rbs', line 761

def external_image_id
  @external_image_id
end

#face_id::String

Returns the value of attribute face_id.

Returns:

  • (::String)


758
759
760
# File 'sig/types.rbs', line 758

def face_id
  @face_id
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


760
761
762
# File 'sig/types.rbs', line 760

def image_id
  @image_id
end

#index_faces_model_version::String

Returns the value of attribute index_faces_model_version.

Returns:

  • (::String)


763
764
765
# File 'sig/types.rbs', line 763

def index_faces_model_version
  @index_faces_model_version
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def user_id
  @user_id
end