microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 687 B
Source Map (JSON)
{"version":3,"sources":["src/common.speech/ServiceMessages/PhraseDetection/GeoLocation.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB","file":"GeoLocation.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 * The geo location configuration\r\n */\r\nexport interface GeoLocation {\r\n /**\r\n * The latitude\r\n */\r\n latitude: number;\r\n\r\n /**\r\n * The longitude\r\n */\r\n longitude: number;\r\n}\r\n"]}