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 @@ public sealed partial class ImportProjectMediaRequestAddMediaUrlImport
public required string Url { get; set; }

/// <summary>
/// **[Work in progress]** This property is not yet supported and will be ignored if provided. Language is currently auto-detected.<br/>
/// ISO 639-1 language code for transcription (e.g., "en", "es", "fr").<br/>
/// If not specified, language is auto-detected from the audio.<br/>
/// Example: en
Expand All @@ -43,7 +42,6 @@ public sealed partial class ImportProjectMediaRequestAddMediaUrlImport
/// Example: https://example.com/intro.mp4
/// </param>
/// <param name="language">
/// **[Work in progress]** This property is not yet supported and will be ignored if provided. Language is currently auto-detected.<br/>
/// ISO 639-1 language code for transcription (e.g., "en", "es", "fr").<br/>
/// If not specified, language is auto-detected from the audio.<br/>
/// Example: en
Expand Down
2 changes: 0 additions & 2 deletions src/libs/Descript/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ paths:
language:
type: string
description: |
**[Work in progress]** This property is not yet supported and will be ignored if provided. Language is currently auto-detected.

ISO 639-1 language code for transcription (e.g., "en", "es", "fr").
If not specified, language is auto-detected from the audio.
example: en
Expand Down