new Utterance( [data])
Create a new Utterance
Parameters:
Name | Type | Argument | Default | Description |
---|---|---|---|---|
data |
Object |
<optional> |
{} | The data to use for this Utterance |
Properties:
Name | Type | Description |
---|---|---|
transcript |
models.Transcription | The transcript for this utterance |
transcription |
models.Transcription | The transcription of this utterance |
translation |
models.MultiLangString | The translation of this utterance |
words |
core.Collection | An array of words in this utterance |