7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
19namespace TranscribeStreamingService {
32 AWS_TRANSCRIBESTREAMINGSERVICE_API
Entity() =
default;
45 m_startTimeHasBeenSet =
true;
62 m_endTimeHasBeenSet =
true;
78 template <
typename CategoryT = Aws::String>
80 m_categoryHasBeenSet =
true;
81 m_category = std::forward<CategoryT>(value);
83 template <
typename CategoryT = Aws::String>
97 template <
typename TypeT = Aws::String>
99 m_typeHasBeenSet =
true;
100 m_type = std::forward<TypeT>(value);
102 template <
typename TypeT = Aws::String>
104 SetType(std::forward<TypeT>(value));
115 template <
typename ContentT = Aws::String>
117 m_contentHasBeenSet =
true;
118 m_content = std::forward<ContentT>(value);
120 template <
typename ContentT = Aws::String>
137 m_confidenceHasBeenSet =
true;
138 m_confidence = value;
146 double m_startTime{0.0};
148 double m_endTime{0.0};
156 double m_confidence{0.0};
157 bool m_startTimeHasBeenSet =
false;
158 bool m_endTimeHasBeenSet =
false;
159 bool m_categoryHasBeenSet =
false;
160 bool m_typeHasBeenSet =
false;
161 bool m_contentHasBeenSet =
false;
162 bool m_confidenceHasBeenSet =
false;
void SetStartTime(double value)
const Aws::String & GetContent() const
bool EndTimeHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
Entity & WithEndTime(double value)
double GetStartTime() const
Entity & WithCategory(CategoryT &&value)
Entity & WithType(TypeT &&value)
void SetContent(ContentT &&value)
Entity & WithStartTime(double value)
bool CategoryHasBeenSet() const
bool ConfidenceHasBeenSet() const
double GetEndTime() const
bool StartTimeHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Entity & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConfidence(double value)
bool ContentHasBeenSet() const
const Aws::String & GetType() const
bool TypeHasBeenSet() const
Entity & WithContent(ContentT &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API Entity(Aws::Utils::Json::JsonView jsonValue)
double GetConfidence() const
void SetCategory(CategoryT &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API Entity()=default
void SetEndTime(double value)
const Aws::String & GetCategory() const
void SetType(TypeT &&value)
Entity & WithConfidence(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue