microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 588 B
Source Map (JSON)
{"version":3,"sources":["src/sdk/SpeakerRecognitionModel.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACpC,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,EAAE,CAAC;CACxB","file":"SpeakerRecognitionModel.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT license.\r\n\r\n/**\r\n * Defines SpeakerRecognitionModel interface for Speaker Recognition models\r\n * @interface SpeakerRecognitionModel\r\n */\r\nexport interface SpeakerRecognitionModel {\r\n scenario: string;\r\n profileIds: string[];\r\n}\r\n"]}