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
10 changes: 5 additions & 5 deletions src/libs/Soniox/Generated/Soniox.FilesClient.UploadFile.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ partial void ProcessUploadFileResponseContent(

/// <summary>
/// Upload file<br/>
/// Uploads a new file.
/// Uploads a new file. Files are automatically deleted 30 days after upload. However, we strongly recommend that you manually delete files as soon as you have obtained your transcription results, rather than waiting for automatic deletion.
/// </summary>
/// <param name="request"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
Expand All @@ -66,7 +66,7 @@ partial void ProcessUploadFileResponseContent(
}
/// <summary>
/// Upload file<br/>
/// Uploads a new file.
/// Uploads a new file. Files are automatically deleted 30 days after upload. However, we strongly recommend that you manually delete files as soon as you have obtained your transcription results, rather than waiting for automatic deletion.
/// </summary>
/// <param name="request"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
Expand Down Expand Up @@ -627,7 +627,7 @@ request.Filename is null
}
/// <summary>
/// Upload file<br/>
/// Uploads a new file.
/// Uploads a new file. Files are automatically deleted 30 days after upload. However, we strongly recommend that you manually delete files as soon as you have obtained your transcription results, rather than waiting for automatic deletion.
/// </summary>
/// <param name="clientReferenceId">
/// Optional tracking identifier string. Does not need to be unique.
Expand Down Expand Up @@ -663,7 +663,7 @@ request.Filename is null

/// <summary>
/// Upload file<br/>
/// Uploads a new file.
/// Uploads a new file. Files are automatically deleted 30 days after upload. However, we strongly recommend that you manually delete files as soon as you have obtained your transcription results, rather than waiting for automatic deletion.
/// </summary>
/// <param name="clientReferenceId">
/// Optional tracking identifier string. Does not need to be unique.
Expand Down Expand Up @@ -1231,7 +1231,7 @@ request.Filename is null
}
/// <summary>
/// Upload file<br/>
/// Uploads a new file.
/// Uploads a new file. Files are automatically deleted 30 days after upload. However, we strongly recommend that you manually delete files as soon as you have obtained your transcription results, rather than waiting for automatic deletion.
/// </summary>
/// <param name="clientReferenceId">
/// Optional tracking identifier string. Does not need to be unique.
Expand Down
10 changes: 5 additions & 5 deletions src/libs/Soniox/Generated/Soniox.IFilesClient.UploadFile.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public partial interface IFilesClient
{
/// <summary>
/// Upload file<br/>
/// Uploads a new file.
/// Uploads a new file. Files are automatically deleted 30 days after upload. However, we strongly recommend that you manually delete files as soon as you have obtained your transcription results, rather than waiting for automatic deletion.
/// </summary>
/// <param name="request"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
Expand All @@ -19,7 +19,7 @@ public partial interface IFilesClient
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
/// Upload file<br/>
/// Uploads a new file.
/// Uploads a new file. Files are automatically deleted 30 days after upload. However, we strongly recommend that you manually delete files as soon as you have obtained your transcription results, rather than waiting for automatic deletion.
/// </summary>
/// <param name="request"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
Expand All @@ -32,7 +32,7 @@ public partial interface IFilesClient
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
/// Upload file<br/>
/// Uploads a new file.
/// Uploads a new file. Files are automatically deleted 30 days after upload. However, we strongly recommend that you manually delete files as soon as you have obtained your transcription results, rather than waiting for automatic deletion.
/// </summary>
/// <param name="clientReferenceId">
/// Optional tracking identifier string. Does not need to be unique.
Expand All @@ -55,7 +55,7 @@ public partial interface IFilesClient

/// <summary>
/// Upload file<br/>
/// Uploads a new file.
/// Uploads a new file. Files are automatically deleted 30 days after upload. However, we strongly recommend that you manually delete files as soon as you have obtained your transcription results, rather than waiting for automatic deletion.
/// </summary>
/// <param name="clientReferenceId">
/// Optional tracking identifier string. Does not need to be unique.
Expand All @@ -77,7 +77,7 @@ public partial interface IFilesClient
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
/// Upload file<br/>
/// Uploads a new file.
/// Uploads a new file. Files are automatically deleted 30 days after upload. However, we strongly recommend that you manually delete files as soon as you have obtained your transcription results, rather than waiting for automatic deletion.
/// </summary>
/// <param name="clientReferenceId">
/// Optional tracking identifier string. Does not need to be unique.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public partial interface ITranscriptionsClient
{
/// <summary>
/// Create transcription<br/>
/// Creates a new transcription.
/// Creates a new transcription. Transcriptions are automatically deleted 30 days after being submitted.
/// </summary>
/// <param name="request"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
Expand All @@ -19,7 +19,7 @@ public partial interface ITranscriptionsClient
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
/// Create transcription<br/>
/// Creates a new transcription.
/// Creates a new transcription. Transcriptions are automatically deleted 30 days after being submitted.
/// </summary>
/// <param name="request"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
Expand All @@ -32,7 +32,7 @@ public partial interface ITranscriptionsClient
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
/// Create transcription<br/>
/// Creates a new transcription.
/// Creates a new transcription. Transcriptions are automatically deleted 30 days after being submitted.
/// </summary>
/// <param name="model">
/// Speech-to-text model to use for the transcription.
Expand Down

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions src/libs/Soniox/Generated/Soniox.Models.Model.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ public sealed partial class Model
[global::System.Text.Json.Serialization.JsonRequired]
public required bool SupportsMaxEndpointDelay { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("supports_endpoint_sensitivity")]
[global::System.Text.Json.Serialization.JsonRequired]
public required bool SupportsEndpointSensitivity { get; set; }

/// <summary>
/// List of supported one-way translation targets. If list is empty, check for one_way_translation field
/// </summary>
Expand Down Expand Up @@ -112,6 +119,7 @@ public sealed partial class Model
/// </param>
/// <param name="supportsLanguageHintsStrict"></param>
/// <param name="supportsMaxEndpointDelay"></param>
/// <param name="supportsEndpointSensitivity"></param>
/// <param name="translationTargets">
/// List of supported one-way translation targets. If list is empty, check for one_way_translation field
/// </param>
Expand Down Expand Up @@ -140,6 +148,7 @@ public Model(
global::System.Collections.Generic.IList<global::Soniox.Language> languages,
bool supportsLanguageHintsStrict,
bool supportsMaxEndpointDelay,
bool supportsEndpointSensitivity,
global::System.Collections.Generic.IList<global::Soniox.TranslationTarget> translationTargets,
global::System.Collections.Generic.IList<string> twoWayTranslationPairs,
string? aliasedModelId,
Expand All @@ -155,6 +164,7 @@ public Model(
this.Languages = languages ?? throw new global::System.ArgumentNullException(nameof(languages));
this.SupportsLanguageHintsStrict = supportsLanguageHintsStrict;
this.SupportsMaxEndpointDelay = supportsMaxEndpointDelay;
this.SupportsEndpointSensitivity = supportsEndpointSensitivity;
this.TranslationTargets = translationTargets ?? throw new global::System.ArgumentNullException(nameof(translationTargets));
this.TwoWayTranslationPairs = twoWayTranslationPairs ?? throw new global::System.ArgumentNullException(nameof(twoWayTranslationPairs));
this.OneWayTranslation = oneWayTranslation;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ partial void ProcessCreateTranscriptionResponseContent(

/// <summary>
/// Create transcription<br/>
/// Creates a new transcription.
/// Creates a new transcription. Transcriptions are automatically deleted 30 days after being submitted.
/// </summary>
/// <param name="request"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
Expand All @@ -66,7 +66,7 @@ partial void ProcessCreateTranscriptionResponseContent(
}
/// <summary>
/// Create transcription<br/>
/// Creates a new transcription.
/// Creates a new transcription. Transcriptions are automatically deleted 30 days after being submitted.
/// </summary>
/// <param name="request"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
Expand Down Expand Up @@ -620,7 +620,7 @@ partial void ProcessCreateTranscriptionResponseContent(
}
/// <summary>
/// Create transcription<br/>
/// Creates a new transcription.
/// Creates a new transcription. Transcriptions are automatically deleted 30 days after being submitted.
/// </summary>
/// <param name="model">
/// Speech-to-text model to use for the transcription.
Expand Down
6 changes: 3 additions & 3 deletions src/libs/Soniox/Generated/autosdk.generated-examples.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/libs/Soniox/openapi.json

Large diffs are not rendered by default.