7#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace TranscribeStreamingService
49 inline void SetStartTime(
double value) { m_startTimeHasBeenSet =
true; m_startTime = value; }
59 inline void SetEndTime(
double value) { m_endTimeHasBeenSet =
true; m_endTime = value; }
70 template<
typename CategoryT = Aws::String>
71 void SetCategory(CategoryT&& value) { m_categoryHasBeenSet =
true; m_category = std::forward<CategoryT>(value); }
72 template<
typename CategoryT = Aws::String>
82 template<
typename ContentT = Aws::String>
83 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
84 template<
typename ContentT = Aws::String>
97 inline void SetConfidence(
double value) { m_confidenceHasBeenSet =
true; m_confidence = value; }
102 double m_startTime{0.0};
103 bool m_startTimeHasBeenSet =
false;
105 double m_endTime{0.0};
106 bool m_endTimeHasBeenSet =
false;
109 bool m_categoryHasBeenSet =
false;
112 bool m_contentHasBeenSet =
false;
114 double m_confidence{0.0};
115 bool m_confidenceHasBeenSet =
false;
const Aws::String & GetContent() const
double GetConfidence() const
void SetContent(ContentT &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalEntity()=default
void SetCategory(CategoryT &&value)
void SetConfidence(double value)
double GetStartTime() const
MedicalEntity & WithStartTime(double value)
void SetEndTime(double value)
MedicalEntity & WithCategory(CategoryT &&value)
bool EndTimeHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalEntity(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCategory() const
bool CategoryHasBeenSet() const
bool StartTimeHasBeenSet() const
void SetStartTime(double value)
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalEntity & operator=(Aws::Utils::Json::JsonView jsonValue)
MedicalEntity & WithEndTime(double value)
MedicalEntity & WithConfidence(double value)
double GetEndTime() const
MedicalEntity & WithContent(ContentT &&value)
bool ConfidenceHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ContentHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue