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; }
82 template<
typename ContentT = Aws::String>
83 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
84 template<
typename ContentT = Aws::String>
97 inline void SetConfidence(
double value) { m_confidenceHasBeenSet =
true; m_confidence = value; }
121 inline void SetStable(
bool value) { m_stableHasBeenSet =
true; m_stable = value; }
126 long long m_beginOffsetMillis{0};
127 bool m_beginOffsetMillisHasBeenSet =
false;
129 long long m_endOffsetMillis{0};
130 bool m_endOffsetMillisHasBeenSet =
false;
133 bool m_typeHasBeenSet =
false;
136 bool m_contentHasBeenSet =
false;
138 double m_confidence{0.0};
139 bool m_confidenceHasBeenSet =
false;
141 bool m_vocabularyFilterMatch{
false};
142 bool m_vocabularyFilterMatchHasBeenSet =
false;
144 bool m_stable{
false};
145 bool m_stableHasBeenSet =
false;
bool EndOffsetMillisHasBeenSet() const
void SetConfidence(double value)
bool StableHasBeenSet() const
const Aws::String & GetContent() const
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)
AWS_TRANSCRIBESTREAMINGSERVICE_API CallAnalyticsItem()=default
bool ContentHasBeenSet() const
void SetContent(ContentT &&value)
CallAnalyticsItem & WithContent(ContentT &&value)
long long GetBeginOffsetMillis() const
long long GetEndOffsetMillis() const
void SetVocabularyFilterMatch(bool value)
CallAnalyticsItem & WithType(ItemType value)
bool TypeHasBeenSet() const
double GetConfidence() const
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)
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
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