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 @@ -35,9 +35,6 @@ public partial interface IVoicesClient
/// Create a new voice
/// </summary>
/// <param name="name"></param>
/// <param name="voiceType">
/// Default Value: professional
/// </param>
/// <param name="datasetUrl"></param>
/// <param name="callbackUri"></param>
/// <param name="language">
Expand All @@ -48,7 +45,6 @@ public partial interface IVoicesClient
/// <exception cref="global::System.InvalidOperationException"></exception>
global::System.Threading.Tasks.Task<global::ResembleAI.VoicesCreateVoiceResponse200> CreateVoiceAsync(
string name,
global::ResembleAI.VoicesPostRequestBodyContentApplicationJsonSchemaVoiceType? voiceType = default,
string? datasetUrl = default,
string? callbackUri = default,
string? language = default,
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@ namespace ResembleAI

typeof(global::ResembleAI.JsonConverters.WatermarkDetectUuidResultGetResponsesContentApplicationJsonSchemaItemMediaTypeNullableJsonConverter),

typeof(global::ResembleAI.JsonConverters.VoicesPostRequestBodyContentApplicationJsonSchemaVoiceTypeJsonConverter),

typeof(global::ResembleAI.JsonConverters.VoicesPostRequestBodyContentApplicationJsonSchemaVoiceTypeNullableJsonConverter),

typeof(global::ResembleAI.JsonConverters.PronunciationsGetParametersStatusJsonConverter),

typeof(global::ResembleAI.JsonConverters.PronunciationsGetParametersStatusNullableJsonConverter),
Expand Down Expand Up @@ -572,7 +568,6 @@ namespace ResembleAI
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsApiSupport))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.VoicesListVoicesResponse200))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList<global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItems>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.VoicesPostRequestBodyContentApplicationJsonSchemaVoiceType), TypeInfoPropertyName = "VoicesPostRequestBodyContentApplicationJsonSchemaVoiceType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItem))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemComponentStatus))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemComponentStatusTextToSpeech))]
Expand Down
Loading
Loading