7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/transcribe/TranscribeService_EXPORTS.h>
9#include <aws/transcribe/model/VocabularyFilterMethod.h>
20namespace TranscribeService {
33 AWS_TRANSCRIBESERVICE_API
Settings() =
default;
46 template <
typename VocabularyNameT = Aws::String>
48 m_vocabularyNameHasBeenSet =
true;
49 m_vocabularyName = std::forward<VocabularyNameT>(value);
51 template <
typename VocabularyNameT = Aws::String>
71 m_showSpeakerLabelsHasBeenSet =
true;
72 m_showSpeakerLabels = value;
91 m_maxSpeakerLabelsHasBeenSet =
true;
92 m_maxSpeakerLabels = value;
112 m_channelIdentificationHasBeenSet =
true;
113 m_channelIdentification = value;
138 m_showAlternativesHasBeenSet =
true;
139 m_showAlternatives = value;
162 m_maxAlternativesHasBeenSet =
true;
163 m_maxAlternatives = value;
181 template <
typename VocabularyFilterNameT = Aws::String>
183 m_vocabularyFilterNameHasBeenSet =
true;
184 m_vocabularyFilterName = std::forward<VocabularyFilterNameT>(value);
186 template <
typename VocabularyFilterNameT = Aws::String>
203 m_vocabularyFilterMethodHasBeenSet =
true;
204 m_vocabularyFilterMethod = value;
214 bool m_showSpeakerLabels{
false};
216 int m_maxSpeakerLabels{0};
218 bool m_channelIdentification{
false};
220 bool m_showAlternatives{
false};
222 int m_maxAlternatives{0};
227 bool m_vocabularyNameHasBeenSet =
false;
228 bool m_showSpeakerLabelsHasBeenSet =
false;
229 bool m_maxSpeakerLabelsHasBeenSet =
false;
230 bool m_channelIdentificationHasBeenSet =
false;
231 bool m_showAlternativesHasBeenSet =
false;
232 bool m_maxAlternativesHasBeenSet =
false;
233 bool m_vocabularyFilterNameHasBeenSet =
false;
234 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