7#include <aws/transcribe/TranscribeService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace TranscribeService
55 inline void SetShowSpeakerLabels(
bool value) { m_showSpeakerLabelsHasBeenSet =
true; m_showSpeakerLabels = value; }
69 inline void SetMaxSpeakerLabels(
int value) { m_maxSpeakerLabelsHasBeenSet =
true; m_maxSpeakerLabels = value; }
86 inline void SetChannelIdentification(
bool value) { m_channelIdentificationHasBeenSet =
true; m_channelIdentification = value; }
103 inline void SetShowAlternatives(
bool value) { m_showAlternativesHasBeenSet =
true; m_showAlternatives = value; }
121 inline void SetMaxAlternatives(
int value) { m_maxAlternativesHasBeenSet =
true; m_maxAlternatives = value; }
137 template<
typename VocabularyNameT = Aws::String>
138 void SetVocabularyName(VocabularyNameT&& value) { m_vocabularyNameHasBeenSet =
true; m_vocabularyName = std::forward<VocabularyNameT>(value); }
139 template<
typename VocabularyNameT = Aws::String>
144 bool m_showSpeakerLabels{
false};
145 bool m_showSpeakerLabelsHasBeenSet =
false;
147 int m_maxSpeakerLabels{0};
148 bool m_maxSpeakerLabelsHasBeenSet =
false;
150 bool m_channelIdentification{
false};
151 bool m_channelIdentificationHasBeenSet =
false;
153 bool m_showAlternatives{
false};
154 bool m_showAlternativesHasBeenSet =
false;
156 int m_maxAlternatives{0};
157 bool m_maxAlternativesHasBeenSet =
false;
160 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