Class: Aws::Types::EquipmentDetection

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:



725
726
727
# File 'sig/types.rbs', line 725

def bounding_box
  @bounding_box
end

#confidence::Float

Returns the value of attribute confidence.

Returns:

  • (::Float)


726
727
728
# File 'sig/types.rbs', line 726

def confidence
  @confidence
end

#covers_body_partTypes::CoversBodyPart

Returns the value of attribute covers_body_part.



728
729
730
# File 'sig/types.rbs', line 728

def covers_body_part
  @covers_body_part
end

#type"FACE_COVER", ...

Returns the value of attribute type.

Returns:

  • ("FACE_COVER", "HAND_COVER", "HEAD_COVER")


727
728
729
# File 'sig/types.rbs', line 727

def type
  @type
end