7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
9#include <aws/rekognition/model/Geometry.h>
10#include <aws/rekognition/model/TextTypes.h>
21namespace Rekognition {
49 template <
typename DetectedTextT = Aws::String>
51 m_detectedTextHasBeenSet =
true;
52 m_detectedText = std::forward<DetectedTextT>(value);
54 template <
typename DetectedTextT = Aws::String>
68 m_typeHasBeenSet =
true;
82 inline int GetId()
const {
return m_id; }
85 m_idHasBeenSet =
true;
103 m_parentIdHasBeenSet =
true;
120 m_confidenceHasBeenSet =
true;
121 m_confidence = value;
137 template <
typename GeometryT = Geometry>
139 m_geometryHasBeenSet =
true;
140 m_geometry = std::forward<GeometryT>(value);
142 template <
typename GeometryT = Geometry>
157 double m_confidence{0.0};
160 bool m_detectedTextHasBeenSet =
false;
161 bool m_typeHasBeenSet =
false;
162 bool m_idHasBeenSet =
false;
163 bool m_parentIdHasBeenSet =
false;
164 bool m_confidenceHasBeenSet =
false;
165 bool m_geometryHasBeenSet =
false;
bool DetectedTextHasBeenSet() const
bool GeometryHasBeenSet() const
void SetParentId(int value)
bool TypeHasBeenSet() const
bool IdHasBeenSet() const
bool ConfidenceHasBeenSet() const
void SetConfidence(double value)
TextDetection & WithConfidence(double value)
const Geometry & GetGeometry() const
TextTypes GetType() const
void SetGeometry(GeometryT &&value)
TextDetection & WithId(int value)
TextDetection & WithGeometry(GeometryT &&value)
double GetConfidence() const
TextDetection & WithParentId(int value)
TextDetection & WithDetectedText(DetectedTextT &&value)
void SetDetectedText(DetectedTextT &&value)
AWS_REKOGNITION_API TextDetection()=default
AWS_REKOGNITION_API TextDetection & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ParentIdHasBeenSet() const
AWS_REKOGNITION_API TextDetection(Aws::Utils::Json::JsonView jsonValue)
void SetType(TextTypes value)
TextDetection & WithType(TextTypes value)
const Aws::String & GetDetectedText() const
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue