7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetMinConfidence(
double value) { m_minConfidenceHasBeenSet =
true; m_minConfidence = value; }
59 template<
typename ProjectVersionT = Aws::String>
60 void SetProjectVersion(ProjectVersionT&& value) { m_projectVersionHasBeenSet =
true; m_projectVersion = std::forward<ProjectVersionT>(value); }
61 template<
typename ProjectVersionT = Aws::String>
66 double m_minConfidence{0.0};
67 bool m_minConfidenceHasBeenSet =
false;
70 bool m_projectVersionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue