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
50 inline void SetBeginOffsetMillis(
long long value) { m_beginOffsetMillisHasBeenSet =
true; m_beginOffsetMillis = value; }
61 inline void SetEndOffsetMillis(
long long value) { m_endOffsetMillisHasBeenSet =
true; m_endOffsetMillis = value; }
72 inline void SetType(
const ItemType& value) { m_typeHasBeenSet =
true; m_type = value; }
73 inline void SetType(
ItemType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
86 inline void SetContent(
const char* value) { m_contentHasBeenSet =
true; m_content.assign(value); }
101 inline void SetConfidence(
double value) { m_confidenceHasBeenSet =
true; m_confidence = value; }
125 inline void SetStable(
bool value) { m_stableHasBeenSet =
true; m_stable = value; }
130 long long m_beginOffsetMillis;
131 bool m_beginOffsetMillisHasBeenSet =
false;
133 long long m_endOffsetMillis;
134 bool m_endOffsetMillisHasBeenSet =
false;
137 bool m_typeHasBeenSet =
false;
140 bool m_contentHasBeenSet =
false;
143 bool m_confidenceHasBeenSet =
false;
145 bool m_vocabularyFilterMatch;
146 bool m_vocabularyFilterMatchHasBeenSet =
false;
149 bool m_stableHasBeenSet =
false;
void SetContent(const Aws::String &value)
void SetType(const ItemType &value)
bool EndOffsetMillisHasBeenSet() const
void SetConfidence(double value)
bool StableHasBeenSet() const
const Aws::String & GetContent() const
CallAnalyticsItem & WithContent(const char *value)
CallAnalyticsItem & WithVocabularyFilterMatch(bool value)
void SetBeginOffsetMillis(long long value)
CallAnalyticsItem & WithEndOffsetMillis(long long value)
AWS_TRANSCRIBESTREAMINGSERVICE_API CallAnalyticsItem(Aws::Utils::Json::JsonView jsonValue)
void SetStable(bool value)
CallAnalyticsItem & WithType(const ItemType &value)
bool ContentHasBeenSet() const
long long GetBeginOffsetMillis() const
CallAnalyticsItem & WithContent(const Aws::String &value)
long long GetEndOffsetMillis() const
AWS_TRANSCRIBESTREAMINGSERVICE_API CallAnalyticsItem()
const ItemType & GetType() const
void SetVocabularyFilterMatch(bool value)
bool TypeHasBeenSet() const
double GetConfidence() const
CallAnalyticsItem & WithContent(Aws::String &&value)
CallAnalyticsItem & WithBeginOffsetMillis(long long value)
bool GetVocabularyFilterMatch() const
AWS_TRANSCRIBESTREAMINGSERVICE_API CallAnalyticsItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VocabularyFilterMatchHasBeenSet() const
CallAnalyticsItem & WithConfidence(double value)
bool BeginOffsetMillisHasBeenSet() const
void SetType(ItemType &&value)
CallAnalyticsItem & WithType(ItemType &&value)
void SetContent(Aws::String &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetContent(const char *value)
CallAnalyticsItem & WithStable(bool value)
void SetEndOffsetMillis(long long value)
bool ConfidenceHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue