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
64 inline void SetShowSpeakerLabels(
bool value) { m_showSpeakerLabelsHasBeenSet =
true; m_showSpeakerLabels = value; }
78 inline void SetMaxSpeakerLabels(
int value) { m_maxSpeakerLabelsHasBeenSet =
true; m_maxSpeakerLabels = value; }
93 inline void SetChannelIdentification(
bool value) { m_channelIdentificationHasBeenSet =
true; m_channelIdentification = value; }
106 inline void SetVocabularyName(
const char* value) { m_vocabularyNameHasBeenSet =
true; m_vocabularyName.assign(value); }
123 inline void SetVocabularyFilterName(
const char* value) { m_vocabularyFilterNameHasBeenSet =
true; m_vocabularyFilterName.assign(value); }
145 bool m_showSpeakerLabels;
146 bool m_showSpeakerLabelsHasBeenSet =
false;
148 int m_maxSpeakerLabels;
149 bool m_maxSpeakerLabelsHasBeenSet =
false;
151 bool m_channelIdentification;
152 bool m_channelIdentificationHasBeenSet =
false;
155 bool m_vocabularyNameHasBeenSet =
false;
158 bool m_vocabularyFilterNameHasBeenSet =
false;
161 bool m_vocabularyFilterMethodHasBeenSet =
false;
void SetVocabularyFilterMethod(VocabularyFilterMethod &&value)
bool VocabularyFilterMethodHasBeenSet() const
bool GetShowSpeakerLabels() const
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ChannelIdentificationHasBeenSet() const
MedicalScribeSettings & WithVocabularyFilterName(const Aws::String &value)
MedicalScribeSettings & WithShowSpeakerLabels(bool value)
MedicalScribeSettings & WithVocabularyFilterName(Aws::String &&value)
bool ShowSpeakerLabelsHasBeenSet() const
bool MaxSpeakerLabelsHasBeenSet() const
MedicalScribeSettings & WithMaxSpeakerLabels(int value)
bool GetChannelIdentification() const
void SetVocabularyFilterName(Aws::String &&value)
const VocabularyFilterMethod & GetVocabularyFilterMethod() const
MedicalScribeSettings & WithVocabularyName(const Aws::String &value)
void SetVocabularyName(const Aws::String &value)
AWS_TRANSCRIBESERVICE_API MedicalScribeSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESERVICE_API MedicalScribeSettings()
bool VocabularyFilterNameHasBeenSet() const
void SetMaxSpeakerLabels(int value)
const Aws::String & GetVocabularyFilterName() const
MedicalScribeSettings & WithVocabularyName(const char *value)
MedicalScribeSettings & WithVocabularyFilterName(const char *value)
bool VocabularyNameHasBeenSet() const
void SetVocabularyFilterName(const char *value)
MedicalScribeSettings & WithVocabularyName(Aws::String &&value)
void SetVocabularyFilterMethod(const VocabularyFilterMethod &value)
AWS_TRANSCRIBESERVICE_API MedicalScribeSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
MedicalScribeSettings & WithVocabularyFilterMethod(VocabularyFilterMethod &&value)
MedicalScribeSettings & WithChannelIdentification(bool value)
void SetVocabularyFilterName(const Aws::String &value)
void SetShowSpeakerLabels(bool value)
const Aws::String & GetVocabularyName() const
void SetVocabularyName(const char *value)
int GetMaxSpeakerLabels() const
void SetVocabularyName(Aws::String &&value)
MedicalScribeSettings & WithVocabularyFilterMethod(const VocabularyFilterMethod &value)
void SetChannelIdentification(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue