7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/transcribe/TranscribeService_EXPORTS.h>
9#include <aws/transcribe/model/ClinicalNoteGenerationSettings.h>
10#include <aws/transcribe/model/VocabularyFilterMethod.h>
21namespace TranscribeService {
60 m_showSpeakerLabelsHasBeenSet =
true;
61 m_showSpeakerLabels = value;
80 m_maxSpeakerLabelsHasBeenSet =
true;
81 m_maxSpeakerLabels = value;
101 m_channelIdentificationHasBeenSet =
true;
102 m_channelIdentification = value;
117 template <
typename VocabularyNameT = Aws::String>
119 m_vocabularyNameHasBeenSet =
true;
120 m_vocabularyName = std::forward<VocabularyNameT>(value);
122 template <
typename VocabularyNameT = Aws::String>
138 template <
typename VocabularyFilterNameT = Aws::String>
140 m_vocabularyFilterNameHasBeenSet =
true;
141 m_vocabularyFilterName = std::forward<VocabularyFilterNameT>(value);
143 template <
typename VocabularyFilterNameT = Aws::String>
160 m_vocabularyFilterMethodHasBeenSet =
true;
161 m_vocabularyFilterMethod = value;
175 template <
typename ClinicalNoteGenerationSettingsT = ClinicalNoteGenerationSettings>
177 m_clinicalNoteGenerationSettingsHasBeenSet =
true;
178 m_clinicalNoteGenerationSettings = std::forward<ClinicalNoteGenerationSettingsT>(value);
180 template <
typename ClinicalNoteGenerationSettingsT = ClinicalNoteGenerationSettings>
187 bool m_showSpeakerLabels{
false};
189 int m_maxSpeakerLabels{0};
191 bool m_channelIdentification{
false};
199 ClinicalNoteGenerationSettings m_clinicalNoteGenerationSettings;
200 bool m_showSpeakerLabelsHasBeenSet =
false;
201 bool m_maxSpeakerLabelsHasBeenSet =
false;
202 bool m_channelIdentificationHasBeenSet =
false;
203 bool m_vocabularyNameHasBeenSet =
false;
204 bool m_vocabularyFilterNameHasBeenSet =
false;
205 bool m_vocabularyFilterMethodHasBeenSet =
false;
206 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