{"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.\n// Licensed under the MIT license.\n\n/**\n * Defines SpeakerRecognitionModel interface for Speaker Recognition models\n * @interface SpeakerRecognitionModel\n */\nexport interface SpeakerRecognitionModel {\n    scenario: string;\n    profileIds: string[];\n}\n"]}