@euirim/microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 822 B
Source Map (JSON)
{"version":3,"sources":["src/common/ConnectionOpenResponse.ts"],"names":[],"mappings":"AAGA,qBAAa,sBAAsB;IAC/B,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,UAAU,CAAS;gBAEf,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM;aAKnC,UAAU,EAAI,MAAM;aAIpB,MAAM,EAAI,MAAM;CAG9B","file":"ConnectionOpenResponse.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\n\nexport class ConnectionOpenResponse {\n private privStatusCode: number;\n private privReason: string;\n\n constructor(statusCode: number, reason: string) {\n this.privStatusCode = statusCode;\n this.privReason = reason;\n }\n\n public get statusCode(): number {\n return this.privStatusCode;\n }\n\n public get reason(): string {\n return this.privReason;\n }\n}\n"]}