UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

12 lines (11 loc) 306 B
export enum AsrMessageType { SET_CONFIG = 'set_config', SET_GRAMMAR = 'set_grammar', SET_PROMPT = 'set_prompt', GET_RESULT = 'get_result', PING = 'ping', PONG = 'pong', GET_FSM_STATE = 'get_fsm_state', SET_ACCESS_TOKEN = 'set_access_token', INTERMEDIATE_RESULT = 'intermediate_result', }