UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
1 lines 649 B
{"version":3,"sources":["src/common.speech/ServiceMessages/Dgi/AddressEntry.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CACnB","file":"AddressEntry.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 an AddressEntry in the Addresses array in the DGI v1 grammar.\r\n */\r\nexport interface AddressEntry {\r\n /**\r\n * Gets an Address in the Addresses array\r\n */\r\n address: string;\r\n}\r\n"]}