microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 1.25 kB
Source Map (JSON)
{"version":3,"sources":["src/common.speech/HeaderNames.ts"],"names":[],"mappings":"AAGA,qBAAa,WAAW;IACpB,OAAc,OAAO,EAAE,MAAM,CAA+B;IAC5D,OAAc,aAAa,EAAE,MAAM,CAAmB;IACtD,OAAc,WAAW,EAAE,MAAM,CAA0B;IAC3D,OAAc,YAAY,EAAE,MAAM,CAAoB;IACtD,OAAc,WAAW,EAAE,MAAM,CAAkB;IACnD,OAAc,mBAAmB,EAAE,MAAM,CAAqB;IAC9D,OAAc,IAAI,EAAE,MAAM,CAAU;IACpC,OAAc,SAAS,EAAE,MAAM,CAAiB;IAChD,OAAc,eAAe,EAAE,MAAM,CAAgB;IACrD,OAAc,gBAAgB,EAAE,MAAM,CAAiB;CAC1D","file":"HeaderNames.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT license.\r\n\r\nexport class HeaderNames {\r\n public static AuthKey: string = \"Ocp-Apim-Subscription-Key\";\r\n public static Authorization: string = \"Authorization\";\r\n public static SpIDAuthKey: string = \"Apim-Subscription-Id\";\r\n public static ConnectionId: string = \"X-ConnectionId\";\r\n public static ContentType: string = \"Content-Type\";\r\n public static CustomCommandsAppId: string = \"X-CommandsAppId\";\r\n public static Path: string = \"Path\";\r\n public static RequestId: string = \"X-RequestId\";\r\n public static RequestStreamId: string = \"X-StreamId\";\r\n public static RequestTimestamp: string = \"X-Timestamp\";\r\n}\r\n"]}