7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
19namespace TranscribeStreamingService {
44 m_startTimeHasBeenSet =
true;
60 m_endTimeHasBeenSet =
true;
76 template <
typename CategoryT = Aws::String>
78 m_categoryHasBeenSet =
true;
79 m_category = std::forward<CategoryT>(value);
81 template <
typename CategoryT = Aws::String>
94 template <
typename ContentT = Aws::String>
96 m_contentHasBeenSet =
true;
97 m_content = std::forward<ContentT>(value);
99 template <
typename ContentT = Aws::String>
116 m_confidenceHasBeenSet =
true;
117 m_confidence = value;
125 double m_startTime{0.0};
127 double m_endTime{0.0};
133 double m_confidence{0.0};
134 bool m_startTimeHasBeenSet =
false;
135 bool m_endTimeHasBeenSet =
false;
136 bool m_categoryHasBeenSet =
false;
137 bool m_contentHasBeenSet =
false;
138 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