/AWS1/CL_TNSSTRTMEDICALSTRMT01¶
StartMedicalStreamTranscriptionResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_requestid TYPE /AWS1/TNSREQUESTID /AWS1/TNSREQUESTID¶
Provides the identifier for your streaming request.
iv_languagecode TYPE /AWS1/TNSLANGUAGECODE /AWS1/TNSLANGUAGECODE¶
Provides the language code that you specified in your request. This must be
en-US.
iv_mediasampleratehertz TYPE /AWS1/TNSMEDIASAMPLERATEHERTZ /AWS1/TNSMEDIASAMPLERATEHERTZ¶
Provides the sample rate that you specified in your request.
iv_mediaencoding TYPE /AWS1/TNSMEDIAENCODING /AWS1/TNSMEDIAENCODING¶
Provides the media encoding you specified in your request.
iv_vocabularyname TYPE /AWS1/TNSVOCABULARYNAME /AWS1/TNSVOCABULARYNAME¶
Provides the name of the custom vocabulary that you specified in your request.
iv_specialty TYPE /AWS1/TNSSPECIALTY /AWS1/TNSSPECIALTY¶
Provides the medical specialty that you specified in your request.
iv_type TYPE /AWS1/TNSTYPE /AWS1/TNSTYPE¶
Provides the type of audio you specified in your request.
iv_showspeakerlabel TYPE /AWS1/TNSBOOLEAN /AWS1/TNSBOOLEAN¶
Shows whether speaker partitioning was enabled for your transcription.
iv_sessionid TYPE /AWS1/TNSSESSIONID /AWS1/TNSSESSIONID¶
Provides the identifier for your transcription session.
io_transcriptresultstream TYPE REF TO /AWS1/IF_TNSMEDICALTRANSCRIP00 /AWS1/IF_TNSMEDICALTRANSCRIP00¶
Provides detailed information about your streaming session.
iv_enbchannelidentification TYPE /AWS1/TNSBOOLEAN /AWS1/TNSBOOLEAN¶
Shows whether channel identification was enabled for your transcription.
iv_numberofchannels TYPE /AWS1/TNSNUMBEROFCHANNELS /AWS1/TNSNUMBEROFCHANNELS¶
Provides the number of channels that you specified in your request.
iv_contentidentificationtype TYPE /AWS1/TNSMEDICALCONTIDENTIFI00 /AWS1/TNSMEDICALCONTIDENTIFI00¶
Shows whether content identification was enabled for your transcription.
Queryable Attributes¶
RequestId¶
Provides the identifier for your streaming request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTID() |
Getter for REQUESTID, with configurable default |
ASK_REQUESTID() |
Getter for REQUESTID w/ exceptions if field has no value |
HAS_REQUESTID() |
Determine if REQUESTID has a value |
LanguageCode¶
Provides the language code that you specified in your request. This must be
en-US.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LANGUAGECODE() |
Getter for LANGUAGECODE, with configurable default |
ASK_LANGUAGECODE() |
Getter for LANGUAGECODE w/ exceptions if field has no value |
HAS_LANGUAGECODE() |
Determine if LANGUAGECODE has a value |
MediaSampleRateHertz¶
Provides the sample rate that you specified in your request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEDIASAMPLERATEHERTZ() |
Getter for MEDIASAMPLERATEHERTZ, with configurable default |
ASK_MEDIASAMPLERATEHERTZ() |
Getter for MEDIASAMPLERATEHERTZ w/ exceptions if field has n |
HAS_MEDIASAMPLERATEHERTZ() |
Determine if MEDIASAMPLERATEHERTZ has a value |
MediaEncoding¶
Provides the media encoding you specified in your request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEDIAENCODING() |
Getter for MEDIAENCODING, with configurable default |
ASK_MEDIAENCODING() |
Getter for MEDIAENCODING w/ exceptions if field has no value |
HAS_MEDIAENCODING() |
Determine if MEDIAENCODING has a value |
VocabularyName¶
Provides the name of the custom vocabulary that you specified in your request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VOCABULARYNAME() |
Getter for VOCABULARYNAME, with configurable default |
ASK_VOCABULARYNAME() |
Getter for VOCABULARYNAME w/ exceptions if field has no valu |
HAS_VOCABULARYNAME() |
Determine if VOCABULARYNAME has a value |
Specialty¶
Provides the medical specialty that you specified in your request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPECIALTY() |
Getter for SPECIALTY, with configurable default |
ASK_SPECIALTY() |
Getter for SPECIALTY w/ exceptions if field has no value |
HAS_SPECIALTY() |
Determine if SPECIALTY has a value |
Type¶
Provides the type of audio you specified in your request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
ShowSpeakerLabel¶
Shows whether speaker partitioning was enabled for your transcription.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHOWSPEAKERLABEL() |
Getter for SHOWSPEAKERLABEL |
SessionId¶
Provides the identifier for your transcription session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONID() |
Getter for SESSIONID, with configurable default |
ASK_SESSIONID() |
Getter for SESSIONID w/ exceptions if field has no value |
HAS_SESSIONID() |
Determine if SESSIONID has a value |
TranscriptResultStream¶
Provides detailed information about your streaming session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSCRIPTRESULTSTREAM() |
Getter for TRANSCRIPTRESULTSTREAM |
EnableChannelIdentification¶
Shows whether channel identification was enabled for your transcription.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENBCHANNELIDENTIFICATION() |
Getter for ENABLECHANNELIDENTIFICATION |
NumberOfChannels¶
Provides the number of channels that you specified in your request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFCHANNELS() |
Getter for NUMBEROFCHANNELS, with configurable default |
ASK_NUMBEROFCHANNELS() |
Getter for NUMBEROFCHANNELS w/ exceptions if field has no va |
HAS_NUMBEROFCHANNELS() |
Determine if NUMBEROFCHANNELS has a value |
ContentIdentificationType¶
Shows whether content identification was enabled for your transcription.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTIDENTIFICATIONTYPE() |
Getter for CONTENTIDENTIFICATIONTYPE, with configurable defa |
ASK_CONTIDENTIFICATIONTYPE() |
Getter for CONTENTIDENTIFICATIONTYPE w/ exceptions if field |
HAS_CONTIDENTIFICATIONTYPE() |
Determine if CONTENTIDENTIFICATIONTYPE has a value |