7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rekognition/model/TextTypes.h>
10#include <aws/rekognition/model/Geometry.h>
57 inline void SetDetectedText(
const char* value) { m_detectedTextHasBeenSet =
true; m_detectedText.assign(value); }
69 inline void SetType(
const TextTypes& value) { m_typeHasBeenSet =
true; m_type = value; }
70 inline void SetType(
TextTypes&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
80 inline int GetId()
const{
return m_id; }
82 inline void SetId(
int value) { m_idHasBeenSet =
true; m_id = value; }
94 inline void SetParentId(
int value) { m_parentIdHasBeenSet =
true; m_parentId = value; }
105 inline void SetConfidence(
double value) { m_confidenceHasBeenSet =
true; m_confidence = value; }
125 bool m_detectedTextHasBeenSet =
false;
128 bool m_typeHasBeenSet =
false;
131 bool m_idHasBeenSet =
false;
134 bool m_parentIdHasBeenSet =
false;
137 bool m_confidenceHasBeenSet =
false;
140 bool m_geometryHasBeenSet =
false;
bool DetectedTextHasBeenSet() const
bool GeometryHasBeenSet() const
TextDetection & WithDetectedText(Aws::String &&value)
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
const TextTypes & GetType() const
TextDetection & WithDetectedText(const Aws::String &value)
TextDetection & WithId(int value)
TextDetection & WithType(const TextTypes &value)
double GetConfidence() const
TextDetection & WithParentId(int value)
TextDetection & WithGeometry(Geometry &&value)
TextDetection & WithDetectedText(const char *value)
TextDetection & WithType(TextTypes &&value)
AWS_REKOGNITION_API TextDetection & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ParentIdHasBeenSet() const
void SetType(TextTypes &&value)
void SetDetectedText(const char *value)
void SetType(const TextTypes &value)
AWS_REKOGNITION_API TextDetection(Aws::Utils::Json::JsonView jsonValue)
void SetDetectedText(const Aws::String &value)
void SetGeometry(Geometry &&value)
void SetDetectedText(Aws::String &&value)
AWS_REKOGNITION_API TextDetection()
const Aws::String & GetDetectedText() const
void SetGeometry(const Geometry &value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
TextDetection & WithGeometry(const Geometry &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue