7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/ComparedFace.h>
50 inline void SetSimilarity(
double value) { m_similarityHasBeenSet =
true; m_similarity = value; }
61 template<
typename FaceT = ComparedFace>
62 void SetFace(FaceT&& value) { m_faceHasBeenSet =
true; m_face = std::forward<FaceT>(value); }
63 template<
typename FaceT = ComparedFace>
68 double m_similarity{0.0};
69 bool m_similarityHasBeenSet =
false;
72 bool m_faceHasBeenSet =
false;
AWS_REKOGNITION_API CompareFacesMatch()=default
void SetSimilarity(double value)
bool FaceHasBeenSet() const
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REKOGNITION_API CompareFacesMatch & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SimilarityHasBeenSet() const
CompareFacesMatch & WithFace(FaceT &&value)
double GetSimilarity() const
const ComparedFace & GetFace() const
AWS_REKOGNITION_API CompareFacesMatch(Aws::Utils::Json::JsonView jsonValue)
void SetFace(FaceT &&value)
CompareFacesMatch & WithSimilarity(double value)
Aws::Utils::Json::JsonValue JsonValue