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>
69 inline Geometry&
AddPolygon(
Point&& value) { m_polygonHasBeenSet =
true; m_polygon.push_back(std::move(value));
return *
this; }
74 bool m_boundingBoxHasBeenSet =
false;
77 bool m_polygonHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue