7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/rekognition/Rekognition_EXPORTS.h>
10#include <aws/rekognition/model/Image.h>
11#include <aws/rekognition/model/QualityFilter.h>
16namespace Rekognition {
41 template <
typename CollectionIdT = Aws::String>
43 m_collectionIdHasBeenSet =
true;
44 m_collectionId = std::forward<CollectionIdT>(value);
46 template <
typename CollectionIdT = Aws::String>
64 template <
typename ImageT = Image>
66 m_imageHasBeenSet =
true;
67 m_image = std::forward<ImageT>(value);
69 template <
typename ImageT = Image>
71 SetImage(std::forward<ImageT>(value));
84 m_maxFacesHasBeenSet =
true;
102 m_faceMatchThresholdHasBeenSet =
true;
103 m_faceMatchThreshold = value;
128 m_qualityFilterHasBeenSet =
true;
129 m_qualityFilter = value;
138 bool m_collectionIdHasBeenSet =
false;
141 bool m_imageHasBeenSet =
false;
144 bool m_maxFacesHasBeenSet =
false;
146 double m_faceMatchThreshold{0.0};
147 bool m_faceMatchThresholdHasBeenSet =
false;
150 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