UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
1 lines 904 B
{"version":3,"sources":["src/common.speech/ServiceMessages/Translation/TranslationOutput.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;OAEG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;IAEpC;;OAEG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;CACnC","file":"TranslationOutput.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 { InterimResults } from \"./InterimResults\";\r\n\r\n/**\r\n * The translation output configuration\r\n */\r\nexport interface TranslationOutput {\r\n /**\r\n * Whether to include pass through results\r\n */\r\n includePassThroughResults?: boolean;\r\n\r\n /**\r\n * The interim results configuration\r\n */\r\n interimResults?: InterimResults;\r\n}\r\n"]}