7#include <aws/transcribe/TranscribeService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/transcribe/model/VocabularyFilterMethod.h>
10#include <aws/transcribe/model/ClinicalNoteGenerationSettings.h>
23namespace TranscribeService
65 inline void SetShowSpeakerLabels(
bool value) { m_showSpeakerLabelsHasBeenSet =
true; m_showSpeakerLabels = value; }
79 inline void SetMaxSpeakerLabels(
int value) { m_maxSpeakerLabelsHasBeenSet =
true; m_maxSpeakerLabels = value; }
94 inline void SetChannelIdentification(
bool value) { m_channelIdentificationHasBeenSet =
true; m_channelIdentification = value; }
105 template<
typename VocabularyNameT = Aws::String>
106 void SetVocabularyName(VocabularyNameT&& value) { m_vocabularyNameHasBeenSet =
true; m_vocabularyName = std::forward<VocabularyNameT>(value); }
107 template<
typename VocabularyNameT = Aws::String>
120 template<
typename VocabularyFilterNameT = Aws::String>
121 void SetVocabularyFilterName(VocabularyFilterNameT&& value) { m_vocabularyFilterNameHasBeenSet =
true; m_vocabularyFilterName = std::forward<VocabularyFilterNameT>(value); }
122 template<
typename VocabularyFilterNameT = Aws::String>
145 template<
typename ClinicalNoteGenerationSettingsT = ClinicalNoteGenerationSettings>
146 void SetClinicalNoteGenerationSettings(ClinicalNoteGenerationSettingsT&& value) { m_clinicalNoteGenerationSettingsHasBeenSet =
true; m_clinicalNoteGenerationSettings = std::forward<ClinicalNoteGenerationSettingsT>(value); }
147 template<
typename ClinicalNoteGenerationSettingsT = ClinicalNoteGenerationSettings>
152 bool m_showSpeakerLabels{
false};
153 bool m_showSpeakerLabelsHasBeenSet =
false;
155 int m_maxSpeakerLabels{0};
156 bool m_maxSpeakerLabelsHasBeenSet =
false;
158 bool m_channelIdentification{
false};
159 bool m_channelIdentificationHasBeenSet =
false;
162 bool m_vocabularyNameHasBeenSet =
false;
165 bool m_vocabularyFilterNameHasBeenSet =
false;
168 bool m_vocabularyFilterMethodHasBeenSet =
false;
170 ClinicalNoteGenerationSettings m_clinicalNoteGenerationSettings;
171 bool m_clinicalNoteGenerationSettingsHasBeenSet =
false;
bool VocabularyFilterMethodHasBeenSet() const
bool GetShowSpeakerLabels() const
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
MedicalScribeSettings & WithClinicalNoteGenerationSettings(ClinicalNoteGenerationSettingsT &&value)
bool ChannelIdentificationHasBeenSet() const
void SetVocabularyFilterName(VocabularyFilterNameT &&value)
MedicalScribeSettings & WithVocabularyFilterMethod(VocabularyFilterMethod value)
const ClinicalNoteGenerationSettings & GetClinicalNoteGenerationSettings() const
MedicalScribeSettings & WithShowSpeakerLabels(bool value)
bool ShowSpeakerLabelsHasBeenSet() const
bool MaxSpeakerLabelsHasBeenSet() const
MedicalScribeSettings & WithMaxSpeakerLabels(int value)
bool GetChannelIdentification() const
AWS_TRANSCRIBESERVICE_API MedicalScribeSettings()=default
AWS_TRANSCRIBESERVICE_API MedicalScribeSettings(Aws::Utils::Json::JsonView jsonValue)
MedicalScribeSettings & WithVocabularyFilterName(VocabularyFilterNameT &&value)
bool VocabularyFilterNameHasBeenSet() const
void SetMaxSpeakerLabels(int value)
const Aws::String & GetVocabularyFilterName() const
void SetClinicalNoteGenerationSettings(ClinicalNoteGenerationSettingsT &&value)
bool VocabularyNameHasBeenSet() const
MedicalScribeSettings & WithVocabularyName(VocabularyNameT &&value)
void SetVocabularyFilterMethod(VocabularyFilterMethod value)
void SetVocabularyName(VocabularyNameT &&value)
AWS_TRANSCRIBESERVICE_API MedicalScribeSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
MedicalScribeSettings & WithChannelIdentification(bool value)
void SetShowSpeakerLabels(bool value)
VocabularyFilterMethod GetVocabularyFilterMethod() const
const Aws::String & GetVocabularyName() const
bool ClinicalNoteGenerationSettingsHasBeenSet() const
int GetMaxSpeakerLabels() const
void SetChannelIdentification(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue