7#include <aws/textract/Textract_EXPORTS.h>
8#include <aws/textract/model/BoundingBox.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/textract/model/Point.h>
51 template<
typename BoundingBoxT = BoundingBox>
52 void SetBoundingBox(BoundingBoxT&& value) { m_boundingBoxHasBeenSet =
true; m_boundingBox = std::forward<BoundingBoxT>(value); }
53 template<
typename BoundingBoxT = BoundingBox>
64 template<
typename PolygonT = Aws::Vector<Po
int>>
65 void SetPolygon(PolygonT&& value) { m_polygonHasBeenSet =
true; m_polygon = std::forward<PolygonT>(value); }
66 template<
typename PolygonT = Aws::Vector<Po
int>>
68 template<
typename PolygonT = Po
int>
69 Geometry&
AddPolygon(PolygonT&& value) { m_polygonHasBeenSet =
true; m_polygon.emplace_back(std::forward<PolygonT>(value));
return *
this; }
78 inline void SetRotationAngle(
double value) { m_rotationAngleHasBeenSet =
true; m_rotationAngle = value; }
84 bool m_boundingBoxHasBeenSet =
false;
87 bool m_polygonHasBeenSet =
false;
89 double m_rotationAngle{0.0};
90 bool m_rotationAngleHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue