github.com/deepgram/deepgram-dotnet-sdk
Skill | Added | Review |
|---|---|---|
deepgram-dotnet-audio-intelligence Use when writing or reviewing C# code in this repo that enables Deepgram intelligence overlays on Speech-to-Text requests. Covers `PreRecordedSchema` analytics flags such as `Summarize`, `Topics`, `Intents`, `Sentiment`, `DetectLanguage`, `DetectEntities`, `Diarize`, and `Redact`, plus the smaller live-streaming subset on `LiveSchema`. Use `deepgram-dotnet-speech-to-text` for plain transcription and `deepgram-dotnet-text-intelligence` for analytics on already-transcribed text. | 71 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 3b953f0 | |
deepgram-dotnet-voice-agent Use when writing or reviewing C# code in this repo that builds an interactive Deepgram Voice Agent over WebSocket. Covers `ClientFactory.CreateAgentWebSocketClient()`, `SettingsSchema`, event subscriptions, microphone audio streaming, injected user messages, and function-call-related message types. Use `deepgram-dotnet-text-to-speech` for one-way synthesis and STT skills for transcription-only flows. | 76 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 3b953f0 | |
deepgram-dotnet-management-api Use when writing or reviewing C# code in this repo that calls Deepgram Management APIs for projects, models, keys, members, invitations, usage, balances, and auth token grants. Covers `ClientFactory.CreateManageClient()` and `ClientFactory.CreateAuthClient()`. Unlike some other SDKs, this repo does not currently expose reusable Voice Agent configuration management endpoints. | 80 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 3b953f0 | |
deepgram-dotnet-text-intelligence Use when writing or reviewing C# code in this repo that calls Deepgram Text Intelligence / Read (`/read`) for sentiment, summarization, topic detection, and intent recognition on text or hosted text URLs. Covers `ClientFactory.CreateAnalyzeClient()` with `AnalyzeText`, `AnalyzeUrl`, and `AnalyzeFile`. Use `deepgram-dotnet-audio-intelligence` when the source is audio instead of text. | 75 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 3b953f0 | |
deepgram-dotnet-conversational-stt Use when evaluating, extending, or writing C# code for conversational speech-to-text, Flux-style real-time transcription, or turn-taking streaming in the Deepgram .NET SDK. Identifies missing Flux request parameters (language_hint, eot_threshold), maps existing WebSocket response types, provides the closest supported LiveSchema code path, and guides adding TurnInfo models and Flux examples. Use `deepgram-dotnet-speech-to-text` for standard streaming transcription without turn awareness. | 94 1.25x Agent success vs baseline Impact 94% 1.25xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 3b953f0 | |
deepgram-dotnet-speech-to-text Use when writing or reviewing C# code in this repo that calls Deepgram Speech-to-Text for prerecorded or live transcription. Covers `ClientFactory.CreateListenRESTClient()` with `TranscribeUrl` / `TranscribeFile`, and `ClientFactory.CreateListenWebSocketClient()` with `Connect`, `Subscribe`, and `Send`. Use `deepgram-dotnet-audio-intelligence` for summaries/sentiment/topics overlays, `deepgram-dotnet-conversational-stt` for Flux-specific work, and `deepgram-dotnet-voice-agent` for full-duplex assistants. | 76 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 3b953f0 | |
deepgram-dotnet-text-to-speech Use when writing or reviewing C# code in this repo that calls Deepgram Text-to-Speech. Covers `ClientFactory.CreateSpeakRESTClient()` with `ToStream` / `ToFile`, and `ClientFactory.CreateSpeakWebSocketClient()` with `Connect`, `SpeakWithText`, `Flush`, and streaming `AudioResponse` events. Use `deepgram-dotnet-voice-agent` for full-duplex assistants instead of one-way synthesis. | 76 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 3b953f0 |