recordutterance
recordutterance
Default Value: false
Enables recording during recognition. If the recordutterance property is set to true, three shadow variables are set on the appropriate form item variable: recording, recordingsize, and recordingduration. See Application and Session Variables for more information.
Example
Explanation
From this example, the “recordutterance” attribute sets up three shadow variables: recording, recordingsize, and recordingduration. The recording shadow variable contains the last utterance if audio was collected. The recordingsize shadow variable contains the last utterance recording size in bytes. The recordingduration shadow variable contains the last utterance duration size in milliseconds.
Notes
None
Last updated