@hahnpro/ms-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 621 B
Source Map (JSON)
{"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":["//\n// Copyright (c) Microsoft. All rights reserved.\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\n//\n\n/**\n * Internal class representing an AddressEntry in the Addresses array in the DGI v1 grammar.\n */\nexport interface AddressEntry {\n /**\n * Gets an Address in the Addresses array\n */\n address: string;\n}\n"]}