@hahnpro/ms-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 647 B
Source Map (JSON)
{"version":3,"sources":["src/common.speech/ServiceMessages/Scenario/InsertionPoint.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB","file":"InsertionPoint.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 insertion point type.\n */\nexport interface InsertionPoint {\n /**\n * The left context.\n */\n left: string;\n\n /**\n * The right context.\n */\n right: string;\n}\n"]}