UNPKG

@voice-ping/cognitive-services-speech

Version:

VoicePing Cognitive Services Speech SDK for JavaScript forked from Microsoft

1 lines 842 B
{"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;IAK9C,IAAW,UAAU,IAAI,MAAM,CAE9B;IAED,IAAW,MAAM,IAAI,MAAM,CAE1B;CACJ","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"]}