UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
1 lines 837 B
{"version":3,"sources":["src/sdk/SpeechSynthesisRequestInputType.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,oBAAY,+BAA+B;IACvC;;OAEG;IACH,IAAI,IAAI;IAER;;OAEG;IACH,IAAI,IAAI;IAER;;OAEG;IACH,UAAU,IAAI;CACjB","file":"SpeechSynthesisRequestInputType.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT license.\r\n\r\n/**\r\n * Defines the input type of speech synthesis request.\r\n * @enum SpeechSynthesisRequestInputType\r\n */\r\nexport enum SpeechSynthesisRequestInputType {\r\n /**\r\n * Plain text input.\r\n */\r\n Text = 1,\r\n\r\n /**\r\n * SSML (Speech Synthesis Markup Language) input.\r\n */\r\n SSML = 2,\r\n\r\n /**\r\n * Text stream input, for streaming text to the synthesizer.\r\n */\r\n TextStream = 3,\r\n}\r\n"]}