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 @@ -106,8 +106,7 @@ public sealed partial class TranscriptOptionalParams
public bool? IabCategories { get; set; }

/// <summary>
/// &lt;Warning&gt;`keyterms_prompt` is only supported when the `speech_model` is specified as `slam-1`&lt;/Warning&gt;<br/>
/// 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).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("keyterms_prompt")]
public global::System.Collections.Generic.IList<string>? KeytermsPrompt { get; set; }
Expand Down Expand Up @@ -348,8 +347,7 @@ public sealed partial class TranscriptOptionalParams
/// Default Value: false
/// </param>
/// <param name="keytermsPrompt">
/// &lt;Warning&gt;`keyterms_prompt` is only supported when the `speech_model` is specified as `slam-1`&lt;/Warning&gt;<br/>
/// 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).
/// </param>
/// <param name="languageCode">
/// The language of your audio file. Possible values are found in [Supported Languages](https://www.assemblyai.com/docs/concepts/supported-languages).<br/>
Expand Down
3 changes: 1 addition & 2 deletions src/libs/AssemblyAI/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1474,8 +1474,7 @@ components:
keyterms_prompt:
x-label: Keyterms prompt
description: |
<Warning>`keyterms_prompt` is only supported when the `speech_model` is specified as `slam-1`</Warning>
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
Expand Down
Loading