UNPKG

@euirim/microsoft-cognitiveservices-speech-sdk

Version:
8 lines (7 loc) 392 B
import { IConnection } from "../common/Exports"; import { ConnectionFactoryBase } from "./ConnectionFactoryBase"; import { AuthInfo, RecognizerConfig } from "./Exports"; export declare class IntentConnectionFactory extends ConnectionFactoryBase { create: (config: RecognizerConfig, authInfo: AuthInfo, connectionId?: string) => IConnection; private getSpeechRegionFromIntentRegion; }