7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
9#include <aws/transcribestreaming/model/ItemType.h>
20namespace TranscribeStreamingService {
32 AWS_TRANSCRIBESTREAMINGSERVICE_API
Item() =
default;
45 m_startTimeHasBeenSet =
true;
62 m_endTimeHasBeenSet =
true;
79 m_typeHasBeenSet =
true;
94 template <
typename ContentT = Aws::String>
96 m_contentHasBeenSet =
true;
97 m_content = std::forward<ContentT>(value);
99 template <
typename ContentT = Aws::String>
115 m_vocabularyFilterMatchHasBeenSet =
true;
116 m_vocabularyFilterMatch = value;
131 template <
typename SpeakerT = Aws::String>
133 m_speakerHasBeenSet =
true;
134 m_speaker = std::forward<SpeakerT>(value);
136 template <
typename SpeakerT = Aws::String>
153 m_confidenceHasBeenSet =
true;
154 m_confidence = value;
171 m_stableHasBeenSet =
true;
180 double m_startTime{0.0};
182 double m_endTime{0.0};
188 bool m_vocabularyFilterMatch{
false};
192 double m_confidence{0.0};
194 bool m_stable{
false};
195 bool m_startTimeHasBeenSet =
false;
196 bool m_endTimeHasBeenSet =
false;
197 bool m_typeHasBeenSet =
false;
198 bool m_contentHasBeenSet =
false;
199 bool m_vocabularyFilterMatchHasBeenSet =
false;
200 bool m_speakerHasBeenSet =
false;
201 bool m_confidenceHasBeenSet =
false;
202 bool m_stableHasBeenSet =
false;
bool VocabularyFilterMatchHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Item & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(ItemType value)
void SetSpeaker(SpeakerT &&value)
double GetStartTime() const
const Aws::String & GetSpeaker() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Item()=default
bool ContentHasBeenSet() const
Item & WithEndTime(double value)
void SetStartTime(double value)
double GetConfidence() const
Item & WithSpeaker(SpeakerT &&value)
Item & WithStable(bool value)
void SetContent(ContentT &&value)
bool SpeakerHasBeenSet() const
void SetConfidence(double value)
void SetEndTime(double value)
bool StableHasBeenSet() const
void SetVocabularyFilterMatch(bool value)
bool GetVocabularyFilterMatch() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Item(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
bool ConfidenceHasBeenSet() const
double GetEndTime() const
Item & WithVocabularyFilterMatch(bool value)
bool StartTimeHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
Item & WithType(ItemType value)
Item & WithContent(ContentT &&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