UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
11 lines (10 loc) 191 B
import { NextAction } from "./OnSuccess"; /** * The on interim configuration */ export interface OnInterim { /** * The action to take on interim */ action?: NextAction; }