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
7 changes: 4 additions & 3 deletions src/libs/FishAudio/Generated/FishAudio.FishAudioClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
namespace FishAudio
{
/// <summary>
/// Canonical REST API schema for Fish Audio text-to-speech, speech-to-text, wallet, and voice model operations.<br/>
/// If no httpClient is provided, a new one will be created.<br/>
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
Expand Down Expand Up @@ -40,7 +41,7 @@ public sealed partial class FishAudioClient : global::FishAudio.IFishAudioClient


/// <summary>
///
/// Endpoints for listing, creating, updating, and deleting voice models.
/// </summary>
public ModelClient Model => new ModelClient(HttpClient, authorizations: Authorizations, options: Options)
{
Expand All @@ -49,7 +50,7 @@ public sealed partial class FishAudioClient : global::FishAudio.IFishAudioClient
};

/// <summary>
///
/// Core Fish Audio REST endpoints for text-to-speech and speech-to-text.
/// </summary>
public OpenAPIV1Client OpenAPIV1 => new OpenAPIV1Client(HttpClient, authorizations: Authorizations, options: Options)
{
Expand All @@ -58,7 +59,7 @@ public sealed partial class FishAudioClient : global::FishAudio.IFishAudioClient
};

/// <summary>
///
/// Endpoints for API credit and package information.
/// </summary>
public WalletClient Wallet => new WalletClient(HttpClient, authorizations: Authorizations, options: Options)
{
Expand Down
7 changes: 4 additions & 3 deletions src/libs/FishAudio/Generated/FishAudio.IFishAudioClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
namespace FishAudio
{
/// <summary>
/// Canonical REST API schema for Fish Audio text-to-speech, speech-to-text, wallet, and voice model operations.<br/>
/// If no httpClient is provided, a new one will be created.<br/>
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
Expand Down Expand Up @@ -45,17 +46,17 @@ public partial interface IFishAudioClient : global::System.IDisposable


/// <summary>
///
/// Endpoints for listing, creating, updating, and deleting voice models.
/// </summary>
public ModelClient Model { get; }

/// <summary>
///
/// Core Fish Audio REST endpoints for text-to-speech and speech-to-text.
/// </summary>
public OpenAPIV1Client OpenAPIV1 { get; }

/// <summary>
///
/// Endpoints for API credit and package information.
/// </summary>
public WalletClient Wallet { get; }

Expand Down
1 change: 1 addition & 0 deletions src/libs/FishAudio/Generated/FishAudio.IModelClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
namespace FishAudio
{
/// <summary>
/// Endpoints for listing, creating, updating, and deleting voice models.<br/>
/// If no httpClient is provided, a new one will be created.<br/>
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public partial interface IOpenAPIV1Client
/// </param>
/// <param name="earlyStopThreshold">
/// Early stopping threshold for batch processing.<br/>
/// Default Value: 1
/// Default Value: 1F
/// </param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
namespace FishAudio
{
/// <summary>
/// Core Fish Audio REST endpoints for text-to-speech and speech-to-text.<br/>
/// If no httpClient is provided, a new one will be created.<br/>
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
Expand Down
1 change: 1 addition & 0 deletions src/libs/FishAudio/Generated/FishAudio.IWalletClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
namespace FishAudio
{
/// <summary>
/// Endpoints for API credit and package information.<br/>
/// If no httpClient is provided, a new one will be created.<br/>
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
Expand Down
1 change: 1 addition & 0 deletions src/libs/FishAudio/Generated/FishAudio.ModelClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
namespace FishAudio
{
/// <summary>
/// Endpoints for listing, creating, updating, and deleting voice models.<br/>
/// If no httpClient is provided, a new one will be created.<br/>
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
Expand Down
4 changes: 2 additions & 2 deletions src/libs/FishAudio/Generated/FishAudio.Models.TTSRequest.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public sealed partial class TTSRequest

/// <summary>
/// Early stopping threshold for batch processing.<br/>
/// Default Value: 1
/// Default Value: 1F
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("early_stop_threshold")]
public double? EarlyStopThreshold { get; set; }
Expand Down Expand Up @@ -230,7 +230,7 @@ public sealed partial class TTSRequest
/// </param>
/// <param name="earlyStopThreshold">
/// Early stopping threshold for batch processing.<br/>
/// Default Value: 1
/// Default Value: 1F
/// </param>
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ partial void ProcessCreateTtsResponse(
/// </param>
/// <param name="earlyStopThreshold">
/// Early stopping threshold for batch processing.<br/>
/// Default Value: 1
/// Default Value: 1F
/// </param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
namespace FishAudio
{
/// <summary>
/// Core Fish Audio REST endpoints for text-to-speech and speech-to-text.<br/>
/// If no httpClient is provided, a new one will be created.<br/>
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
Expand Down
1 change: 1 addition & 0 deletions src/libs/FishAudio/Generated/FishAudio.WalletClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
namespace FishAudio
{
/// <summary>
/// Endpoints for API credit and package information.<br/>
/// If no httpClient is provided, a new one will be created.<br/>
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
Expand Down
Loading