@hahnpro/ms-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 853 B
Source Map (JSON)
{"version":3,"sources":["src/common.speech/ServiceMessages/PhraseOutput/DetailedOptions.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE/D;;GAEG;AACH,MAAM,WAAW,eAAe;IAC5B;;OAEG;IACH,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IAEzB;;OAEG;IACH,UAAU,CAAC,EAAE,eAAe,EAAE,CAAC;CAClC","file":"DetailedOptions.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 { PhraseOption, PhraseExtension } from \"./PhraseOutput\";\n\n/**\n * The detailed format options.\n */\nexport interface DetailedOptions {\n /**\n * The detailed format options.\n */\n options?: PhraseOption[];\n\n /**\n * The detailed format extensions.\n */\n extensions?: PhraseExtension[];\n}\n"]}