Statistics
| Branch: | Tag: | Revision:

hlrc / server / action / utterance.action @ 0c286af0

History | View | Annotate | Download (210 Bytes)

1
#utterance
2

    
3
#list of symbol/duration pairs
4
phoneme[] phonemes
5

    
6
#sound data (raw data, similar to a wave file)
7
soundchunk audio
8

    
9
#textual description
10
string text
11

    
12
---
13
#response
14
uint32 result
15

    
16
---
17
uint32 result
18