microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 675 B
Source Map (JSON)
{"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":["//\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\nimport { InsertionPoint } from \"./InsertionPoint\";\r\n\r\n/**\r\n * The dictation type.\r\n */\r\nexport interface Dictation {\r\n /**\r\n * The insertion point.\r\n */\r\n insertionPoint: InsertionPoint;\r\n}\r\n"]}