-
Notifications
You must be signed in to change notification settings - Fork 3
DatabaseManager
Provides access to the stored procedures provided by the MS SQL registration database. This supports the standard CRUD operations on User objects for registration/lookup/update/deregistration.
Provides access to profile registration functionality for DiScribe user profiles with the Azure Speaker Recognition service. Allows new profiles to be registered and checks to determine if a user is registered.
Abstract class representing a generic data element. Entity classes corresponding to database entities will derive from this class to represent the specific database objects.
Represents a Voiceprint associated with a specific user. Contains raw audio data, the time stamp for audio recording, a profile Azure Speaker Recognition GUID, and the associated user row PK.
Represents a Webex Meeting. Contains properties for meeting PK in DB, subject, start time, end time, meeting minutes output, meeting minutes file location, and the associated webex ID.