UNPKG

@speechly/browser-client

Version:

JavaScript client for Speechly Streaming API

8 lines (7 loc) 261 B
import { DecoderState } from './types'; /** * Converts client state value to a string, which could be useful for debugging or metrics. * @param state - the state of the client * @public */ export declare function stateToString(state: DecoderState): string;