Contents |
Returns a list containing the speech names of the Current Token. The type of the value returned depends on the delimiter parameter.
"," is used.
json then a JSON Array is returned.
getSpeechNames()
getSpeechNames(delim)
delim is the delimiter used to separate the values in the string list which defaults to "," if not specified.
To display the names of all of the speech values for the Current Token use.
[h: names = getSpeech()][foreach(name, names, "<br>"): name]json delimiter option.