7#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
8#include <aws/transcribestreaming/model/ItemType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace 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; }
80 template<
typename ContentT = Aws::String>
81 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
82 template<
typename ContentT = Aws::String>
95 inline void SetConfidence(
double value) { m_confidenceHasBeenSet =
true; m_confidence = value; }
106 template<
typename SpeakerT = Aws::String>
107 void SetSpeaker(SpeakerT&& value) { m_speakerHasBeenSet =
true; m_speaker = std::forward<SpeakerT>(value); }
108 template<
typename SpeakerT = Aws::String>
113 double m_startTime{0.0};
114 bool m_startTimeHasBeenSet =
false;
116 double m_endTime{0.0};
117 bool m_endTimeHasBeenSet =
false;
120 bool m_typeHasBeenSet =
false;
123 bool m_contentHasBeenSet =
false;
125 double m_confidence{0.0};
126 bool m_confidenceHasBeenSet =
false;
129 bool m_speakerHasBeenSet =
false;
bool TypeHasBeenSet() const
void SetConfidence(double value)
const Aws::String & GetSpeaker() const
MedicalItem & WithContent(ContentT &&value)
MedicalItem & WithType(ItemType value)
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalItem(Aws::Utils::Json::JsonView jsonValue)
void SetContent(ContentT &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool SpeakerHasBeenSet() const
double GetEndTime() const
bool ContentHasBeenSet() const
MedicalItem & WithEndTime(double value)
MedicalItem & WithConfidence(double value)
void SetEndTime(double value)
bool ConfidenceHasBeenSet() const
const Aws::String & GetContent() const
void SetType(ItemType value)
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalItem & operator=(Aws::Utils::Json::JsonView jsonValue)
double GetConfidence() const
MedicalItem & WithSpeaker(SpeakerT &&value)
void SetSpeaker(SpeakerT &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalItem()=default
bool EndTimeHasBeenSet() const
bool StartTimeHasBeenSet() const
double GetStartTime() const
MedicalItem & WithStartTime(double value)
void SetStartTime(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue