7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
19namespace TranscribeStreamingService {
45 m_beginOffsetMillisHasBeenSet =
true;
46 m_beginOffsetMillis = value;
62 m_endOffsetMillisHasBeenSet =
true;
63 m_endOffsetMillis = value;
77 template <
typename CategoryT = Aws::String>
79 m_categoryHasBeenSet =
true;
80 m_category = std::forward<CategoryT>(value);
82 template <
typename CategoryT = Aws::String>
96 template <
typename TypeT = Aws::String>
98 m_typeHasBeenSet =
true;
99 m_type = std::forward<TypeT>(value);
101 template <
typename TypeT = Aws::String>
103 SetType(std::forward<TypeT>(value));
114 template <
typename ContentT = Aws::String>
116 m_contentHasBeenSet =
true;
117 m_content = std::forward<ContentT>(value);
119 template <
typename ContentT = Aws::String>
136 m_confidenceHasBeenSet =
true;
137 m_confidence = value;
145 long long m_beginOffsetMillis{0};
147 long long m_endOffsetMillis{0};
155 double m_confidence{0.0};
156 bool m_beginOffsetMillisHasBeenSet =
false;
157 bool m_endOffsetMillisHasBeenSet =
false;
158 bool m_categoryHasBeenSet =
false;
159 bool m_typeHasBeenSet =
false;
160 bool m_contentHasBeenSet =
false;
161 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