7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/BoundingBox.h>
19namespace Rekognition {
44 template <
typename BoundingBoxT = BoundingBox>
46 m_boundingBoxHasBeenSet =
true;
47 m_boundingBox = std::forward<BoundingBoxT>(value);
49 template <
typename BoundingBoxT = BoundingBox>
63 m_confidenceHasBeenSet =
true;
74 double m_confidence{0.0};
75 bool m_boundingBoxHasBeenSet =
false;
76 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