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; }
139 inline void SetVocabularyName(
const char* value) { m_vocabularyNameHasBeenSet =
true; m_vocabularyName.assign(value); }
146 bool m_showSpeakerLabels;
147 bool m_showSpeakerLabelsHasBeenSet =
false;
149 int m_maxSpeakerLabels;
150 bool m_maxSpeakerLabelsHasBeenSet =
false;
152 bool m_channelIdentification;
153 bool m_channelIdentificationHasBeenSet =
false;
155 bool m_showAlternatives;
156 bool m_showAlternativesHasBeenSet =
false;
158 int m_maxAlternatives;
159 bool m_maxAlternativesHasBeenSet =
false;
162 bool m_vocabularyNameHasBeenSet =
false;
MedicalTranscriptionSetting & WithVocabularyName(const char *value)
bool MaxSpeakerLabelsHasBeenSet() const
void SetVocabularyName(Aws::String &&value)
bool MaxAlternativesHasBeenSet() const
MedicalTranscriptionSetting & WithShowAlternatives(bool value)
MedicalTranscriptionSetting & WithShowSpeakerLabels(bool value)
bool GetChannelIdentification() const
void SetVocabularyName(const char *value)
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)
MedicalTranscriptionSetting & WithVocabularyName(Aws::String &&value)
AWS_TRANSCRIBESERVICE_API MedicalTranscriptionSetting(Aws::Utils::Json::JsonView jsonValue)
int GetMaxSpeakerLabels() const
void SetVocabularyName(const Aws::String &value)
MedicalTranscriptionSetting & WithVocabularyName(const Aws::String &value)
const Aws::String & GetVocabularyName() const
int GetMaxAlternatives() const
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetShowAlternatives(bool value)
void SetShowSpeakerLabels(bool value)
bool ShowAlternativesHasBeenSet() const
AWS_TRANSCRIBESERVICE_API MedicalTranscriptionSetting()
bool ChannelIdentificationHasBeenSet() const
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