{"version":3,"sources":["src/common.speech/ServiceMessages/Scenario/Dictation.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD;;GAEG;AACH,MAAM,WAAW,SAAS;IACtB;;OAEG;IACH,cAAc,EAAE,cAAc,CAAC;CAClC","file":"Dictation.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\nimport { InsertionPoint } from \"./InsertionPoint\";\n\n/**\n * The dictation type.\n */\nexport interface Dictation {\n    /**\n     * The insertion point.\n     */\n    insertionPoint: InsertionPoint;\n}\n"]}