7#include <aws/textract/Textract_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ValueT = Aws::String>
49 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
50 template<
typename ValueT = Aws::String>
60 inline void SetConfidence(
double value) { m_confidenceHasBeenSet =
true; m_confidence = value; }
66 bool m_valueHasBeenSet =
false;
68 double m_confidence{0.0};
69 bool m_confidenceHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue