microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
26 lines (25 loc) • 919 B
TypeScript
export declare class QueryParameterNames {
static BotId: string;
static CustomSpeechDeploymentId: string;
static CustomVoiceDeploymentId: string;
static EnableAudioLogging: string;
static EnableLanguageId: string;
static EnableWordLevelTimestamps: string;
static EndSilenceTimeoutMs: string;
static SegmentationSilenceTimeoutMs: string;
static SegmentationMaximumTimeMs: string;
static SegmentationStrategy: string;
static Format: string;
static InitialSilenceTimeoutMs: string;
static Language: string;
static Profanity: string;
static RequestBotStatusMessages: string;
static StableIntermediateThreshold: string;
static StableTranslation: string;
static TestHooks: string;
static Postprocessing: string;
static CtsMeetingId: string;
static CtsDeviceId: string;
static CtsIsParticipant: string;
static EnableAvatar: string;
}