UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

9 lines (8 loc) 177 B
/** * pauses can be defined to be prohibited, optional, or mandatory */ export enum Pause { prohibited = 'prohibited', optional = 'optional', mandatory = 'mandatory', }