UNPKG

ivr-tester-transcriber-google-speech-to-text

Version:
8 lines (7 loc) 134 B
export interface Transcript { isFinal: boolean; stability: number; alternatives: { transcript: string; }[]; }