7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/rekognition/Rekognition_EXPORTS.h>
11#include <aws/rekognition/model/TextDetectionResult.h>
12#include <aws/rekognition/model/Video.h>
13#include <aws/rekognition/model/VideoJobStatus.h>
14#include <aws/rekognition/model/VideoMetadata.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace Rekognition {
41 m_jobStatusHasBeenSet =
true;
56 template <
typename StatusMessageT = Aws::String>
58 m_statusMessageHasBeenSet =
true;
59 m_statusMessage = std::forward<StatusMessageT>(value);
61 template <
typename StatusMessageT = Aws::String>
71 template <
typename V
ideoMetadataT = V
ideoMetadata>
73 m_videoMetadataHasBeenSet =
true;
74 m_videoMetadata = std::forward<VideoMetadataT>(value);
76 template <
typename V
ideoMetadataT = V
ideoMetadata>
90 template <
typename TextDetectionsT = Aws::Vector<TextDetectionResult>>
92 m_textDetectionsHasBeenSet =
true;
93 m_textDetections = std::forward<TextDetectionsT>(value);
95 template <
typename TextDetectionsT = Aws::Vector<TextDetectionResult>>
100 template <
typename TextDetectionsT = TextDetectionResult>
102 m_textDetectionsHasBeenSet =
true;
103 m_textDetections.emplace_back(std::forward<TextDetectionsT>(value));
114 template <
typename NextTokenT = Aws::String>
116 m_nextTokenHasBeenSet =
true;
117 m_nextToken = std::forward<NextTokenT>(value);
119 template <
typename NextTokenT = Aws::String>
131 template <
typename TextModelVersionT = Aws::String>
133 m_textModelVersionHasBeenSet =
true;
134 m_textModelVersion = std::forward<TextModelVersionT>(value);
136 template <
typename TextModelVersionT = Aws::String>
150 template <
typename JobIdT = Aws::String>
152 m_jobIdHasBeenSet =
true;
153 m_jobId = std::forward<JobIdT>(value);
155 template <
typename JobIdT = Aws::String>
157 SetJobId(std::forward<JobIdT>(value));
165 template <
typename V
ideoT = V
ideo>
167 m_videoHasBeenSet =
true;
168 m_video = std::forward<VideoT>(value);
170 template <
typename V
ideoT = V
ideo>
172 SetVideo(std::forward<VideoT>(value));
184 template <
typename JobTagT = Aws::String>
186 m_jobTagHasBeenSet =
true;
187 m_jobTag = std::forward<JobTagT>(value);
189 template <
typename JobTagT = Aws::String>
199 template <
typename RequestIdT = Aws::String>
201 m_requestIdHasBeenSet =
true;
202 m_requestId = std::forward<RequestIdT>(value);
204 template <
typename RequestIdT = Aws::String>
217 VideoMetadata m_videoMetadata;
233 bool m_jobStatusHasBeenSet =
false;
234 bool m_statusMessageHasBeenSet =
false;
235 bool m_videoMetadataHasBeenSet =
false;
236 bool m_textDetectionsHasBeenSet =
false;
237 bool m_nextTokenHasBeenSet =
false;
238 bool m_textModelVersionHasBeenSet =
false;
239 bool m_jobIdHasBeenSet =
false;
240 bool m_videoHasBeenSet =
false;
241 bool m_jobTagHasBeenSet =
false;
242 bool m_requestIdHasBeenSet =
false;
const VideoMetadata & GetVideoMetadata() const
GetTextDetectionResult & WithJobTag(JobTagT &&value)
const Aws::String & GetStatusMessage() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetNextToken() const
void SetJobTag(JobTagT &&value)
AWS_REKOGNITION_API GetTextDetectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_REKOGNITION_API GetTextDetectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetTextModelVersion() const
void SetVideoMetadata(VideoMetadataT &&value)
GetTextDetectionResult & WithTextDetections(TextDetectionsT &&value)
void SetStatusMessage(StatusMessageT &&value)
void SetTextModelVersion(TextModelVersionT &&value)
void SetJobId(JobIdT &&value)
const Aws::Vector< TextDetectionResult > & GetTextDetections() const
void SetRequestId(RequestIdT &&value)
GetTextDetectionResult & WithJobId(JobIdT &&value)
AWS_REKOGNITION_API GetTextDetectionResult()=default
GetTextDetectionResult & WithVideo(VideoT &&value)
void SetTextDetections(TextDetectionsT &&value)
GetTextDetectionResult & WithJobStatus(VideoJobStatus value)
void SetJobStatus(VideoJobStatus value)
VideoJobStatus GetJobStatus() const
GetTextDetectionResult & WithStatusMessage(StatusMessageT &&value)
void SetVideo(VideoT &&value)
const Aws::String & GetJobTag() const
GetTextDetectionResult & AddTextDetections(TextDetectionsT &&value)
GetTextDetectionResult & WithTextModelVersion(TextModelVersionT &&value)
const Aws::String & GetRequestId() const
GetTextDetectionResult & WithRequestId(RequestIdT &&value)
GetTextDetectionResult & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
const Video & GetVideo() const
GetTextDetectionResult & WithVideoMetadata(VideoMetadataT &&value)
const Aws::String & GetJobId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue