g:Speech
TODO
Overview
g:Speech represents a single speech in the App.
XML
The speech contains two xml attributes:
type - representing the type of value -
speech
orfile
, andvalue - representing the value. If the type is
speech
, then value is a text string to be spoken; if type isfile
, then value is a relative link to themp3
orwav
file to be played.
Examples (note the element name depends on the context, here from checklists):
<call type="speech" value="A P U Bleed"/>
<confirmation type="file" value=".\snd\on.wav"/>
Last updated