7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/textract/Textract_EXPORTS.h>
9#include <aws/textract/model/Geometry.h>
42 template <
typename TextT = Aws::String>
44 m_textHasBeenSet =
true;
45 m_text = std::forward<TextT>(value);
47 template <
typename TextT = Aws::String>
49 SetText(std::forward<TextT>(value));
58 template <
typename GeometryT = Geometry>
60 m_geometryHasBeenSet =
true;
61 m_geometry = std::forward<GeometryT>(value);
63 template <
typename GeometryT = Geometry>
77 m_confidenceHasBeenSet =
true;
90 double m_confidence{0.0};
91 bool m_textHasBeenSet =
false;
92 bool m_geometryHasBeenSet =
false;
93 bool m_confidenceHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue