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 @@ -6,7 +6,6 @@ public partial interface ITranscriptClient
{
/// <summary>
/// Get redacted audio<br/>
/// &lt;Warning&gt; Redacted audio creation is not supported on the EU endpoint. &lt;/Warning&gt;<br/>
/// Retrieve the redacted audio object containing the status and URL to the redacted audio.
/// </summary>
/// <param name="transcriptId"></param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ partial void ProcessGetRedactedAudioResponseContent(

/// <summary>
/// Get redacted audio<br/>
/// &lt;Warning&gt; Redacted audio creation is not supported on the EU endpoint. &lt;/Warning&gt;<br/>
/// Retrieve the redacted audio object containing the status and URL to the redacted audio.
/// </summary>
/// <param name="transcriptId"></param>
Expand Down
1 change: 0 additions & 1 deletion src/libs/AssemblyAI/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ paths:
- transcript
summary: Get redacted audio
description: |
<Warning> Redacted audio creation is not supported on the EU endpoint. </Warning>
Retrieve the redacted audio object containing the status and URL to the redacted audio.
operationId: getRedactedAudio
x-fern-sdk-group-name: transcripts
Expand Down
Loading