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
37 AWS_TRANSCRIBESTREAMINGSERVICE_API
Item();
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 inline void SetType(
const ItemType& value) { m_typeHasBeenSet =
true; m_type = value; }
71 inline void SetType(
ItemType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
84 inline void SetContent(
const char* value) { m_contentHasBeenSet =
true; m_content.assign(value); }
98 inline void SetVocabularyFilterMatch(
bool value) { m_vocabularyFilterMatchHasBeenSet =
true; m_vocabularyFilterMatch = value; }
111 inline void SetSpeaker(
const char* value) { m_speakerHasBeenSet =
true; m_speaker.assign(value); }
126 inline void SetConfidence(
double value) { m_confidenceHasBeenSet =
true; m_confidence = value; }
138 inline void SetStable(
bool value) { m_stableHasBeenSet =
true; m_stable = value; }
144 bool m_startTimeHasBeenSet =
false;
147 bool m_endTimeHasBeenSet =
false;
150 bool m_typeHasBeenSet =
false;
153 bool m_contentHasBeenSet =
false;
155 bool m_vocabularyFilterMatch;
156 bool m_vocabularyFilterMatchHasBeenSet =
false;
159 bool m_speakerHasBeenSet =
false;
162 bool m_confidenceHasBeenSet =
false;
165 bool m_stableHasBeenSet =
false;
bool VocabularyFilterMatchHasBeenSet() const
void SetSpeaker(const Aws::String &value)
AWS_TRANSCRIBESTREAMINGSERVICE_API Item & operator=(Aws::Utils::Json::JsonView jsonValue)
Item & WithContent(const char *value)
Item & WithSpeaker(Aws::String &&value)
Item & WithContent(const Aws::String &value)
double GetStartTime() const
void SetContent(const char *value)
const Aws::String & GetSpeaker() const
Item & WithSpeaker(const Aws::String &value)
bool ContentHasBeenSet() const
Item & WithType(ItemType &&value)
Item & WithEndTime(double value)
void SetType(ItemType &&value)
void SetStartTime(double value)
double GetConfidence() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Item()
void SetContent(const Aws::String &value)
Item & WithStable(bool value)
bool SpeakerHasBeenSet() const
void SetConfidence(double value)
void SetEndTime(double value)
Item & WithSpeaker(const char *value)
bool StableHasBeenSet() const
void SetContent(Aws::String &&value)
void SetVocabularyFilterMatch(bool value)
const ItemType & GetType() const
bool GetVocabularyFilterMatch() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Item(Aws::Utils::Json::JsonView jsonValue)
void SetSpeaker(Aws::String &&value)
bool TypeHasBeenSet() const
bool ConfidenceHasBeenSet() const
double GetEndTime() const
Item & WithContent(Aws::String &&value)
void SetSpeaker(const char *value)
Item & WithVocabularyFilterMatch(bool value)
bool StartTimeHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(const ItemType &value)
Item & WithType(const ItemType &value)
Item & WithStartTime(double value)
bool EndTimeHasBeenSet() const
const Aws::String & GetContent() const
Item & WithConfidence(double value)
void SetStable(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue