Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ partial void ProcessAgentV1SettingsThinkModelsListResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// List Agent Think Models<br/>
/// Retrieves the available think models that can be used for AI agent processing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ partial void ProcessAuthV1TokensGrantResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Token-based Authentication<br/>
/// Generates a temporary JSON Web Token (JWT) with a 30-second (by default) TTL and usage::write permission for core voice APIs, requiring an API key with Member or higher authorization. Tokens created with this endpoint will not work with the Manage APIs.
/// </summary>

/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Deepgram.ApiException"></exception>
Expand Down Expand Up @@ -220,7 +218,6 @@ partial void ProcessAuthV1TokensGrantResponseContent(
}
}
}

/// <summary>
/// Token-based Authentication<br/>
/// Generates a temporary JSON Web Token (JWT) with a 30-second (by default) TTL and usage::write permission for core voice APIs, requiring an API key with Member or higher authorization. Tokens created with this endpoint will not work with the Manage APIs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IAgentClient
{

/// <summary>
/// List Agent Think Models<br/>
/// Retrieves the available think models that can be used for AI agent processing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,17 @@ namespace Deepgram
{
public partial interface IAuthClient
{

/// <summary>
/// Token-based Authentication<br/>
/// Generates a temporary JSON Web Token (JWT) with a 30-second (by default) TTL and usage::write permission for core voice APIs, requiring an API key with Member or higher authorization. Tokens created with this endpoint will not work with the Manage APIs.
/// </summary>

/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Deepgram.ApiException"></exception>
global::System.Threading.Tasks.Task<global::Deepgram.GrantV1Response> AuthV1TokensGrantAsync(

global::Deepgram.GrantV1Request request,
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Token-based Authentication<br/>
/// Generates a temporary JSON Web Token (JWT) with a 30-second (by default) TTL and usage::write permission for core voice APIs, requiring an API key with Member or higher authorization. Tokens created with this endpoint will not work with the Manage APIs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IListenClient
{

/// <summary>
/// Transcribe and analyze pre-recorded audio and video<br/>
/// Transcribe audio and video using Deepgram's speech-to-text REST API
Expand Down Expand Up @@ -94,7 +93,6 @@ public partial interface IListenClient
/// <param name="mipOptOut">
/// Default Value: false
/// </param>

/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Deepgram.ApiException"></exception>
Expand Down Expand Up @@ -138,7 +136,6 @@ public partial interface IListenClient
global::Deepgram.OneOf<global::Deepgram.ListenV1MediaTranscribeVersion2?, string>? version = default,
bool? mipOptOut = default,
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Transcribe and analyze pre-recorded audio and video<br/>
/// Transcribe audio and video using Deepgram's speech-to-text REST API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// Delete a Project<br/>
/// Deletes the specified project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// Create a Project Key<br/>
/// Creates a new API key with specified settings for the project
/// </summary>
/// <param name="projectId"></param>

/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Deepgram.ApiException"></exception>
Expand All @@ -19,7 +17,6 @@ public partial interface IManageClient

global::Deepgram.CreateKeyV1Request request,
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Create a Project Key<br/>
/// Creates a new API key with specified settings for the project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// Delete a Project Key<br/>
/// Deletes an API key for a specific project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// Update Project Member Scopes<br/>
/// Updates the scopes for a specific member
/// </summary>
/// <param name="projectId"></param>
/// <param name="memberId"></param>

/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Deepgram.ApiException"></exception>
Expand All @@ -21,7 +19,6 @@ public partial interface IManageClient

global::Deepgram.UpdateProjectMemberScopesV1Request request,
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Update Project Member Scopes<br/>
/// Updates the scopes for a specific member
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// Update a Project<br/>
/// Updates the name or other properties of an existing project
/// </summary>
/// <param name="projectId"></param>

/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Deepgram.ApiException"></exception>
Expand All @@ -19,7 +17,6 @@ public partial interface IManageClient

global::Deepgram.UpdateProjectV1Request request,
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Update a Project<br/>
/// Updates the name or other properties of an existing project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// Get a specific Model<br/>
/// Returns metadata for a specific public model
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// List Models<br/>
/// Returns metadata on all the latest public models. To retrieve custom models, use Get Project Models.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// Get a Project Balance<br/>
/// Retrieves details about the specified balance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// Get Project Balances<br/>
/// Generates a list of outstanding balances for the specified project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// Get Project Billing Breakdown<br/>
/// Retrieves the billing summary for a specific project, with various filter options or by grouping options.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// List Project Billing Fields<br/>
/// Lists the accessors, deployment types, tags, and line items used for billing data in the specified time period. Use this endpoint if you want to filter your results from the Billing Breakdown endpoint and want to know what filters are available.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// List Project Purchases<br/>
/// Returns the original purchased amount on an order transaction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// Get a Project<br/>
/// Retrieves information about the specified project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// Get a Project Key<br/>
/// Retrieves information about a specified API key
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// List Project Keys<br/>
/// Retrieves all API keys associated with the specified project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// Leave a Project<br/>
/// Removes the authenticated account from the specific project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// List Projects<br/>
/// Retrieves basic information about the projects associated with the API key
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// Delete a Project Member<br/>
/// Removes a member from the project using their unique member ID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// Create a Project Invite<br/>
/// Generates an invite for a specific project
/// </summary>
/// <param name="projectId"></param>

/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Deepgram.ApiException"></exception>
Expand All @@ -19,7 +17,6 @@ public partial interface IManageClient

global::Deepgram.CreateProjectInviteV1Request request,
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Create a Project Invite<br/>
/// Generates an invite for a specific project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// Delete a Project Invite<br/>
/// Deletes an invite for a specific project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// List Project Invites<br/>
/// Generates a list of invites for a specific project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// List Project Members<br/>
/// Retrieves a list of members for a given project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// List Project Member Scopes<br/>
/// Retrieves a list of scopes for a specific member
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// Get a Project Model<br/>
/// Returns metadata for a specific model
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// List Project Models<br/>
/// Returns metadata on all the latest models that a specific project has access to, including non-public models
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// Get a Project Request<br/>
/// Retrieves a specific request for a specific project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// List Project Requests<br/>
/// Generates a list of requests for a specific project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// Get Project Usage Breakdown<br/>
/// Retrieves the usage breakdown for a specific project, with various filter options by API feature or by groupings. Setting a feature (e.g. diarize) to true includes requests that used that feature, while false excludes requests that used it. Multiple true filters are combined with OR logic, while false filters use AND logic.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IManageClient
{

/// <summary>
/// List Project Usage Fields<br/>
/// Lists the features, models, tags, languages, and processing method used for requests in the specified project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Deepgram
{
public partial interface IReadClient
{

/// <summary>
/// Analyze text content<br/>
/// Analyze text content using Deepgrams text analysis API
Expand Down Expand Up @@ -35,7 +34,6 @@ public partial interface IReadClient
/// <param name="language">
/// Default Value: en
/// </param>

/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Deepgram.ApiException"></exception>
Expand All @@ -55,7 +53,6 @@ public partial interface IReadClient
global::Deepgram.ReadV1TextAnalyzeCustomIntentMode? customIntentMode = default,
string? language = default,
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Analyze text content<br/>
/// Analyze text content using Deepgrams text analysis API
Expand Down
Loading