microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 679 B
Source Map (JSON)
{"version":3,"sources":["src/common.speech/ServiceMessages/Dgi/PhoneNumberEntry.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;CACvB","file":"PhoneNumberEntry.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 * Internal class representing a PhoneNumberEntry in the PhoneNumbers array in the DGI v1 grammar.\r\n */\r\nexport interface PhoneNumberEntry {\r\n /**\r\n * Gets a PhoneNumber in the PhoneNumbers array\r\n */\r\n phoneNumber: string;\r\n}\r\n"]}