To customize your Deepgram transcription requests and manage how your data is used, you might want to opt out of the Deepgram Model Improvement Partnership (MIP). By opting out, your data won't be used to improve Deepgram's models, but note that this comes with a price increase. Here's how you can opt out using Deepgram's .NET SDK.
The mip_opt_out
parameter is not directly visible in the PreRecordedSchema
in Deepgram's SDKs including .NET. However, you can pass it as a custom parameter when making an API request.
.NET
found here: Deepgram SDK DocsBy using the custom parameter feature in the Deepgram .NET SDK, you can easily opt out of data sharing in Deepgram's Model Improvement Partnership. Always ensure you stay informed about changes to service terms or pricing associated with opting out. This approach allows you to retain control over how your data is used while leveraging Deepgram's transcription capabilities.