/AWS1/CL_LM2UTTERANCEINPUTSPEC¶
Contains information about input of an utterance.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_textinput TYPE /AWS1/LM2TESTSETUTTERANCETEXT /AWS1/LM2TESTSETUTTERANCETEXT¶
A text input transcription of the utterance. It is only applicable for test-sets containing text data.
io_audioinput TYPE REF TO /AWS1/CL_LM2UTTERANCEAUDIOIN00 /AWS1/CL_LM2UTTERANCEAUDIOIN00¶
Contains information about the audio input for an utterance.
Queryable Attributes¶
textInput¶
A text input transcription of the utterance. It is only applicable for test-sets containing text data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXTINPUT() |
Getter for TEXTINPUT, with configurable default |
ASK_TEXTINPUT() |
Getter for TEXTINPUT w/ exceptions if field has no value |
HAS_TEXTINPUT() |
Determine if TEXTINPUT has a value |
audioInput¶
Contains information about the audio input for an utterance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUDIOINPUT() |
Getter for AUDIOINPUT |