7#include <aws/transcribe/TranscribeService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/transcribe/model/VocabularyFilterMethod.h>
22namespace TranscribeService
38 AWS_TRANSCRIBESERVICE_API
Settings() =
default;
52 template<
typename VocabularyNameT = Aws::String>
53 void SetVocabularyName(VocabularyNameT&& value) { m_vocabularyNameHasBeenSet =
true; m_vocabularyName = std::forward<VocabularyNameT>(value); }
54 template<
typename VocabularyNameT = Aws::String>
70 inline void SetShowSpeakerLabels(
bool value) { m_showSpeakerLabelsHasBeenSet =
true; m_showSpeakerLabels = value; }
84 inline void SetMaxSpeakerLabels(
int value) { m_maxSpeakerLabelsHasBeenSet =
true; m_maxSpeakerLabels = value; }
99 inline void SetChannelIdentification(
bool value) { m_channelIdentificationHasBeenSet =
true; m_channelIdentification = value; }
119 inline void SetShowAlternatives(
bool value) { m_showAlternativesHasBeenSet =
true; m_showAlternatives = value; }
137 inline void SetMaxAlternatives(
int value) { m_maxAlternativesHasBeenSet =
true; m_maxAlternatives = value; }
151 template<
typename VocabularyFilterNameT = Aws::String>
152 void SetVocabularyFilterName(VocabularyFilterNameT&& value) { m_vocabularyFilterNameHasBeenSet =
true; m_vocabularyFilterName = std::forward<VocabularyFilterNameT>(value); }
153 template<
typename VocabularyFilterNameT = Aws::String>
172 bool m_vocabularyNameHasBeenSet =
false;
174 bool m_showSpeakerLabels{
false};
175 bool m_showSpeakerLabelsHasBeenSet =
false;
177 int m_maxSpeakerLabels{0};
178 bool m_maxSpeakerLabelsHasBeenSet =
false;
180 bool m_channelIdentification{
false};
181 bool m_channelIdentificationHasBeenSet =
false;
183 bool m_showAlternatives{
false};
184 bool m_showAlternativesHasBeenSet =
false;
186 int m_maxAlternatives{0};
187 bool m_maxAlternativesHasBeenSet =
false;
190 bool m_vocabularyFilterNameHasBeenSet =
false;
193 bool m_vocabularyFilterMethodHasBeenSet =
false;
const Aws::String & GetVocabularyFilterName() const
int GetMaxAlternatives() const
void SetMaxAlternatives(int value)
bool VocabularyNameHasBeenSet() const
void SetShowSpeakerLabels(bool value)
Settings & WithVocabularyFilterName(VocabularyFilterNameT &&value)
AWS_TRANSCRIBESERVICE_API Settings & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetChannelIdentification(bool value)
bool ChannelIdentificationHasBeenSet() const
Settings & WithShowAlternatives(bool value)
Settings & WithChannelIdentification(bool value)
int GetMaxSpeakerLabels() const
Settings & WithMaxAlternatives(int value)
void SetVocabularyFilterMethod(VocabularyFilterMethod value)
Settings & WithShowSpeakerLabels(bool value)
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool MaxSpeakerLabelsHasBeenSet() const
void SetVocabularyName(VocabularyNameT &&value)
bool VocabularyFilterNameHasBeenSet() const
Settings & WithMaxSpeakerLabels(int value)
Settings & WithVocabularyFilterMethod(VocabularyFilterMethod value)
bool ShowAlternativesHasBeenSet() const
AWS_TRANSCRIBESERVICE_API Settings(Aws::Utils::Json::JsonView jsonValue)
void SetMaxSpeakerLabels(int value)
bool GetChannelIdentification() const
void SetVocabularyFilterName(VocabularyFilterNameT &&value)
const Aws::String & GetVocabularyName() const
bool VocabularyFilterMethodHasBeenSet() const
bool ShowSpeakerLabelsHasBeenSet() const
VocabularyFilterMethod GetVocabularyFilterMethod() const
AWS_TRANSCRIBESERVICE_API Settings()=default
bool MaxAlternativesHasBeenSet() const
void SetShowAlternatives(bool value)
bool GetShowSpeakerLabels() const
Settings & WithVocabularyName(VocabularyNameT &&value)
bool GetShowAlternatives() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue