7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/rekognition/model/Video.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/rekognition/model/NotificationChannel.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/rekognition/model/LabelDetectionSettings.h>
14#include <aws/rekognition/model/LabelDetectionFeatureName.h>
49 template<
typename V
ideoT = V
ideo>
50 void SetVideo(VideoT&& value) { m_videoHasBeenSet =
true; m_video = std::forward<VideoT>(value); }
51 template<
typename V
ideoT = V
ideo>
64 template<
typename ClientRequestTokenT = Aws::String>
65 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
66 template<
typename ClientRequestTokenT = Aws::String>
83 inline void SetMinConfidence(
double value) { m_minConfidenceHasBeenSet =
true; m_minConfidence = value; }
96 template<
typename NotificationChannelT = NotificationChannel>
97 void SetNotificationChannel(NotificationChannelT&& value) { m_notificationChannelHasBeenSet =
true; m_notificationChannel = std::forward<NotificationChannelT>(value); }
98 template<
typename NotificationChannelT = NotificationChannel>
111 template<
typename JobTagT = Aws::String>
112 void SetJobTag(JobTagT&& value) { m_jobTagHasBeenSet =
true; m_jobTag = std::forward<JobTagT>(value); }
113 template<
typename JobTagT = Aws::String>
124 template<
typename FeaturesT = Aws::Vector<LabelDetectionFeatureName>>
125 void SetFeatures(FeaturesT&& value) { m_featuresHasBeenSet =
true; m_features = std::forward<FeaturesT>(value); }
126 template<
typename FeaturesT = Aws::Vector<LabelDetectionFeatureName>>
139 template<
typename SettingsT = LabelDetectionSettings>
140 void SetSettings(SettingsT&& value) { m_settingsHasBeenSet =
true; m_settings = std::forward<SettingsT>(value); }
141 template<
typename SettingsT = LabelDetectionSettings>
147 bool m_videoHasBeenSet =
false;
150 bool m_clientRequestTokenHasBeenSet =
false;
152 double m_minConfidence{0.0};
153 bool m_minConfidenceHasBeenSet =
false;
155 NotificationChannel m_notificationChannel;
156 bool m_notificationChannelHasBeenSet =
false;
159 bool m_jobTagHasBeenSet =
false;
162 bool m_featuresHasBeenSet =
false;
164 LabelDetectionSettings m_settings;
165 bool m_settingsHasBeenSet =
false;
void SetFeatures(FeaturesT &&value)
StartLabelDetectionRequest & WithClientRequestToken(ClientRequestTokenT &&value)
StartLabelDetectionRequest & WithFeatures(FeaturesT &&value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetVideo(VideoT &&value)
void SetJobTag(JobTagT &&value)
AWS_REKOGNITION_API StartLabelDetectionRequest()=default
void SetNotificationChannel(NotificationChannelT &&value)
AWS_REKOGNITION_API Aws::String SerializePayload() const override
bool VideoHasBeenSet() const
bool SettingsHasBeenSet() const
StartLabelDetectionRequest & WithJobTag(JobTagT &&value)
const Aws::Vector< LabelDetectionFeatureName > & GetFeatures() const
bool FeaturesHasBeenSet() const
StartLabelDetectionRequest & WithSettings(SettingsT &&value)
const Aws::String & GetClientRequestToken() const
void SetSettings(SettingsT &&value)
const NotificationChannel & GetNotificationChannel() const
bool JobTagHasBeenSet() const
bool NotificationChannelHasBeenSet() const
bool MinConfidenceHasBeenSet() const
StartLabelDetectionRequest & AddFeatures(LabelDetectionFeatureName value)
StartLabelDetectionRequest & WithNotificationChannel(NotificationChannelT &&value)
void SetMinConfidence(double value)
const Aws::String & GetJobTag() const
void SetClientRequestToken(ClientRequestTokenT &&value)
bool ClientRequestTokenHasBeenSet() const
double GetMinConfidence() const
StartLabelDetectionRequest & WithMinConfidence(double value)
StartLabelDetectionRequest & WithVideo(VideoT &&value)
virtual const char * GetServiceRequestName() const override
const Video & GetVideo() const
const LabelDetectionSettings & GetSettings() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
LabelDetectionFeatureName
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector