7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/VideoJobStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rekognition/model/VideoMetadata.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/rekognition/model/Video.h>
13#include <aws/rekognition/model/TextDetectionResult.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
55 template<
typename StatusMessageT = Aws::String>
56 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
57 template<
typename StatusMessageT = Aws::String>
64 template<
typename V
ideoMetadataT = V
ideoMetadata>
65 void SetVideoMetadata(VideoMetadataT&& value) { m_videoMetadataHasBeenSet =
true; m_videoMetadata = std::forward<VideoMetadataT>(value); }
66 template<
typename V
ideoMetadataT = V
ideoMetadata>
77 template<
typename TextDetectionsT = Aws::Vector<TextDetectionResult>>
78 void SetTextDetections(TextDetectionsT&& value) { m_textDetectionsHasBeenSet =
true; m_textDetections = std::forward<TextDetectionsT>(value); }
79 template<
typename TextDetectionsT = Aws::Vector<TextDetectionResult>>
81 template<
typename TextDetectionsT = TextDetectionResult>
91 template<
typename NextTokenT = Aws::String>
92 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
93 template<
typename NextTokenT = Aws::String>
102 template<
typename TextModelVersionT = Aws::String>
103 void SetTextModelVersion(TextModelVersionT&& value) { m_textModelVersionHasBeenSet =
true; m_textModelVersion = std::forward<TextModelVersionT>(value); }
104 template<
typename TextModelVersionT = Aws::String>
115 template<
typename JobIdT = Aws::String>
116 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
117 template<
typename JobIdT = Aws::String>
124 template<
typename V
ideoT = V
ideo>
125 void SetVideo(VideoT&& value) { m_videoHasBeenSet =
true; m_video = std::forward<VideoT>(value); }
126 template<
typename V
ideoT = V
ideo>
137 template<
typename JobTagT = Aws::String>
138 void SetJobTag(JobTagT&& value) { m_jobTagHasBeenSet =
true; m_jobTag = std::forward<JobTagT>(value); }
139 template<
typename JobTagT = Aws::String>
146 template<
typename RequestIdT = Aws::String>
147 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
148 template<
typename RequestIdT = Aws::String>
154 bool m_jobStatusHasBeenSet =
false;
157 bool m_statusMessageHasBeenSet =
false;
159 VideoMetadata m_videoMetadata;
160 bool m_videoMetadataHasBeenSet =
false;
163 bool m_textDetectionsHasBeenSet =
false;
166 bool m_nextTokenHasBeenSet =
false;
169 bool m_textModelVersionHasBeenSet =
false;
172 bool m_jobIdHasBeenSet =
false;
175 bool m_videoHasBeenSet =
false;
178 bool m_jobTagHasBeenSet =
false;
181 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