diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetRedactedAudio.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetRedactedAudio.g.cs index ebfb9e0..ea5e591 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetRedactedAudio.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetRedactedAudio.g.cs @@ -6,6 +6,7 @@ public partial interface ITranscriptClient { /// /// Get redacted audio
+ /// <Note>To retrieve the redacted audio on the EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com` in the `GET` request above.</Note>
/// Retrieve the redacted audio object containing the status and URL to the redacted audio. ///
/// diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.Models.Transcript.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.Models.Transcript.g.cs index cea03e6..6574428 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.Models.Transcript.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.Models.Transcript.g.cs @@ -171,7 +171,7 @@ public sealed partial class Transcript public required global::System.Guid Id { get; set; } /// - /// Improve accuracy with up to 1000 domain-specific words or phrases (maximum 6 words per phrase). + /// Improve accuracy with up to 200 (for Universal) or 1000 (for Slam-1) domain-specific words or phrases (maximum 6 words per phrase). /// [global::System.Text.Json.Serialization.JsonPropertyName("keyterms_prompt")] public global::System.Collections.Generic.IList? KeytermsPrompt { get; set; } @@ -495,7 +495,7 @@ public sealed partial class Transcript /// The unique identifier of your transcript /// /// - /// Improve accuracy with up to 1000 domain-specific words or phrases (maximum 6 words per phrase). + /// Improve accuracy with up to 200 (for Universal) or 1000 (for Slam-1) domain-specific words or phrases (maximum 6 words per phrase). /// /// /// The language of your audio file.
diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetRedactedAudio.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetRedactedAudio.g.cs index 50a8902..a05a649 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetRedactedAudio.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetRedactedAudio.g.cs @@ -23,6 +23,7 @@ partial void ProcessGetRedactedAudioResponseContent( /// /// Get redacted audio
+ /// <Note>To retrieve the redacted audio on the EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com` in the `GET` request above.</Note>
/// Retrieve the redacted audio object containing the status and URL to the redacted audio. ///
/// diff --git a/src/libs/AssemblyAI/openapi.yaml b/src/libs/AssemblyAI/openapi.yaml index 2e03c81..5fe6f4a 100644 --- a/src/libs/AssemblyAI/openapi.yaml +++ b/src/libs/AssemblyAI/openapi.yaml @@ -554,6 +554,7 @@ paths: - transcript summary: Get redacted audio description: | + To retrieve the redacted audio on the EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com` in the `GET` request above. Retrieve the redacted audio object containing the status and URL to the redacted audio. operationId: getRedactedAudio x-fern-sdk-group-name: transcripts @@ -2882,7 +2883,7 @@ components: keyterms_prompt: x-label: Keyterms prompt description: | - Improve accuracy with up to 1000 domain-specific words or phrases (maximum 6 words per phrase). + Improve accuracy with up to 200 (for Universal) or 1000 (for Slam-1) domain-specific words or phrases (maximum 6 words per phrase). type: array items: x-label: Keyterm