Interface ProtectiveEquipmentBodyPart.Builder

    • Method Detail

      • confidence

        ProtectiveEquipmentBodyPart.Builder confidence​(Float confidence)

        The confidence that Amazon Rekognition has in the detection accuracy of the detected body part.

        Parameters:
        confidence - The confidence that Amazon Rekognition has in the detection accuracy of the detected body part.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • equipmentDetections

        ProtectiveEquipmentBodyPart.Builder equipmentDetections​(Collection<EquipmentDetection> equipmentDetections)

        An array of Personal Protective Equipment items detected around a body part.

        Parameters:
        equipmentDetections - An array of Personal Protective Equipment items detected around a body part.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • equipmentDetections

        ProtectiveEquipmentBodyPart.Builder equipmentDetections​(EquipmentDetection... equipmentDetections)

        An array of Personal Protective Equipment items detected around a body part.

        Parameters:
        equipmentDetections - An array of Personal Protective Equipment items detected around a body part.
        Returns:
        Returns a reference to this object so that method calls can be chained together.