{"version":3,"sources":["src/common.speech/ServiceMessages/PhraseDetection/SentimentAnalysis.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB","file":"SentimentAnalysis.d.ts","sourcesContent":["//\r\n// Copyright (c) Microsoft. All rights reserved.\r\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\r\n//\r\n\r\n/**\r\n * The sentiment analysis configuration\r\n */\r\nexport interface SentimentAnalysis {\r\n    /**\r\n     * Whether sentiment analysis is enabled\r\n     */\r\n    enabled?: boolean;\r\n\r\n    /**\r\n     * Whether to show stats\r\n     */\r\n    showStats?: boolean;\r\n\r\n    /**\r\n     * The model version\r\n     */\r\n    modelVersion?: string;\r\n}\r\n"]}