AWS SDK for C++
1.9.2
AWS SDK for C++
|
#include <StartMedicalStreamTranscriptionHandler.h>
Public Member Functions | |
StartMedicalStreamTranscriptionHandler () | |
StartMedicalStreamTranscriptionHandler & | operator= (const StartMedicalStreamTranscriptionHandler &)=default |
virtual void | OnEvent () override |
void | SetMedicalTranscriptEventCallback (const MedicalTranscriptEventCallback &callback) |
void | SetOnErrorCallback (const ErrorCallback &callback) |
![]() | |
EventStreamHandler () | |
virtual | ~EventStreamHandler ()=default |
operator bool () const | |
void | SetFailure () |
virtual void | Reset () |
void | SetInternalError (int errorCode=0) |
EventStreamErrors | GetInternalError () |
virtual bool | IsMessageCompleted () |
virtual void | SetMessageMetadata (size_t totalLength, size_t headersLength, size_t payloadLength) |
virtual void | WriteMessageEventPayload (const unsigned char *data, size_t dataLength) |
virtual Aws::Vector< unsigned char > && | GetEventPayloadWithOwnership () |
virtual Aws::String | GetEventPayloadAsString () |
virtual void | InsertMessageEventHeader (const String &eventHeaderName, size_t eventHeaderLength, const Aws::Utils::Event::EventHeaderValue &eventHeaderValue) |
virtual const Aws::Utils::Event::EventHeaderValueCollection & | GetEventHeaders () |
Definition at line 27 of file StartMedicalStreamTranscriptionHandler.h.
Aws::TranscribeStreamingService::Model::StartMedicalStreamTranscriptionHandler::StartMedicalStreamTranscriptionHandler | ( | ) |
|
overridevirtual |
Entry point of all callback functions. Will trigger associated functions based on m_message.
Implements Aws::Utils::Event::EventStreamHandler.
|
default |
|
inline |
Definition at line 38 of file StartMedicalStreamTranscriptionHandler.h.
|
inline |
Definition at line 39 of file StartMedicalStreamTranscriptionHandler.h.