Members
speechEvents :VectorSpeechEvent
Contains audio intervals marked as speech or non-speech
Type:
speechInfo :SpeechInfo
Contains speech statistics
Type:
Methods
clone() → {SpeechSummary}
Returns a new handle for this object to optimize memory consumption
The object will be disposed only after delete() is called for original object and for each of clones
Returns:
New handle of this object
- Type
- SpeechSummary
delete()
Manually signals that the object is no more needed. Strongly recommended to call this method explicitly.
isDeleted() → {boolean}
Whether delete method was called (and the object can't be used) or not
Returns:
Whether delete method was called (and the object can't be used) or not
- Type
- boolean