7#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace TranscribeStreamingService
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); }
88 inline void SetContent(
const char* value) { m_contentHasBeenSet =
true; m_content.assign(value); }
103 inline void SetConfidence(
double value) { m_confidenceHasBeenSet =
true; m_confidence = value; }
109 bool m_startTimeHasBeenSet =
false;
112 bool m_endTimeHasBeenSet =
false;
115 bool m_categoryHasBeenSet =
false;
118 bool m_contentHasBeenSet =
false;
121 bool m_confidenceHasBeenSet =
false;
const Aws::String & GetContent() const
void SetCategory(Aws::String &&value)
double GetConfidence() const
MedicalEntity & WithContent(const char *value)
void SetConfidence(double value)
double GetStartTime() const
MedicalEntity & WithStartTime(double value)
void SetEndTime(double value)
bool EndTimeHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalEntity(Aws::Utils::Json::JsonView jsonValue)
void SetCategory(const char *value)
void SetContent(const Aws::String &value)
const Aws::String & GetCategory() const
bool CategoryHasBeenSet() const
MedicalEntity & WithContent(Aws::String &&value)
bool StartTimeHasBeenSet() const
void SetStartTime(double value)
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalEntity & operator=(Aws::Utils::Json::JsonView jsonValue)
MedicalEntity & WithCategory(Aws::String &&value)
void SetCategory(const Aws::String &value)
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalEntity()
MedicalEntity & WithContent(const Aws::String &value)
MedicalEntity & WithEndTime(double value)
MedicalEntity & WithCategory(const Aws::String &value)
MedicalEntity & WithConfidence(double value)
double GetEndTime() const
bool ConfidenceHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetContent(const char *value)
void SetContent(Aws::String &&value)
MedicalEntity & WithCategory(const char *value)
bool ContentHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue