/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about an item of Personal Protective Equipment covering a
* corresponding body part. For more information, see
* DetectProtectiveEquipment.See Also:
AWS
* API Reference
The confidence that Amazon Rekognition has in the value of
* Value
.
The confidence that Amazon Rekognition has in the value of
* Value
.
The confidence that Amazon Rekognition has in the value of
* Value
.
The confidence that Amazon Rekognition has in the value of
* Value
.
True if the PPE covers the corresponding body part, otherwise false.
*/ inline bool GetValue() const{ return m_value; } /** *True if the PPE covers the corresponding body part, otherwise false.
*/ inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; } /** *True if the PPE covers the corresponding body part, otherwise false.
*/ inline void SetValue(bool value) { m_valueHasBeenSet = true; m_value = value; } /** *True if the PPE covers the corresponding body part, otherwise false.
*/ inline CoversBodyPart& WithValue(bool value) { SetValue(value); return *this;} private: double m_confidence; bool m_confidenceHasBeenSet = false; bool m_value; bool m_valueHasBeenSet = false; }; } // namespace Model } // namespace Rekognition } // namespace Aws