7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
9#include <aws/rekognition/model/VideoColorRange.h>
20namespace Rekognition {
43 template <
typename CodecT = Aws::String>
45 m_codecHasBeenSet =
true;
46 m_codec = std::forward<CodecT>(value);
48 template <
typename CodecT = Aws::String>
50 SetCodec(std::forward<CodecT>(value));
62 m_durationMillisHasBeenSet =
true;
63 m_durationMillis = value;
77 template <
typename FormatT = Aws::String>
79 m_formatHasBeenSet =
true;
80 m_format = std::forward<FormatT>(value);
82 template <
typename FormatT = Aws::String>
96 m_frameRateHasBeenSet =
true;
112 m_frameHeightHasBeenSet =
true;
113 m_frameHeight = value;
128 m_frameWidthHasBeenSet =
true;
129 m_frameWidth = value;
145 m_colorRangeHasBeenSet =
true;
146 m_colorRange = value;
156 long long m_durationMillis{0};
160 double m_frameRate{0.0};
162 long long m_frameHeight{0};
164 long long m_frameWidth{0};
167 bool m_codecHasBeenSet =
false;
168 bool m_durationMillisHasBeenSet =
false;
169 bool m_formatHasBeenSet =
false;
170 bool m_frameRateHasBeenSet =
false;
171 bool m_frameHeightHasBeenSet =
false;
172 bool m_frameWidthHasBeenSet =
false;
173 bool m_colorRangeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue