7#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/transcribestreaming/model/LanguageCode.h>
10#include <aws/transcribestreaming/model/MediaEncoding.h>
11#include <aws/transcribestreaming/model/Specialty.h>
12#include <aws/transcribestreaming/model/Type.h>
13#include <aws/transcribestreaming/model/MedicalContentIdentificationType.h>
14#include <aws/core/http/HttpTypes.h>
27namespace TranscribeStreamingService
48 template<
typename RequestIdT = Aws::String>
49 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
50 template<
typename RequestIdT = Aws::String>
71 inline void SetMediaSampleRateHertz(
int value) { m_mediaSampleRateHertzHasBeenSet =
true; m_mediaSampleRateHertz = value; }
92 template<
typename VocabularyNameT = Aws::String>
93 void SetVocabularyName(VocabularyNameT&& value) { m_vocabularyNameHasBeenSet =
true; m_vocabularyName = std::forward<VocabularyNameT>(value); }
94 template<
typename VocabularyNameT = Aws::String>
114 inline void SetType(
Type value) { m_typeHasBeenSet =
true; m_type = value; }
124 inline void SetShowSpeakerLabel(
bool value) { m_showSpeakerLabelHasBeenSet =
true; m_showSpeakerLabel = value; }
134 template<
typename SessionIdT = Aws::String>
135 void SetSessionId(SessionIdT&& value) { m_sessionIdHasBeenSet =
true; m_sessionId = std::forward<SessionIdT>(value); }
136 template<
typename SessionIdT = Aws::String>
156 inline void SetNumberOfChannels(
int value) { m_numberOfChannelsHasBeenSet =
true; m_numberOfChannels = value; }
172 bool m_requestIdHasBeenSet =
false;
175 bool m_languageCodeHasBeenSet =
false;
177 int m_mediaSampleRateHertz{0};
178 bool m_mediaSampleRateHertzHasBeenSet =
false;
181 bool m_mediaEncodingHasBeenSet =
false;
184 bool m_vocabularyNameHasBeenSet =
false;
187 bool m_specialtyHasBeenSet =
false;
190 bool m_typeHasBeenSet =
false;
192 bool m_showSpeakerLabel{
false};
193 bool m_showSpeakerLabelHasBeenSet =
false;
196 bool m_sessionIdHasBeenSet =
false;
198 bool m_enableChannelIdentification{
false};
199 bool m_enableChannelIdentificationHasBeenSet =
false;
201 int m_numberOfChannels{0};
202 bool m_numberOfChannelsHasBeenSet =
false;
205 bool m_contentIdentificationTypeHasBeenSet =
false;
void SetVocabularyName(VocabularyNameT &&value)
void SetContentIdentificationType(MedicalContentIdentificationType value)
StartMedicalStreamTranscriptionInitialResponse & WithContentIdentificationType(MedicalContentIdentificationType value)
StartMedicalStreamTranscriptionInitialResponse & WithSessionId(SessionIdT &&value)
StartMedicalStreamTranscriptionInitialResponse & WithLanguageCode(LanguageCode value)
int GetMediaSampleRateHertz() const
void SetLanguageCode(LanguageCode value)
void SetRequestId(RequestIdT &&value)
StartMedicalStreamTranscriptionInitialResponse & WithShowSpeakerLabel(bool value)
bool MediaEncodingHasBeenSet() const
void SetNumberOfChannels(int value)
void SetSessionId(SessionIdT &&value)
LanguageCode GetLanguageCode() const
bool SpecialtyHasBeenSet() const
const Aws::String & GetSessionId() const
MediaEncoding GetMediaEncoding() const
const Aws::String & GetVocabularyName() const
bool TypeHasBeenSet() const
Specialty GetSpecialty() const
bool NumberOfChannelsHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API StartMedicalStreamTranscriptionInitialResponse(Aws::Utils::Json::JsonView jsonValue)
StartMedicalStreamTranscriptionInitialResponse & WithVocabularyName(VocabularyNameT &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API StartMedicalStreamTranscriptionInitialResponse(const Http::HeaderValueCollection &responseHeaders)
bool VocabularyNameHasBeenSet() const
StartMedicalStreamTranscriptionInitialResponse & WithNumberOfChannels(int value)
StartMedicalStreamTranscriptionInitialResponse & WithMediaEncoding(MediaEncoding value)
void SetMediaEncoding(MediaEncoding value)
AWS_TRANSCRIBESTREAMINGSERVICE_API StartMedicalStreamTranscriptionInitialResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
StartMedicalStreamTranscriptionInitialResponse & WithSpecialty(Specialty value)
bool ShowSpeakerLabelHasBeenSet() const
void SetMediaSampleRateHertz(int value)
int GetNumberOfChannels() const
bool SessionIdHasBeenSet() const
void SetEnableChannelIdentification(bool value)
StartMedicalStreamTranscriptionInitialResponse & WithMediaSampleRateHertz(int value)
void SetSpecialty(Specialty value)
StartMedicalStreamTranscriptionInitialResponse & WithEnableChannelIdentification(bool value)
MedicalContentIdentificationType GetContentIdentificationType() const
bool GetShowSpeakerLabel() const
bool LanguageCodeHasBeenSet() const
StartMedicalStreamTranscriptionInitialResponse & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_TRANSCRIBESTREAMINGSERVICE_API StartMedicalStreamTranscriptionInitialResponse()=default
StartMedicalStreamTranscriptionInitialResponse & WithType(Type value)
bool GetEnableChannelIdentification() const
bool MediaSampleRateHertzHasBeenSet() const
bool EnableChannelIdentificationHasBeenSet() const
bool ContentIdentificationTypeHasBeenSet() const
void SetShowSpeakerLabel(bool value)
bool RequestIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
MedicalContentIdentificationType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue