UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
1 lines 825 B
{"version":3,"sources":["src/common.speech/ServiceMessages/PhraseOutput/PhraseResults.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,oBAAY,sBAAsB;IAC9B,MAAM,WAAW;IACjB,IAAI,SAAS;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC1B;;OAEG;IACH,UAAU,CAAC,EAAE,sBAAsB,CAAC;CACvC","file":"PhraseResults.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\n/**\r\n * The phrase result output type\r\n */\r\nexport enum PhraseResultOutputType {\r\n Always = \"Always\",\r\n None = \"None\"\r\n}\r\n\r\n/**\r\n * The phrase results configuration\r\n */\r\nexport interface PhraseResults {\r\n /**\r\n * The result type\r\n */\r\n resultType?: PhraseResultOutputType;\r\n}\r\n"]}