<record>
It asks a question to a user and instead of interpreting the user response with a grammar to fill out the field items it simply records the user response and stores them.
Attributes:
|
beep |
When set to true (default=false) it indicates the user to start recording by producing a beep sound. |
|
cond |
A boolean ECMAScript expression when true executes the contents of record. |
|
dest |
Indicates a location where the recorded audio can be stored. |
|
dtmfterm |
A boolean when true (default=false) would terminate the recording. |
|
expr |
It is the initial value of the variable in the name attribute. If expr has a value other than undefined then the record element will not executed. |
|
finalsilence |
Indicates the duration of silence that will be interpreted as the end of recording. |
|
maxtime |
The maximum allowable time duration to record. |
|
modal |
When set true all other grammars will be inactive while the control is in this element. |
|
name |
It is the name used to reference the audio file recorded by the user. |
|
type |
It refers to the type in which the recorded file will be stored. |
|
parent |
form |
|
children |
PCDATA, audio, catch, enumerate, error, filled, grammar, help, noinput, nomatch, prompt, property, value |
