diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.TranscriptLanguageDetectionOptionsOnNoSpeechDetected.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.TranscriptLanguageDetectionOptionsOnNoSpeechDetected.g.cs
new file mode 100644
index 0000000..60639be
--- /dev/null
+++ b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.TranscriptLanguageDetectionOptionsOnNoSpeechDetected.g.cs
@@ -0,0 +1,53 @@
+#nullable enable
+
+namespace AssemblyAI.JsonConverters
+{
+ ///
+ public sealed class TranscriptLanguageDetectionOptionsOnNoSpeechDetectedJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::AssemblyAI.TranscriptLanguageDetectionOptionsOnNoSpeechDetected Read(
+ ref global::System.Text.Json.Utf8JsonReader reader,
+ global::System.Type typeToConvert,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ switch (reader.TokenType)
+ {
+ case global::System.Text.Json.JsonTokenType.String:
+ {
+ var stringValue = reader.GetString();
+ if (stringValue != null)
+ {
+ return global::AssemblyAI.TranscriptLanguageDetectionOptionsOnNoSpeechDetectedExtensions.ToEnum(stringValue) ?? default;
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::AssemblyAI.TranscriptLanguageDetectionOptionsOnNoSpeechDetected)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::AssemblyAI.TranscriptLanguageDetectionOptionsOnNoSpeechDetected);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::AssemblyAI.TranscriptLanguageDetectionOptionsOnNoSpeechDetected value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ writer.WriteStringValue(global::AssemblyAI.TranscriptLanguageDetectionOptionsOnNoSpeechDetectedExtensions.ToValueString(value));
+ }
+ }
+}
diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.TranscriptLanguageDetectionOptionsOnNoSpeechDetectedNullable.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.TranscriptLanguageDetectionOptionsOnNoSpeechDetectedNullable.g.cs
new file mode 100644
index 0000000..820ed85
--- /dev/null
+++ b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.TranscriptLanguageDetectionOptionsOnNoSpeechDetectedNullable.g.cs
@@ -0,0 +1,60 @@
+#nullable enable
+
+namespace AssemblyAI.JsonConverters
+{
+ ///
+ public sealed class TranscriptLanguageDetectionOptionsOnNoSpeechDetectedNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::AssemblyAI.TranscriptLanguageDetectionOptionsOnNoSpeechDetected? Read(
+ ref global::System.Text.Json.Utf8JsonReader reader,
+ global::System.Type typeToConvert,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ switch (reader.TokenType)
+ {
+ case global::System.Text.Json.JsonTokenType.String:
+ {
+ var stringValue = reader.GetString();
+ if (stringValue != null)
+ {
+ return global::AssemblyAI.TranscriptLanguageDetectionOptionsOnNoSpeechDetectedExtensions.ToEnum(stringValue);
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::AssemblyAI.TranscriptLanguageDetectionOptionsOnNoSpeechDetected)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::AssemblyAI.TranscriptLanguageDetectionOptionsOnNoSpeechDetected?);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::AssemblyAI.TranscriptLanguageDetectionOptionsOnNoSpeechDetected? value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ if (value == null)
+ {
+ writer.WriteNullValue();
+ }
+ else
+ {
+ writer.WriteStringValue(global::AssemblyAI.TranscriptLanguageDetectionOptionsOnNoSpeechDetectedExtensions.ToValueString(value.Value));
+ }
+ }
+ }
+}
diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetected.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetected.g.cs
new file mode 100644
index 0000000..418f94e
--- /dev/null
+++ b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetected.g.cs
@@ -0,0 +1,53 @@
+#nullable enable
+
+namespace AssemblyAI.JsonConverters
+{
+ ///
+ public sealed class TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetectedJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::AssemblyAI.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetected Read(
+ ref global::System.Text.Json.Utf8JsonReader reader,
+ global::System.Type typeToConvert,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ switch (reader.TokenType)
+ {
+ case global::System.Text.Json.JsonTokenType.String:
+ {
+ var stringValue = reader.GetString();
+ if (stringValue != null)
+ {
+ return global::AssemblyAI.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetectedExtensions.ToEnum(stringValue) ?? default;
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::AssemblyAI.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetected)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::AssemblyAI.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetected);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::AssemblyAI.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetected value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ writer.WriteStringValue(global::AssemblyAI.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetectedExtensions.ToValueString(value));
+ }
+ }
+}
diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetectedNullable.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetectedNullable.g.cs
new file mode 100644
index 0000000..305256b
--- /dev/null
+++ b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetectedNullable.g.cs
@@ -0,0 +1,60 @@
+#nullable enable
+
+namespace AssemblyAI.JsonConverters
+{
+ ///
+ public sealed class TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetectedNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::AssemblyAI.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetected? Read(
+ ref global::System.Text.Json.Utf8JsonReader reader,
+ global::System.Type typeToConvert,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ switch (reader.TokenType)
+ {
+ case global::System.Text.Json.JsonTokenType.String:
+ {
+ var stringValue = reader.GetString();
+ if (stringValue != null)
+ {
+ return global::AssemblyAI.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetectedExtensions.ToEnum(stringValue);
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::AssemblyAI.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetected)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::AssemblyAI.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetected?);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::AssemblyAI.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetected? value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ if (value == null)
+ {
+ writer.WriteNullValue();
+ }
+ else
+ {
+ writer.WriteStringValue(global::AssemblyAI.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetectedExtensions.ToValueString(value.Value));
+ }
+ }
+ }
+}
diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.TranscriptParams.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.TranscriptParams.g.cs
index 5f2c8c2..ac6ce97 100644
--- a/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.TranscriptParams.g.cs
+++ b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.TranscriptParams.g.cs
@@ -62,6 +62,7 @@ public class TranscriptParamsJsonConverter : global::System.Text.Json.Serializat
if (__jsonProps.Contains("language_detection_options.expected_languages")) __score1++;
if (__jsonProps.Contains("language_detection_options.fallback_language")) __score1++;
if (__jsonProps.Contains("language_detection_options.localization")) __score1++;
+ if (__jsonProps.Contains("language_detection_options.on_no_speech_detected")) __score1++;
if (__jsonProps.Contains("multichannel")) __score1++;
if (__jsonProps.Contains("prompt")) __score1++;
if (__jsonProps.Contains("punctuate")) __score1++;
diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.JsonSerializerContext.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonSerializerContext.g.cs
index 5e2e6bb..ce9119f 100644
--- a/src/libs/AssemblyAI/Generated/AssemblyAI.JsonSerializerContext.g.cs
+++ b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonSerializerContext.g.cs
@@ -25,6 +25,10 @@ namespace AssemblyAI
typeof(global::AssemblyAI.JsonConverters.TranscriptOptionalParamsDomainNullableJsonConverter),
+ typeof(global::AssemblyAI.JsonConverters.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetectedJsonConverter),
+
+ typeof(global::AssemblyAI.JsonConverters.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetectedNullableJsonConverter),
+
typeof(global::AssemblyAI.JsonConverters.TranscriptOptionalParamsRedactPiiAudioOptionsOverrideAudioRedactionMethodJsonConverter),
typeof(global::AssemblyAI.JsonConverters.TranscriptOptionalParamsRedactPiiAudioOptionsOverrideAudioRedactionMethodNullableJsonConverter),
@@ -69,6 +73,10 @@ namespace AssemblyAI
typeof(global::AssemblyAI.JsonConverters.TranscriptReadyStatusNullableJsonConverter),
+ typeof(global::AssemblyAI.JsonConverters.TranscriptLanguageDetectionOptionsOnNoSpeechDetectedJsonConverter),
+
+ typeof(global::AssemblyAI.JsonConverters.TranscriptLanguageDetectionOptionsOnNoSpeechDetectedNullableJsonConverter),
+
typeof(global::AssemblyAI.JsonConverters.TranscriptRedactPiiAudioOptionsOverrideAudioRedactionMethodJsonConverter),
typeof(global::AssemblyAI.JsonConverters.TranscriptRedactPiiAudioOptionsOverrideAudioRedactionMethodNullableJsonConverter),
@@ -171,6 +179,7 @@ namespace AssemblyAI
[global::System.Text.Json.Serialization.JsonSerializable(typeof(float))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.TranscriptOptionalParamsLanguageDetectionOptions))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(double))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetected), TypeInfoPropertyName = "TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetected2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.TranscriptOptionalParamsRedactPiiAudioOptions))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.TranscriptOptionalParamsRedactPiiAudioOptionsOverrideAudioRedactionMethod), TypeInfoPropertyName = "TranscriptOptionalParamsRedactPiiAudioOptionsOverrideAudioRedactionMethod2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.RedactPiiAudioQuality), TypeInfoPropertyName = "RedactPiiAudioQuality2")]
@@ -213,6 +222,10 @@ namespace AssemblyAI
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.OneOf), TypeInfoPropertyName = "OneOfTopicDetectionModelResultObject2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.TopicDetectionModelResult))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.TranscriptLanguageDetectionOptions))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.TranscriptLanguageDetectionOptionsOnNoSpeechDetected), TypeInfoPropertyName = "TranscriptLanguageDetectionOptionsOnNoSpeechDetected2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.TranscriptMetadata))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.TranscriptMetadataWarning))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.TranscriptRedactPiiAudioOptions))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.TranscriptRedactPiiAudioOptionsOverrideAudioRedactionMethod), TypeInfoPropertyName = "TranscriptRedactPiiAudioOptionsOverrideAudioRedactionMethod2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.OneOf), TypeInfoPropertyName = "OneOfRedactPiiAudioQualityObject2")]
@@ -291,6 +304,7 @@ namespace AssemblyAI
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.JsonSerializerContextTypes.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonSerializerContextTypes.g.cs
index 5e84ecd..5eeed51 100644
--- a/src/libs/AssemblyAI/Generated/AssemblyAI.JsonSerializerContextTypes.g.cs
+++ b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonSerializerContextTypes.g.cs
@@ -144,419 +144,439 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::AssemblyAI.TranscriptOptionalParamsRedactPiiAudioOptions? Type29 { get; set; }
+ public global::AssemblyAI.TranscriptOptionalParamsLanguageDetectionOptionsOnNoSpeechDetected? Type29 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptOptionalParamsRedactPiiAudioOptionsOverrideAudioRedactionMethod? Type30 { get; set; }
+ public global::AssemblyAI.TranscriptOptionalParamsRedactPiiAudioOptions? Type30 { get; set; }
///
///
///
- public global::AssemblyAI.RedactPiiAudioQuality? Type31 { get; set; }
+ public global::AssemblyAI.TranscriptOptionalParamsRedactPiiAudioOptionsOverrideAudioRedactionMethod? Type31 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type32 { get; set; }
+ public global::AssemblyAI.RedactPiiAudioQuality? Type32 { get; set; }
///
///
///
- public global::AssemblyAI.PiiPolicy? Type33 { get; set; }
+ public global::System.Collections.Generic.IList? Type33 { get; set; }
///
///
///
- public global::AssemblyAI.OneOf? Type34 { get; set; }
+ public global::AssemblyAI.PiiPolicy? Type34 { get; set; }
///
///
///
- public global::AssemblyAI.SubstitutionPolicy? Type35 { get; set; }
+ public global::AssemblyAI.OneOf? Type35 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary>? Type36 { get; set; }
+ public global::AssemblyAI.SubstitutionPolicy? Type36 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptOptionalParamsSpeakerOptions? Type37 { get; set; }
+ public global::System.Collections.Generic.Dictionary>? Type37 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type38 { get; set; }
+ public global::AssemblyAI.TranscriptOptionalParamsSpeakerOptions? Type38 { get; set; }
///
///
///
- public global::AssemblyAI.SpeechModel2? Type39 { get; set; }
+ public global::System.Collections.Generic.IList? Type39 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptOptionalParamsSpeechUnderstanding? Type40 { get; set; }
+ public global::AssemblyAI.SpeechModel2? Type40 { get; set; }
///
///
///
- public global::AssemblyAI.TranslationRequestBody? Type41 { get; set; }
+ public global::AssemblyAI.TranscriptOptionalParamsSpeechUnderstanding? Type41 { get; set; }
///
///
///
- public global::AssemblyAI.SpeakerIdentificationRequestBody? Type42 { get; set; }
+ public global::AssemblyAI.TranslationRequestBody? Type42 { get; set; }
///
///
///
- public global::AssemblyAI.CustomFormattingRequestBody? Type43 { get; set; }
+ public global::AssemblyAI.SpeakerIdentificationRequestBody? Type43 { get; set; }
///
///
///
- public global::AssemblyAI.SummarizationRequestBody? Type44 { get; set; }
+ public global::AssemblyAI.CustomFormattingRequestBody? Type44 { get; set; }
///
///
///
- public global::AssemblyAI.ActionItemsRequestBody? Type45 { get; set; }
+ public global::AssemblyAI.SummarizationRequestBody? Type45 { get; set; }
///
///
///
- public global::AssemblyAI.SummaryModel? Type46 { get; set; }
+ public global::AssemblyAI.ActionItemsRequestBody? Type46 { get; set; }
///
///
///
- public global::AssemblyAI.SummaryType? Type47 { get; set; }
+ public global::AssemblyAI.SummaryModel? Type47 { get; set; }
///
///
///
- public global::AssemblyAI.OneOf? Type48 { get; set; }
+ public global::AssemblyAI.SummaryType? Type48 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptOptionalParamsRemoveAudioTags? Type49 { get; set; }
+ public global::AssemblyAI.OneOf? Type49 { get; set; }
///
///
///
- public global::AssemblyAI.OneOf? Type50 { get; set; }
+ public global::AssemblyAI.TranscriptOptionalParamsRemoveAudioTags? Type50 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptParams? Type51 { get; set; }
+ public global::AssemblyAI.OneOf? Type51 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptParamsVariant1? Type52 { get; set; }
+ public global::AssemblyAI.TranscriptParams? Type52 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptUtterance? Type53 { get; set; }
+ public global::AssemblyAI.TranscriptParamsVariant1? Type53 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type54 { get; set; }
+ public global::AssemblyAI.TranscriptUtterance? Type54 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptWord? Type55 { get; set; }
+ public global::System.Collections.Generic.IList? Type55 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type56 { get; set; }
+ public global::AssemblyAI.TranscriptWord? Type56 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptStatus? Type57 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type57 { get; set; }
///
///
///
- public global::AssemblyAI.Transcript? Type58 { get; set; }
+ public global::AssemblyAI.TranscriptStatus? Type58 { get; set; }
///
///
///
- public global::AssemblyAI.OneOf? Type59 { get; set; }
+ public global::AssemblyAI.Transcript? Type59 { get; set; }
///
///
///
- public global::AssemblyAI.AutoHighlightsResult2? Type60 { get; set; }
+ public global::AssemblyAI.OneOf? Type60 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type61 { get; set; }
+ public global::AssemblyAI.AutoHighlightsResult2? Type61 { get; set; }
///
///
///
- public global::AssemblyAI.Chapter? Type62 { get; set; }
+ public global::System.Collections.Generic.IList? Type62 { get; set; }
///
///
///
- public global::AssemblyAI.OneOf? Type63 { get; set; }
+ public global::AssemblyAI.Chapter? Type63 { get; set; }
///
///
///
- public global::AssemblyAI.ContentSafetyLabelsResult? Type64 { get; set; }
+ public global::AssemblyAI.OneOf? Type64 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type65 { get; set; }
+ public global::AssemblyAI.ContentSafetyLabelsResult? Type65 { get; set; }
///
///
///
- public global::AssemblyAI.Entity? Type66 { get; set; }
+ public global::System.Collections.Generic.IList? Type66 { get; set; }
///
///
///
- public global::AssemblyAI.OneOf? Type67 { get; set; }
+ public global::AssemblyAI.Entity? Type67 { get; set; }
///
///
///
- public global::AssemblyAI.TopicDetectionModelResult? Type68 { get; set; }
+ public global::AssemblyAI.OneOf? Type68 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptLanguageDetectionOptions? Type69 { get; set; }
+ public global::AssemblyAI.TopicDetectionModelResult? Type69 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptRedactPiiAudioOptions? Type70 { get; set; }
+ public global::AssemblyAI.TranscriptLanguageDetectionOptions? Type70 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptRedactPiiAudioOptionsOverrideAudioRedactionMethod? Type71 { get; set; }
+ public global::AssemblyAI.TranscriptLanguageDetectionOptionsOnNoSpeechDetected? Type71 { get; set; }
///
///
///
- public global::AssemblyAI.OneOf? Type72 { get; set; }
+ public global::AssemblyAI.TranscriptMetadata? Type72 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type73 { get; set; }
+ public global::System.Collections.Generic.IList? Type73 { get; set; }
///
///
///
- public global::AssemblyAI.SentimentAnalysisResult? Type74 { get; set; }
+ public global::AssemblyAI.TranscriptMetadataWarning? Type74 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptSpeechUnderstanding? Type75 { get; set; }
+ public global::AssemblyAI.TranscriptRedactPiiAudioOptions? Type75 { get; set; }
///
///
///
- public global::AssemblyAI.TranslationResponse? Type76 { get; set; }
+ public global::AssemblyAI.TranscriptRedactPiiAudioOptionsOverrideAudioRedactionMethod? Type76 { get; set; }
///
///
///
- public global::AssemblyAI.SpeakerIdentificationResponse? Type77 { get; set; }
+ public global::AssemblyAI.OneOf? Type77 { get; set; }
///
///
///
- public global::AssemblyAI.CustomFormattingResponse? Type78 { get; set; }
+ public global::System.Collections.Generic.IList? Type78 { get; set; }
///
///
///
- public global::AssemblyAI.SummarizationResponse? Type79 { get; set; }
+ public global::AssemblyAI.SentimentAnalysisResult? Type79 { get; set; }
///
///
///
- public global::AssemblyAI.ActionItemsResponse? Type80 { get; set; }
+ public global::AssemblyAI.TranscriptSpeechUnderstanding? Type80 { get; set; }
///
///
///
- public global::AssemblyAI.OneOf? Type81 { get; set; }
+ public global::AssemblyAI.TranslationResponse? Type81 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptRemoveAudioTags? Type82 { get; set; }
+ public global::AssemblyAI.SpeakerIdentificationResponse? Type82 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type83 { get; set; }
+ public global::AssemblyAI.CustomFormattingResponse? Type83 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptTranslatedTexts? Type84 { get; set; }
+ public global::AssemblyAI.SummarizationResponse? Type84 { get; set; }
///
///
///
- public global::AssemblyAI.AudioIntelligenceModelStatus? Type85 { get; set; }
+ public global::AssemblyAI.ActionItemsResponse? Type85 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type86 { get; set; }
+ public global::AssemblyAI.OneOf? Type86 { get; set; }
///
///
///
- public global::AssemblyAI.TopicDetectionResult? Type87 { get; set; }
+ public global::AssemblyAI.TranscriptRemoveAudioTags? Type87 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type88 { get; set; }
+ public global::System.Collections.Generic.IList? Type88 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type89 { get; set; }
+ public global::AssemblyAI.TranscriptTranslatedTexts? Type89 { get; set; }
///
///
///
- public global::AssemblyAI.ContentSafetyLabelResult? Type90 { get; set; }
+ public global::AssemblyAI.AudioIntelligenceModelStatus? Type90 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type91 { get; set; }
+ public global::System.Collections.Generic.IList? Type91 { get; set; }
///
///
///
- public global::AssemblyAI.SeverityScoreSummary? Type92 { get; set; }
+ public global::AssemblyAI.TopicDetectionResult? Type92 { get; set; }
///
///
///
- public global::AssemblyAI.EntityType? Type93 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type93 { get; set; }
///
///
///
- public global::AssemblyAI.Sentiment? Type94 { get; set; }
+ public global::System.Collections.Generic.IList? Type94 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type95 { get; set; }
+ public global::AssemblyAI.ContentSafetyLabelResult? Type95 { get; set; }
///
///
///
- public global::AssemblyAI.TopicDetectionResultLabel? Type96 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type96 { get; set; }
///
///
///
- public global::AssemblyAI.ContentSafetyLabel? Type97 { get; set; }
+ public global::AssemblyAI.SeverityScoreSummary? Type97 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type98 { get; set; }
+ public global::AssemblyAI.EntityType? Type98 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type99 { get; set; }
+ public global::AssemblyAI.Sentiment? Type99 { get; set; }
///
///
///
- public global::AssemblyAI.AutoHighlightResult? Type100 { get; set; }
+ public global::System.Collections.Generic.IList? Type100 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type101 { get; set; }
+ public global::AssemblyAI.TopicDetectionResultLabel? Type101 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptSentence? Type102 { get; set; }
+ public global::AssemblyAI.ContentSafetyLabel? Type102 { get; set; }
///
///
///
- public global::AssemblyAI.SentencesResponse? Type103 { get; set; }
+ public global::System.Collections.Generic.IList? Type103 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type104 { get; set; }
+ public global::System.Collections.Generic.IList? Type104 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptParagraph? Type105 { get; set; }
+ public global::AssemblyAI.AutoHighlightResult? Type105 { get; set; }
///
///
///
- public global::AssemblyAI.ParagraphsResponse? Type106 { get; set; }
+ public global::System.Collections.Generic.IList? Type106 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type107 { get; set; }
+ public global::AssemblyAI.TranscriptSentence? Type107 { get; set; }
///
///
///
- public global::AssemblyAI.PageDetails? Type108 { get; set; }
+ public global::AssemblyAI.SentencesResponse? Type108 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptListItem? Type109 { get; set; }
+ public global::System.Collections.Generic.IList? Type109 { get; set; }
///
///
///
- public global::System.DateTime? Type110 { get; set; }
+ public global::AssemblyAI.TranscriptParagraph? Type110 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptList? Type111 { get; set; }
+ public global::AssemblyAI.ParagraphsResponse? Type111 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type112 { get; set; }
+ public global::System.Collections.Generic.IList? Type112 { get; set; }
///
///
///
- public global::AssemblyAI.UploadedFile? Type113 { get; set; }
+ public global::AssemblyAI.PageDetails? Type113 { get; set; }
///
///
///
- public global::AssemblyAI.Error? Type114 { get; set; }
+ public global::AssemblyAI.TranscriptListItem? Type114 { get; set; }
///
///
///
- public global::AssemblyAI.TranslationRequestBodyTranslation? Type115 { get; set; }
+ public global::System.DateTime? Type115 { get; set; }
///
///
///
- public global::AssemblyAI.SpeakerIdentificationRequestBodySpeakerIdentification? Type116 { get; set; }
+ public global::AssemblyAI.TranscriptList? Type116 { get; set; }
///
///
///
- public global::AssemblyAI.SpeakerIdentificationRequestBodySpeakerIdentificationSpeakerType? Type117 { get; set; }
+ public global::System.Collections.Generic.IList? Type117 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type118 { get; set; }
+ public global::AssemblyAI.UploadedFile? Type118 { get; set; }
///
///
///
- public global::AssemblyAI.SpeakerIdentificationRequestBodySpeakerIdentificationSpeaker? Type119 { get; set; }
+ public global::AssemblyAI.Error? Type119 { get; set; }
///
///
///
- public global::AssemblyAI.CustomFormattingRequestBodyCustomFormatting? Type120 { get; set; }
+ public global::AssemblyAI.TranslationRequestBodyTranslation? Type120 { get; set; }
///
///
///
- public global::AssemblyAI.SummarizationRequestBodySummarization? Type121 { get; set; }
+ public global::AssemblyAI.SpeakerIdentificationRequestBodySpeakerIdentification? Type121 { get; set; }
///
///
///
- public global::AssemblyAI.SummarizationRequestBodySummarizationSummaryType? Type122 { get; set; }
+ public global::AssemblyAI.SpeakerIdentificationRequestBodySpeakerIdentificationSpeakerType? Type122 { get; set; }
///
///
///
- public global::AssemblyAI.SummarizationRequestBodySummarizationEffort? Type123 { get; set; }
+ public global::System.Collections.Generic.IList? Type123 { get; set; }
///
///
///
- public global::AssemblyAI.ActionItemsRequestBodyActionItems? Type124 { get; set; }
+ public global::AssemblyAI.SpeakerIdentificationRequestBodySpeakerIdentificationSpeaker? Type124 { get; set; }
///
///
///
- public global::AssemblyAI.ActionItemsRequestBodyActionItemsEffort? Type125 { get; set; }
+ public global::AssemblyAI.CustomFormattingRequestBodyCustomFormatting? Type125 { get; set; }
///
///
///
- public global::AssemblyAI.TranslationResponseTranslation? Type126 { get; set; }
+ public global::AssemblyAI.SummarizationRequestBodySummarization? Type126 { get; set; }
///
///
///
- public global::AssemblyAI.SpeakerIdentificationResponseSpeakerIdentification? Type127 { get; set; }
+ public global::AssemblyAI.SummarizationRequestBodySummarizationSummaryType? Type127 { get; set; }
///
///
///
- public global::AssemblyAI.CustomFormattingResponseCustomFormatting? Type128 { get; set; }
+ public global::AssemblyAI.SummarizationRequestBodySummarizationEffort? Type128 { get; set; }
///
///
///
- public global::AssemblyAI.SummarizationResponseSummarization? Type129 { get; set; }
+ public global::AssemblyAI.ActionItemsRequestBodyActionItems? Type129 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList