UNPKG

@voice-ping/cognitive-services-speech

Version:

VoicePing Cognitive Services Speech SDK for JavaScript forked from Microsoft

10 lines (9 loc) 481 B
import { IConnection } from "../common/Exports"; import { ConnectionFactoryBase } from "./ConnectionFactoryBase"; import { AuthInfo, RecognizerConfig } from "./Exports"; export declare class SpeechConnectionFactory extends ConnectionFactoryBase { private readonly interactiveRelativeUri; private readonly conversationRelativeUri; private readonly dictationRelativeUri; create: (config: RecognizerConfig, authInfo: AuthInfo, connectionId?: string) => IConnection; }