{"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":["//\n// Copyright (c) Microsoft. All rights reserved.\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\n//\n\n/**\n * The sentiment analysis configuration\n */\nexport interface SentimentAnalysis {\n    /**\n     * Whether sentiment analysis is enabled\n     */\n    enabled?: boolean;\n\n    /**\n     * Whether to show stats\n     */\n    showStats?: boolean;\n\n    /**\n     * The model version\n     */\n    modelVersion?: string;\n}\n"]}