7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/textract/Textract_EXPORTS.h>
9#include <aws/textract/model/Geometry.h>
10#include <aws/textract/model/SelectionStatus.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));
62 m_selectionStatusHasBeenSet =
true;
63 m_selectionStatus = value;
75 template <
typename GeometryT = Geometry>
77 m_geometryHasBeenSet =
true;
78 m_geometry = std::forward<GeometryT>(value);
80 template <
typename GeometryT = Geometry>
95 m_confidenceHasBeenSet =
true;
110 double m_confidence{0.0};
111 bool m_textHasBeenSet =
false;
112 bool m_selectionStatusHasBeenSet =
false;
113 bool m_geometryHasBeenSet =
false;
114 bool m_confidenceHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue