7#include <aws/textract/Textract_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename CodeT = Aws::String>
51 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
52 template<
typename CodeT = Aws::String>
62 inline void SetConfidence(
double value) { m_confidenceHasBeenSet =
true; m_confidence = value; }
68 bool m_codeHasBeenSet =
false;
70 double m_confidence{0.0};
71 bool m_confidenceHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue