Home
last modified time | relevance | path

Searched refs:m_textDetection (Results 1 – 2 of 2) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rekognition/include/aws/rekognition/model/
H A DTextDetectionResult.h70 inline const TextDetection& GetTextDetection() const{ return m_textDetection; } in GetTextDetection()
80 …etection(const TextDetection& value) { m_textDetectionHasBeenSet = true; m_textDetection = value; } in SetTextDetection()
85 …Detection(TextDetection&& value) { m_textDetectionHasBeenSet = true; m_textDetection = std::move(v… in SetTextDetection()
102 TextDetection m_textDetection; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rekognition/source/model/
H A DTextDetectionResult.cpp47 m_textDetection = jsonValue.GetObject("TextDetection"); in operator =()
67 payload.WithObject("TextDetection", m_textDetection.Jsonize()); in Jsonize()