microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
13 lines (12 loc) • 364 B
TypeScript
export declare class HeaderNames {
static AuthKey: string;
static Authorization: string;
static SpIDAuthKey: string;
static ConnectionId: string;
static ContentType: string;
static CustomCommandsAppId: string;
static Path: string;
static RequestId: string;
static RequestStreamId: string;
static RequestTimestamp: string;
}