7#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace TranscribeStreamingService
37 AWS_TRANSCRIBESTREAMINGSERVICE_API
Entity();
50 inline void SetStartTime(
double value) { m_startTimeHasBeenSet =
true; m_startTime = value; }
61 inline void SetEndTime(
double value) { m_endTimeHasBeenSet =
true; m_endTime = value; }
74 inline void SetCategory(
const char* value) { m_categoryHasBeenSet =
true; m_category.assign(value); }
89 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
103 inline void SetContent(
const char* value) { m_contentHasBeenSet =
true; m_content.assign(value); }
118 inline void SetConfidence(
double value) { m_confidenceHasBeenSet =
true; m_confidence = value; }
124 bool m_startTimeHasBeenSet =
false;
127 bool m_endTimeHasBeenSet =
false;
130 bool m_categoryHasBeenSet =
false;
133 bool m_typeHasBeenSet =
false;
136 bool m_contentHasBeenSet =
false;
139 bool m_confidenceHasBeenSet =
false;
void SetStartTime(double value)
Entity & WithType(Aws::String &&value)
const Aws::String & GetContent() const
bool EndTimeHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Entity()
Entity & WithEndTime(double value)
double GetStartTime() const
Entity & WithType(const Aws::String &value)
Entity & WithStartTime(double value)
void SetType(Aws::String &&value)
Entity & WithContent(const Aws::String &value)
bool CategoryHasBeenSet() const
void SetContent(const char *value)
void SetType(const Aws::String &value)
bool ConfidenceHasBeenSet() const
double GetEndTime() const
bool StartTimeHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Entity & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConfidence(double value)
Entity & WithContent(Aws::String &&value)
bool ContentHasBeenSet() const
Entity & WithContent(const char *value)
void SetContent(Aws::String &&value)
const Aws::String & GetType() const
Entity & WithCategory(Aws::String &&value)
bool TypeHasBeenSet() const
void SetContent(const Aws::String &value)
AWS_TRANSCRIBESTREAMINGSERVICE_API Entity(Aws::Utils::Json::JsonView jsonValue)
double GetConfidence() const
void SetType(const char *value)
void SetCategory(const char *value)
Entity & WithCategory(const char *value)
Entity & WithCategory(const Aws::String &value)
void SetCategory(const Aws::String &value)
void SetEndTime(double value)
const Aws::String & GetCategory() const
Entity & WithType(const char *value)
Entity & WithConfidence(double value)
void SetCategory(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue