7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rekognition/Rekognition_EXPORTS.h>
10#include <aws/rekognition/model/TextDetectionResult.h>
11#include <aws/rekognition/model/Video.h>
12#include <aws/rekognition/model/VideoJobStatus.h>
13#include <aws/rekognition/model/VideoMetadata.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace Rekognition {
40 m_jobStatusHasBeenSet =
true;
55 template <
typename StatusMessageT = Aws::String>
57 m_statusMessageHasBeenSet =
true;
58 m_statusMessage = std::forward<StatusMessageT>(value);
60 template <
typename StatusMessageT = Aws::String>
70 template <
typename V
ideoMetadataT = V
ideoMetadata>
72 m_videoMetadataHasBeenSet =
true;
73 m_videoMetadata = std::forward<VideoMetadataT>(value);
75 template <
typename V
ideoMetadataT = V
ideoMetadata>
89 template <
typename TextDetectionsT = Aws::Vector<TextDetectionResult>>
91 m_textDetectionsHasBeenSet =
true;
92 m_textDetections = std::forward<TextDetectionsT>(value);
94 template <
typename TextDetectionsT = Aws::Vector<TextDetectionResult>>
99 template <
typename TextDetectionsT = TextDetectionResult>
101 m_textDetectionsHasBeenSet =
true;
102 m_textDetections.emplace_back(std::forward<TextDetectionsT>(value));
113 template <
typename NextTokenT = Aws::String>
115 m_nextTokenHasBeenSet =
true;
116 m_nextToken = std::forward<NextTokenT>(value);
118 template <
typename NextTokenT = Aws::String>
130 template <
typename TextModelVersionT = Aws::String>
132 m_textModelVersionHasBeenSet =
true;
133 m_textModelVersion = std::forward<TextModelVersionT>(value);
135 template <
typename TextModelVersionT = Aws::String>
149 template <
typename JobIdT = Aws::String>
151 m_jobIdHasBeenSet =
true;
152 m_jobId = std::forward<JobIdT>(value);
154 template <
typename JobIdT = Aws::String>
156 SetJobId(std::forward<JobIdT>(value));
164 template <
typename V
ideoT = V
ideo>
166 m_videoHasBeenSet =
true;
167 m_video = std::forward<VideoT>(value);
169 template <
typename V
ideoT = V
ideo>
171 SetVideo(std::forward<VideoT>(value));
183 template <
typename JobTagT = Aws::String>
185 m_jobTagHasBeenSet =
true;
186 m_jobTag = std::forward<JobTagT>(value);
188 template <
typename JobTagT = Aws::String>
198 template <
typename RequestIdT = Aws::String>
200 m_requestIdHasBeenSet =
true;
201 m_requestId = std::forward<RequestIdT>(value);
203 template <
typename RequestIdT = Aws::String>
214 VideoMetadata m_videoMetadata;
229 bool m_jobStatusHasBeenSet =
false;
230 bool m_statusMessageHasBeenSet =
false;
231 bool m_videoMetadataHasBeenSet =
false;
232 bool m_textDetectionsHasBeenSet =
false;
233 bool m_nextTokenHasBeenSet =
false;
234 bool m_textModelVersionHasBeenSet =
false;
235 bool m_jobIdHasBeenSet =
false;
236 bool m_videoHasBeenSet =
false;
237 bool m_jobTagHasBeenSet =
false;
238 bool m_requestIdHasBeenSet =
false;
const VideoMetadata & GetVideoMetadata() const
GetTextDetectionResult & WithJobTag(JobTagT &&value)
const Aws::String & GetStatusMessage() 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