7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/textract/Textract_EXPORTS.h>
9#include <aws/textract/model/BoundingBox.h>
10#include <aws/textract/model/Point.h>
45 template <
typename BoundingBoxT = BoundingBox>
47 m_boundingBoxHasBeenSet =
true;
48 m_boundingBox = std::forward<BoundingBoxT>(value);
50 template <
typename BoundingBoxT = BoundingBox>
64 template <
typename PolygonT = Aws::Vector<Po
int>>
66 m_polygonHasBeenSet =
true;
67 m_polygon = std::forward<PolygonT>(value);
69 template <
typename PolygonT = Aws::Vector<Po
int>>
74 template <
typename PolygonT = Po
int>
76 m_polygonHasBeenSet =
true;
77 m_polygon.emplace_back(std::forward<PolygonT>(value));
89 m_rotationAngleHasBeenSet =
true;
90 m_rotationAngle = value;
102 double m_rotationAngle{0.0};
103 bool m_boundingBoxHasBeenSet =
false;
104 bool m_polygonHasBeenSet =
false;
105 bool m_rotationAngleHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue