7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rekognition/model/Image.h>
11#include <aws/rekognition/model/QualityFilter.h>
45 template<
typename CollectionIdT = Aws::String>
46 void SetCollectionId(CollectionIdT&& value) { m_collectionIdHasBeenSet =
true; m_collectionId = std::forward<CollectionIdT>(value); }
47 template<
typename CollectionIdT = Aws::String>
62 template<
typename ImageT = Image>
63 void SetImage(ImageT&& value) { m_imageHasBeenSet =
true; m_image = std::forward<ImageT>(value); }
64 template<
typename ImageT = Image>
75 inline void SetMaxFaces(
int value) { m_maxFacesHasBeenSet =
true; m_maxFaces = value; }
87 inline void SetFaceMatchThreshold(
double value) { m_faceMatchThresholdHasBeenSet =
true; m_faceMatchThreshold = value; }
113 bool m_collectionIdHasBeenSet =
false;
116 bool m_imageHasBeenSet =
false;
119 bool m_maxFacesHasBeenSet =
false;
121 double m_faceMatchThreshold{0.0};
122 bool m_faceMatchThresholdHasBeenSet =
false;
125 bool m_qualityFilterHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool FaceMatchThresholdHasBeenSet() const
void SetQualityFilter(QualityFilter value)
const Aws::String & GetCollectionId() const
double GetFaceMatchThreshold() const
SearchFacesByImageRequest & WithFaceMatchThreshold(double value)
void SetFaceMatchThreshold(double value)
bool QualityFilterHasBeenSet() const
bool MaxFacesHasBeenSet() const
bool CollectionIdHasBeenSet() const
AWS_REKOGNITION_API SearchFacesByImageRequest()=default
void SetCollectionId(CollectionIdT &&value)
const Image & GetImage() const
QualityFilter GetQualityFilter() const
SearchFacesByImageRequest & WithCollectionId(CollectionIdT &&value)
SearchFacesByImageRequest & WithImage(ImageT &&value)
AWS_REKOGNITION_API Aws::String SerializePayload() const override
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
SearchFacesByImageRequest & WithMaxFaces(int value)
void SetImage(ImageT &&value)
void SetMaxFaces(int value)
SearchFacesByImageRequest & WithQualityFilter(QualityFilter value)
bool ImageHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String