7#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace 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; }
71 template<
typename CategoryT = Aws::String>
72 void SetCategory(CategoryT&& value) { m_categoryHasBeenSet =
true; m_category = std::forward<CategoryT>(value); }
73 template<
typename CategoryT = Aws::String>
84 template<
typename TypeT = Aws::String>
85 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
86 template<
typename TypeT = Aws::String>
96 template<
typename ContentT = Aws::String>
97 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
98 template<
typename ContentT = Aws::String>
111 inline void SetConfidence(
double value) { m_confidenceHasBeenSet =
true; m_confidence = value; }
116 long long m_beginOffsetMillis{0};
117 bool m_beginOffsetMillisHasBeenSet =
false;
119 long long m_endOffsetMillis{0};
120 bool m_endOffsetMillisHasBeenSet =
false;
123 bool m_categoryHasBeenSet =
false;
126 bool m_typeHasBeenSet =
false;
129 bool m_contentHasBeenSet =
false;
131 double m_confidence{0.0};
132 bool m_confidenceHasBeenSet =
false;
CallAnalyticsEntity & WithEndOffsetMillis(long long value)
const Aws::String & GetType() const
void SetBeginOffsetMillis(long long value)
void SetCategory(CategoryT &&value)
CallAnalyticsEntity & WithBeginOffsetMillis(long long value)
AWS_TRANSCRIBESTREAMINGSERVICE_API CallAnalyticsEntity & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
CallAnalyticsEntity & WithCategory(CategoryT &&value)
void SetEndOffsetMillis(long long value)
const Aws::String & GetCategory() const
AWS_TRANSCRIBESTREAMINGSERVICE_API CallAnalyticsEntity(Aws::Utils::Json::JsonView jsonValue)
bool EndOffsetMillisHasBeenSet() const
double GetConfidence() const
CallAnalyticsEntity & WithContent(ContentT &&value)
const Aws::String & GetContent() const
bool BeginOffsetMillisHasBeenSet() const
void SetContent(ContentT &&value)
void SetType(TypeT &&value)
CallAnalyticsEntity & WithType(TypeT &&value)
bool ContentHasBeenSet() const
void SetConfidence(double value)
long long GetBeginOffsetMillis() const
long long GetEndOffsetMillis() const
bool ConfidenceHasBeenSet() const
bool CategoryHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API CallAnalyticsEntity()=default
CallAnalyticsEntity & WithConfidence(double value)
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue