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
54 inline void SetVocabularyName(
const char* value) { m_vocabularyNameHasBeenSet =
true; m_vocabularyName.assign(value); }
72 inline void SetShowSpeakerLabels(
bool value) { m_showSpeakerLabelsHasBeenSet =
true; m_showSpeakerLabels = value; }
86 inline void SetMaxSpeakerLabels(
int value) { m_maxSpeakerLabelsHasBeenSet =
true; m_maxSpeakerLabels = value; }
121 inline void SetShowAlternatives(
bool value) { m_showAlternativesHasBeenSet =
true; m_showAlternatives = value; }
139 inline void SetMaxAlternatives(
int value) { m_maxAlternativesHasBeenSet =
true; m_maxAlternatives = value; }
155 inline void SetVocabularyFilterName(
const char* value) { m_vocabularyFilterNameHasBeenSet =
true; m_vocabularyFilterName.assign(value); }
178 bool m_vocabularyNameHasBeenSet =
false;
180 bool m_showSpeakerLabels;
181 bool m_showSpeakerLabelsHasBeenSet =
false;
183 int m_maxSpeakerLabels;
184 bool m_maxSpeakerLabelsHasBeenSet =
false;
186 bool m_channelIdentification;
187 bool m_channelIdentificationHasBeenSet =
false;
189 bool m_showAlternatives;
190 bool m_showAlternativesHasBeenSet =
false;
192 int m_maxAlternatives;
193 bool m_maxAlternativesHasBeenSet =
false;
196 bool m_vocabularyFilterNameHasBeenSet =
false;
199 bool m_vocabularyFilterMethodHasBeenSet =
false;
const Aws::String & GetVocabularyFilterName() const
int GetMaxAlternatives() const
void SetMaxAlternatives(int value)
bool VocabularyNameHasBeenSet() const
void SetShowSpeakerLabels(bool value)
AWS_TRANSCRIBESERVICE_API Settings & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetChannelIdentification(bool value)
Settings & WithVocabularyFilterMethod(const VocabularyFilterMethod &value)
void SetVocabularyName(Aws::String &&value)
Settings & WithVocabularyFilterName(const Aws::String &value)
bool ChannelIdentificationHasBeenSet() const
void SetVocabularyFilterName(const Aws::String &value)
void SetVocabularyFilterName(const char *value)
Settings & WithShowAlternatives(bool value)
Settings & WithChannelIdentification(bool value)
Settings & WithVocabularyName(Aws::String &&value)
AWS_TRANSCRIBESERVICE_API Settings()
int GetMaxSpeakerLabels() const
void SetVocabularyFilterMethod(const VocabularyFilterMethod &value)
void SetVocabularyName(const Aws::String &value)
Settings & WithMaxAlternatives(int value)
Settings & WithShowSpeakerLabels(bool value)
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool MaxSpeakerLabelsHasBeenSet() const
void SetVocabularyFilterMethod(VocabularyFilterMethod &&value)
bool VocabularyFilterNameHasBeenSet() const
Settings & WithMaxSpeakerLabels(int value)
bool ShowAlternativesHasBeenSet() const
const VocabularyFilterMethod & GetVocabularyFilterMethod() const
AWS_TRANSCRIBESERVICE_API Settings(Aws::Utils::Json::JsonView jsonValue)
Settings & WithVocabularyFilterName(Aws::String &&value)
void SetMaxSpeakerLabels(int value)
bool GetChannelIdentification() const
Settings & WithVocabularyFilterMethod(VocabularyFilterMethod &&value)
const Aws::String & GetVocabularyName() const
void SetVocabularyFilterName(Aws::String &&value)
bool VocabularyFilterMethodHasBeenSet() const
Settings & WithVocabularyFilterName(const char *value)
bool ShowSpeakerLabelsHasBeenSet() const
Settings & WithVocabularyName(const Aws::String &value)
void SetVocabularyName(const char *value)
bool MaxAlternativesHasBeenSet() const
void SetShowAlternatives(bool value)
bool GetShowSpeakerLabels() const
Settings & WithVocabularyName(const char *value)
bool GetShowAlternatives() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue