{"version":3,"sources":["src/sdk/CancellationReason.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,oBAAY,kBAAkB;IAC1B;;;OAGG;IACH,KAAK,IAAA;IAEL;;;OAGG;IACH,WAAW,IAAA;CACd","file":"CancellationReason.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\n\n/**\n * Defines the possible reasons a recognition result might be canceled.\n * @class CancellationReason\n */\nexport enum CancellationReason {\n    /**\n     * Indicates that an error occurred during speech recognition.\n     * @member CancellationReason.Error\n     */\n    Error,\n\n    /**\n     * Indicates that the end of the audio stream was reached.\n     * @member CancellationReason.EndOfStream\n     */\n    EndOfStream,\n}\n"]}