UNPKG

microsoft-cognitiveservices-speech-sdk

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