AWS SDK for C++
1.9.2
AWS SDK for C++
|
#include <MedicalTranscriptEvent.h>
Public Member Functions | |
MedicalTranscriptEvent () | |
MedicalTranscriptEvent (Aws::Utils::Json::JsonView jsonValue) | |
MedicalTranscriptEvent & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
const MedicalTranscript & | GetTranscript () const |
bool | TranscriptHasBeenSet () const |
void | SetTranscript (const MedicalTranscript &value) |
void | SetTranscript (MedicalTranscript &&value) |
MedicalTranscriptEvent & | WithTranscript (const MedicalTranscript &value) |
MedicalTranscriptEvent & | WithTranscript (MedicalTranscript &&value) |
Represents a set of transcription results from the server to the client. It contains one or more segments of the transcription.
Definition at line 33 of file MedicalTranscriptEvent.h.
Aws::TranscribeStreamingService::Model::MedicalTranscriptEvent::MedicalTranscriptEvent | ( | ) |
Aws::TranscribeStreamingService::Model::MedicalTranscriptEvent::MedicalTranscriptEvent | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The transcription of the audio stream. The transcription is composed of all of the items in the results list.
Definition at line 46 of file MedicalTranscriptEvent.h.
Aws::Utils::Json::JsonValue Aws::TranscribeStreamingService::Model::MedicalTranscriptEvent::Jsonize | ( | ) | const |
MedicalTranscriptEvent& Aws::TranscribeStreamingService::Model::MedicalTranscriptEvent::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The transcription of the audio stream. The transcription is composed of all of the items in the results list.
Definition at line 58 of file MedicalTranscriptEvent.h.
|
inline |
The transcription of the audio stream. The transcription is composed of all of the items in the results list.
Definition at line 64 of file MedicalTranscriptEvent.h.
|
inline |
The transcription of the audio stream. The transcription is composed of all of the items in the results list.
Definition at line 52 of file MedicalTranscriptEvent.h.
|
inline |
The transcription of the audio stream. The transcription is composed of all of the items in the results list.
Definition at line 70 of file MedicalTranscriptEvent.h.
|
inline |
The transcription of the audio stream. The transcription is composed of all of the items in the results list.
Definition at line 76 of file MedicalTranscriptEvent.h.