/AWS1/CL_TNSMEDICALALTERNATIVE¶
A list of possible alternative transcriptions for the input audio. Each alternative may
contain one or more of Items
, Entities
, or
Transcript
.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_transcript
TYPE /AWS1/TNSSTRING
/AWS1/TNSSTRING
¶
Contains transcribed text.
it_items
TYPE /AWS1/CL_TNSMEDICALITEM=>TT_MEDICALITEMLIST
TT_MEDICALITEMLIST
¶
Contains words, phrases, or punctuation marks in your transcription output.
it_entities
TYPE /AWS1/CL_TNSMEDICALENTITY=>TT_MEDICALENTITYLIST
TT_MEDICALENTITYLIST
¶
Contains entities identified as personal health information (PHI) in your transcription output.
Queryable Attributes¶
Transcript¶
Contains transcribed text.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TRANSCRIPT() |
Getter for TRANSCRIPT, with configurable default |
ASK_TRANSCRIPT() |
Getter for TRANSCRIPT w/ exceptions if field has no value |
HAS_TRANSCRIPT() |
Determine if TRANSCRIPT has a value |
Items¶
Contains words, phrases, or punctuation marks in your transcription output.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ITEMS() |
Getter for ITEMS, with configurable default |
ASK_ITEMS() |
Getter for ITEMS w/ exceptions if field has no value |
HAS_ITEMS() |
Determine if ITEMS has a value |
Entities¶
Contains entities identified as personal health information (PHI) in your transcription output.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENTITIES() |
Getter for ENTITIES, with configurable default |
ASK_ENTITIES() |
Getter for ENTITIES w/ exceptions if field has no value |
HAS_ENTITIES() |
Determine if ENTITIES has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MEDICALALTERNATIVELIST
¶
TYPES TT_MEDICALALTERNATIVELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TNSMEDICALALTERNATIVE WITH DEFAULT KEY
.