7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/BoundingBox.h>
50 template<
typename BoundingBoxT = BoundingBox>
51 void SetBoundingBox(BoundingBoxT&& value) { m_boundingBoxHasBeenSet =
true; m_boundingBox = std::forward<BoundingBoxT>(value); }
52 template<
typename BoundingBoxT = BoundingBox>
62 inline void SetConfidence(
double value) { m_confidenceHasBeenSet =
true; m_confidence = value; }
68 bool m_boundingBoxHasBeenSet =
false;
70 double m_confidence{0.0};
71 bool m_confidenceHasBeenSet =
false;
const BoundingBox & GetBoundingBox() const
AWS_REKOGNITION_API ComparedSourceImageFace(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API ComparedSourceImageFace()=default
bool BoundingBoxHasBeenSet() const
void SetConfidence(double value)
ComparedSourceImageFace & WithConfidence(double value)
double GetConfidence() const
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBoundingBox(BoundingBoxT &&value)
ComparedSourceImageFace & WithBoundingBox(BoundingBoxT &&value)
bool ConfidenceHasBeenSet() const
AWS_REKOGNITION_API ComparedSourceImageFace & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue