@euirim/microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 564 B
Source Map (JSON)
{"version":3,"sources":["src/sdk/OutputFormat.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,oBAAY,YAAY;IACpB;;OAEG;IACH,MAAM,IAAI;IAEV;;OAEG;IACH,QAAQ,IAAA;CACX","file":"OutputFormat.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\n\n/**\n * Define Speech Recognizer output formats.\n * @class OutputFormat\n */\nexport enum OutputFormat {\n /**\n * @member OutputFormat.Simple\n */\n Simple = 0,\n\n /**\n * @member OutputFormat.Detailed\n */\n Detailed,\n}\n"]}