7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/transcribe/TranscribeService_EXPORTS.h>
19namespace TranscribeService {
50 m_showSpeakerLabelsHasBeenSet =
true;
51 m_showSpeakerLabels = value;
70 m_maxSpeakerLabelsHasBeenSet =
true;
71 m_maxSpeakerLabels = value;
93 m_channelIdentificationHasBeenSet =
true;
94 m_channelIdentification = value;
116 m_showAlternativesHasBeenSet =
true;
117 m_showAlternatives = value;
140 m_maxAlternativesHasBeenSet =
true;
141 m_maxAlternatives = value;
161 template <
typename VocabularyNameT = Aws::String>
163 m_vocabularyNameHasBeenSet =
true;
164 m_vocabularyName = std::forward<VocabularyNameT>(value);
166 template <
typename VocabularyNameT = Aws::String>
173 bool m_showSpeakerLabels{
false};
175 int m_maxSpeakerLabels{0};
177 bool m_channelIdentification{
false};
179 bool m_showAlternatives{
false};
181 int m_maxAlternatives{0};
184 bool m_showSpeakerLabelsHasBeenSet =
false;
185 bool m_maxSpeakerLabelsHasBeenSet =
false;
186 bool m_channelIdentificationHasBeenSet =
false;
187 bool m_showAlternativesHasBeenSet =
false;
188 bool m_maxAlternativesHasBeenSet =
false;
189 bool m_vocabularyNameHasBeenSet =
false;
bool MaxSpeakerLabelsHasBeenSet() const
bool MaxAlternativesHasBeenSet() const
MedicalTranscriptionSetting & WithShowAlternatives(bool value)
MedicalTranscriptionSetting & WithShowSpeakerLabels(bool value)
bool GetChannelIdentification() const
bool VocabularyNameHasBeenSet() const
void SetChannelIdentification(bool value)
bool GetShowAlternatives() const
bool GetShowSpeakerLabels() const
MedicalTranscriptionSetting & WithMaxAlternatives(int value)
AWS_TRANSCRIBESERVICE_API MedicalTranscriptionSetting & operator=(Aws::Utils::Json::JsonView jsonValue)
MedicalTranscriptionSetting & WithMaxSpeakerLabels(int value)
void SetMaxAlternatives(int value)
AWS_TRANSCRIBESERVICE_API MedicalTranscriptionSetting(Aws::Utils::Json::JsonView jsonValue)
int GetMaxSpeakerLabels() const
const Aws::String & GetVocabularyName() const
int GetMaxAlternatives() const
AWS_TRANSCRIBESERVICE_API MedicalTranscriptionSetting()=default
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetShowAlternatives(bool value)
void SetShowSpeakerLabels(bool value)
void SetVocabularyName(VocabularyNameT &&value)
bool ShowAlternativesHasBeenSet() const
bool ChannelIdentificationHasBeenSet() const
MedicalTranscriptionSetting & WithVocabularyName(VocabularyNameT &&value)
void SetMaxSpeakerLabels(int value)
bool ShowSpeakerLabelsHasBeenSet() const
MedicalTranscriptionSetting & WithChannelIdentification(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue