UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
1 lines 1.1 kB
{"version":3,"sources":["src/sdk/SpeechSynthesisBoundaryType.ts"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,oBAAY,2BAA2B;IACnC;;;OAGG;IACH,IAAI,iBAAiB;IAErB;;;OAGG;IACH,WAAW,wBAAwB;IAEnC;;;OAGG;IACH,QAAQ,qBAAqB;CAChC","file":"SpeechSynthesisBoundaryType.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 boundary type of speech synthesis boundary event.\r\n * @class SpeechSynthesisBoundaryType\r\n * Added in version 1.21.0\r\n */\r\nexport enum SpeechSynthesisBoundaryType {\r\n /**\r\n * Indicates the boundary text is a word.\r\n * @member SpeechSynthesisBoundaryType.Word\r\n */\r\n Word = \"WordBoundary\",\r\n\r\n /**\r\n * Indicates the boundary text is a punctuation.\r\n * @member SpeechSynthesisBoundaryType.Punctuation\r\n */\r\n Punctuation = \"PunctuationBoundary\",\r\n\r\n /**\r\n * Indicates the boundary text is a sentence.\r\n * @member SpeechSynthesisBoundaryType.Sentence\r\n */\r\n Sentence = \"SentenceBoundary\"\r\n}\r\n"]}