7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/rekognition/model/Image.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/rekognition/model/DetectLabelsSettings.h>
12#include <aws/rekognition/model/DetectLabelsFeatureName.h>
51 inline void SetImage(
const Image& value) { m_imageHasBeenSet =
true; m_image = value; }
52 inline void SetImage(
Image&& value) { m_imageHasBeenSet =
true; m_image = std::move(value); }
66 inline void SetMaxLabels(
int value) { m_maxLabelsHasBeenSet =
true; m_maxLabels = value; }
81 inline void SetMinConfidence(
double value) { m_minConfidenceHasBeenSet =
true; m_minConfidence = value; }
122 bool m_imageHasBeenSet =
false;
125 bool m_maxLabelsHasBeenSet =
false;
127 double m_minConfidence;
128 bool m_minConfidenceHasBeenSet =
false;
131 bool m_featuresHasBeenSet =
false;
134 bool m_settingsHasBeenSet =
false;
void SetSettings(const DetectLabelsSettings &value)
void SetImage(Image &&value)
DetectLabelsRequest & WithImage(Image &&value)
void SetFeatures(const Aws::Vector< DetectLabelsFeatureName > &value)
DetectLabelsRequest & WithSettings(DetectLabelsSettings &&value)
bool MaxLabelsHasBeenSet() const
void SetSettings(DetectLabelsSettings &&value)
const Image & GetImage() const
void SetMaxLabels(int value)
virtual const char * GetServiceRequestName() const override
const DetectLabelsSettings & GetSettings() const
bool SettingsHasBeenSet() const
AWS_REKOGNITION_API DetectLabelsRequest()
bool MinConfidenceHasBeenSet() const
void SetMinConfidence(double value)
bool ImageHasBeenSet() const
DetectLabelsRequest & WithMinConfidence(double value)
double GetMinConfidence() const
DetectLabelsRequest & WithMaxLabels(int value)
bool FeaturesHasBeenSet() const
DetectLabelsRequest & WithImage(const Image &value)
DetectLabelsRequest & WithFeatures(Aws::Vector< DetectLabelsFeatureName > &&value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< DetectLabelsFeatureName > & GetFeatures() const
DetectLabelsRequest & AddFeatures(const DetectLabelsFeatureName &value)
AWS_REKOGNITION_API Aws::String SerializePayload() const override
DetectLabelsRequest & WithFeatures(const Aws::Vector< DetectLabelsFeatureName > &value)
DetectLabelsRequest & AddFeatures(DetectLabelsFeatureName &&value)
DetectLabelsRequest & WithSettings(const DetectLabelsSettings &value)
void SetFeatures(Aws::Vector< DetectLabelsFeatureName > &&value)
void SetImage(const Image &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector