diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.SpeechModel2.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.SpeechModel2.g.cs
new file mode 100644
index 0000000..14be2ba
--- /dev/null
+++ b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.SpeechModel2.g.cs
@@ -0,0 +1,53 @@
+#nullable enable
+
+namespace AssemblyAI.JsonConverters
+{
+ ///
+ public sealed class SpeechModel2JsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::AssemblyAI.SpeechModel2 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.SpeechModel2Extensions.ToEnum(stringValue) ?? default;
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::AssemblyAI.SpeechModel2)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::AssemblyAI.SpeechModel2);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::AssemblyAI.SpeechModel2 value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ writer.WriteStringValue(global::AssemblyAI.SpeechModel2Extensions.ToValueString(value));
+ }
+ }
+}
diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.SpeechModel2Nullable.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.SpeechModel2Nullable.g.cs
new file mode 100644
index 0000000..da54ba5
--- /dev/null
+++ b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonConverters.SpeechModel2Nullable.g.cs
@@ -0,0 +1,60 @@
+#nullable enable
+
+namespace AssemblyAI.JsonConverters
+{
+ ///
+ public sealed class SpeechModel2NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::AssemblyAI.SpeechModel2? 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.SpeechModel2Extensions.ToEnum(stringValue);
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::AssemblyAI.SpeechModel2)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::AssemblyAI.SpeechModel2?);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::AssemblyAI.SpeechModel2? 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.SpeechModel2Extensions.ToValueString(value.Value));
+ }
+ }
+ }
+}
diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.JsonSerializerContext.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonSerializerContext.g.cs
index 2aafe1e..d339518 100644
--- a/src/libs/AssemblyAI/Generated/AssemblyAI.JsonSerializerContext.g.cs
+++ b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonSerializerContext.g.cs
@@ -49,6 +49,10 @@ namespace AssemblyAI
typeof(global::AssemblyAI.JsonConverters.PiiPolicyNullableJsonConverter),
+ typeof(global::AssemblyAI.JsonConverters.SpeechModel2JsonConverter),
+
+ typeof(global::AssemblyAI.JsonConverters.SpeechModel2NullableJsonConverter),
+
typeof(global::AssemblyAI.JsonConverters.TranscriptLanguageCodeJsonConverter),
typeof(global::AssemblyAI.JsonConverters.TranscriptLanguageCodeNullableJsonConverter),
@@ -113,7 +117,7 @@ namespace AssemblyAI
typeof(global::AssemblyAI.JsonConverters.OneOfJsonConverter),
- typeof(global::AssemblyAI.JsonConverters.OneOfJsonConverter),
+ typeof(global::AssemblyAI.JsonConverters.OneOfJsonConverter),
typeof(global::AssemblyAI.JsonConverters.OneOfJsonConverter),
@@ -131,7 +135,7 @@ namespace AssemblyAI
typeof(global::AssemblyAI.JsonConverters.OneOfJsonConverter),
- typeof(global::AssemblyAI.JsonConverters.OneOfJsonConverter),
+ typeof(global::AssemblyAI.JsonConverters.OneOfJsonConverter),
typeof(global::AssemblyAI.JsonConverters.UnixTimestampJsonConverter),
})]
@@ -174,6 +178,8 @@ namespace AssemblyAI
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.SubstitutionPolicy), TypeInfoPropertyName = "SubstitutionPolicy2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.Dictionary>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.TranscriptOptionalParamsSpeakerOptions))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.SpeechModel2), TypeInfoPropertyName = "SpeechModel22")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.TranscriptOptionalParamsSpeechUnderstanding))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.OneOf), TypeInfoPropertyName = "ActionItemsRequestBody_96ae176b810c4f16")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.TranslationRequestBody))]
@@ -185,6 +191,7 @@ namespace AssemblyAI
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.SummaryType), TypeInfoPropertyName = "SummaryType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.OneOf), TypeInfoPropertyName = "OneOfTranscriptOptionalParamsRemoveAudioTagsObject2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.TranscriptOptionalParamsRemoveAudioTags), TypeInfoPropertyName = "TranscriptOptionalParamsRemoveAudioTags2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.OneOf), TypeInfoPropertyName = "OneOfSpeechModel2Object2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.TranscriptParams), TypeInfoPropertyName = "TranscriptParams2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.TranscriptParamsVariant1))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::AssemblyAI.TranscriptUtterance))]
@@ -278,6 +285,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.Dictionary>))]
+ [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 15b07d9..c8b6819 100644
--- a/src/libs/AssemblyAI/Generated/AssemblyAI.JsonSerializerContextTypes.g.cs
+++ b/src/libs/AssemblyAI/Generated/AssemblyAI.JsonSerializerContextTypes.g.cs
@@ -180,371 +180,383 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::AssemblyAI.TranscriptOptionalParamsSpeechUnderstanding? Type38 { get; set; }
+ public global::System.Collections.Generic.IList? Type38 { get; set; }
///
///
///
- public global::AssemblyAI.TranslationRequestBody? Type39 { get; set; }
+ public global::AssemblyAI.SpeechModel2? Type39 { get; set; }
///
///
///
- public global::AssemblyAI.SpeakerIdentificationRequestBody? Type40 { get; set; }
+ public global::AssemblyAI.TranscriptOptionalParamsSpeechUnderstanding? Type40 { get; set; }
///
///
///
- public global::AssemblyAI.CustomFormattingRequestBody? Type41 { get; set; }
+ public global::AssemblyAI.TranslationRequestBody? Type41 { get; set; }
///
///
///
- public global::AssemblyAI.SummarizationRequestBody? Type42 { get; set; }
+ public global::AssemblyAI.SpeakerIdentificationRequestBody? Type42 { get; set; }
///
///
///
- public global::AssemblyAI.ActionItemsRequestBody? Type43 { get; set; }
+ public global::AssemblyAI.CustomFormattingRequestBody? Type43 { get; set; }
///
///
///
- public global::AssemblyAI.SummaryModel? Type44 { get; set; }
+ public global::AssemblyAI.SummarizationRequestBody? Type44 { get; set; }
///
///
///
- public global::AssemblyAI.SummaryType? Type45 { get; set; }
+ public global::AssemblyAI.ActionItemsRequestBody? Type45 { get; set; }
///
///
///
- public global::AssemblyAI.OneOf? Type46 { get; set; }
+ public global::AssemblyAI.SummaryModel? Type46 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptOptionalParamsRemoveAudioTags? Type47 { get; set; }
+ public global::AssemblyAI.SummaryType? Type47 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptParams? Type48 { get; set; }
+ public global::AssemblyAI.OneOf? Type48 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptParamsVariant1? Type49 { get; set; }
+ public global::AssemblyAI.TranscriptOptionalParamsRemoveAudioTags? Type49 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptUtterance? Type50 { get; set; }
+ public global::AssemblyAI.OneOf? Type50 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type51 { get; set; }
+ public global::AssemblyAI.TranscriptParams? Type51 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptWord? Type52 { get; set; }
+ public global::AssemblyAI.TranscriptParamsVariant1? Type52 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type53 { get; set; }
+ public global::AssemblyAI.TranscriptUtterance? Type53 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptStatus? Type54 { get; set; }
+ public global::System.Collections.Generic.IList? Type54 { get; set; }
///
///
///
- public global::AssemblyAI.Transcript? Type55 { get; set; }
+ public global::AssemblyAI.TranscriptWord? Type55 { get; set; }
///
///
///
- public global::AssemblyAI.OneOf? Type56 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type56 { get; set; }
///
///
///
- public global::AssemblyAI.AutoHighlightsResult2? Type57 { get; set; }
+ public global::AssemblyAI.TranscriptStatus? Type57 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type58 { get; set; }
+ public global::AssemblyAI.Transcript? Type58 { get; set; }
///
///
///
- public global::AssemblyAI.Chapter? Type59 { get; set; }
+ public global::AssemblyAI.OneOf? Type59 { get; set; }
///
///
///
- public global::AssemblyAI.OneOf? Type60 { get; set; }
+ public global::AssemblyAI.AutoHighlightsResult2? Type60 { get; set; }
///
///
///
- public global::AssemblyAI.ContentSafetyLabelsResult? Type61 { get; set; }
+ public global::System.Collections.Generic.IList? Type61 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type62 { get; set; }
+ public global::AssemblyAI.Chapter? Type62 { get; set; }
///
///
///
- public global::AssemblyAI.Entity? Type63 { get; set; }
+ public global::AssemblyAI.OneOf? Type63 { get; set; }
///
///
///
- public global::AssemblyAI.OneOf? Type64 { get; set; }
+ public global::AssemblyAI.ContentSafetyLabelsResult? Type64 { get; set; }
///
///
///
- public global::AssemblyAI.TopicDetectionModelResult? Type65 { get; set; }
+ public global::System.Collections.Generic.IList? Type65 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptLanguageDetectionOptions? Type66 { get; set; }
+ public global::AssemblyAI.Entity? Type66 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptRedactPiiAudioOptions? Type67 { get; set; }
+ public global::AssemblyAI.OneOf? Type67 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptRedactPiiAudioOptionsOverrideAudioRedactionMethod? Type68 { get; set; }
+ public global::AssemblyAI.TopicDetectionModelResult? Type68 { get; set; }
///
///
///
- public global::AssemblyAI.OneOf? Type69 { get; set; }
+ public global::AssemblyAI.TranscriptLanguageDetectionOptions? Type69 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type70 { get; set; }
+ public global::AssemblyAI.TranscriptRedactPiiAudioOptions? Type70 { get; set; }
///
///
///
- public global::AssemblyAI.SentimentAnalysisResult? Type71 { get; set; }
+ public global::AssemblyAI.TranscriptRedactPiiAudioOptionsOverrideAudioRedactionMethod? Type71 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptSpeechUnderstanding? Type72 { get; set; }
+ public global::AssemblyAI.OneOf? Type72 { get; set; }
///
///
///
- public global::AssemblyAI.TranslationResponse? Type73 { get; set; }
+ public global::System.Collections.Generic.IList? Type73 { get; set; }
///
///
///
- public global::AssemblyAI.SpeakerIdentificationResponse? Type74 { get; set; }
+ public global::AssemblyAI.SentimentAnalysisResult? Type74 { get; set; }
///
///
///
- public global::AssemblyAI.CustomFormattingResponse? Type75 { get; set; }
+ public global::AssemblyAI.TranscriptSpeechUnderstanding? Type75 { get; set; }
///
///
///
- public global::AssemblyAI.SummarizationResponse? Type76 { get; set; }
+ public global::AssemblyAI.TranslationResponse? Type76 { get; set; }
///
///
///
- public global::AssemblyAI.ActionItemsResponse? Type77 { get; set; }
+ public global::AssemblyAI.SpeakerIdentificationResponse? Type77 { get; set; }
///
///
///
- public global::AssemblyAI.OneOf? Type78 { get; set; }
+ public global::AssemblyAI.CustomFormattingResponse? Type78 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptRemoveAudioTags? Type79 { get; set; }
+ public global::AssemblyAI.SummarizationResponse? Type79 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type80 { get; set; }
+ public global::AssemblyAI.ActionItemsResponse? Type80 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptTranslatedTexts? Type81 { get; set; }
+ public global::AssemblyAI.OneOf? Type81 { get; set; }
///
///
///
- public global::AssemblyAI.AudioIntelligenceModelStatus? Type82 { get; set; }
+ public global::AssemblyAI.TranscriptRemoveAudioTags? Type82 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type83 { get; set; }
+ public global::System.Collections.Generic.IList? Type83 { get; set; }
///
///
///
- public global::AssemblyAI.TopicDetectionResult? Type84 { get; set; }
+ public global::AssemblyAI.TranscriptTranslatedTexts? Type84 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type85 { get; set; }
+ public global::AssemblyAI.AudioIntelligenceModelStatus? Type85 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type86 { get; set; }
+ public global::System.Collections.Generic.IList? Type86 { get; set; }
///
///
///
- public global::AssemblyAI.ContentSafetyLabelResult? Type87 { get; set; }
+ public global::AssemblyAI.TopicDetectionResult? Type87 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type88 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type88 { get; set; }
///
///
///
- public global::AssemblyAI.SeverityScoreSummary? Type89 { get; set; }
+ public global::System.Collections.Generic.IList? Type89 { get; set; }
///
///
///
- public global::AssemblyAI.EntityType? Type90 { get; set; }
+ public global::AssemblyAI.ContentSafetyLabelResult? Type90 { get; set; }
///
///
///
- public global::AssemblyAI.Sentiment? Type91 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type91 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type92 { get; set; }
+ public global::AssemblyAI.SeverityScoreSummary? Type92 { get; set; }
///
///
///
- public global::AssemblyAI.TopicDetectionResultLabel? Type93 { get; set; }
+ public global::AssemblyAI.EntityType? Type93 { get; set; }
///
///
///
- public global::AssemblyAI.ContentSafetyLabel? Type94 { get; set; }
+ public global::AssemblyAI.Sentiment? Type94 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type95 { get; set; }
+ public global::System.Collections.Generic.IList? Type95 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type96 { get; set; }
+ public global::AssemblyAI.TopicDetectionResultLabel? Type96 { get; set; }
///
///
///
- public global::AssemblyAI.AutoHighlightResult? Type97 { get; set; }
+ public global::AssemblyAI.ContentSafetyLabel? Type97 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type98 { get; set; }
+ public global::System.Collections.Generic.IList? Type98 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptSentence? Type99 { get; set; }
+ public global::System.Collections.Generic.IList? Type99 { get; set; }
///
///
///
- public global::AssemblyAI.SentencesResponse? Type100 { get; set; }
+ public global::AssemblyAI.AutoHighlightResult? Type100 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type101 { get; set; }
+ public global::System.Collections.Generic.IList? Type101 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptParagraph? Type102 { get; set; }
+ public global::AssemblyAI.TranscriptSentence? Type102 { get; set; }
///
///
///
- public global::AssemblyAI.ParagraphsResponse? Type103 { get; set; }
+ public global::AssemblyAI.SentencesResponse? Type103 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type104 { get; set; }
+ public global::System.Collections.Generic.IList? Type104 { get; set; }
///
///
///
- public global::AssemblyAI.PageDetails? Type105 { get; set; }
+ public global::AssemblyAI.TranscriptParagraph? Type105 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptListItem? Type106 { get; set; }
+ public global::AssemblyAI.ParagraphsResponse? Type106 { get; set; }
///
///
///
- public global::System.DateTime? Type107 { get; set; }
+ public global::System.Collections.Generic.IList? Type107 { get; set; }
///
///
///
- public global::AssemblyAI.TranscriptList? Type108 { get; set; }
+ public global::AssemblyAI.PageDetails? Type108 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type109 { get; set; }
+ public global::AssemblyAI.TranscriptListItem? Type109 { get; set; }
///
///
///
- public global::AssemblyAI.UploadedFile? Type110 { get; set; }
+ public global::System.DateTime? Type110 { get; set; }
///
///
///
- public global::AssemblyAI.Error? Type111 { get; set; }
+ public global::AssemblyAI.TranscriptList? Type111 { get; set; }
///
///
///
- public global::AssemblyAI.TranslationRequestBodyTranslation? Type112 { get; set; }
+ public global::System.Collections.Generic.IList? Type112 { get; set; }
///
///
///
- public global::AssemblyAI.SpeakerIdentificationRequestBodySpeakerIdentification? Type113 { get; set; }
+ public global::AssemblyAI.UploadedFile? Type113 { get; set; }
///
///
///
- public global::AssemblyAI.SpeakerIdentificationRequestBodySpeakerIdentificationSpeakerType? Type114 { get; set; }
+ public global::AssemblyAI.Error? Type114 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type115 { get; set; }
+ public global::AssemblyAI.TranslationRequestBodyTranslation? Type115 { get; set; }
///
///
///
- public global::AssemblyAI.SpeakerIdentificationRequestBodySpeakerIdentificationSpeaker? Type116 { get; set; }
+ public global::AssemblyAI.SpeakerIdentificationRequestBodySpeakerIdentification? Type116 { get; set; }
///
///
///
- public global::AssemblyAI.CustomFormattingRequestBodyCustomFormatting? Type117 { get; set; }
+ public global::AssemblyAI.SpeakerIdentificationRequestBodySpeakerIdentificationSpeakerType? Type117 { get; set; }
///
///
///
- public global::AssemblyAI.SummarizationRequestBodySummarization? Type118 { get; set; }
+ public global::System.Collections.Generic.IList? Type118 { get; set; }
///
///
///
- public global::AssemblyAI.SummarizationRequestBodySummarizationSummaryType? Type119 { get; set; }
+ public global::AssemblyAI.SpeakerIdentificationRequestBodySpeakerIdentificationSpeaker? Type119 { get; set; }
///
///
///
- public global::AssemblyAI.SummarizationRequestBodySummarizationEffort? Type120 { get; set; }
+ public global::AssemblyAI.CustomFormattingRequestBodyCustomFormatting? Type120 { get; set; }
///
///
///
- public global::AssemblyAI.ActionItemsRequestBodyActionItems? Type121 { get; set; }
+ public global::AssemblyAI.SummarizationRequestBodySummarization? Type121 { get; set; }
///
///
///
- public global::AssemblyAI.ActionItemsRequestBodyActionItemsEffort? Type122 { get; set; }
+ public global::AssemblyAI.SummarizationRequestBodySummarizationSummaryType? Type122 { get; set; }
///
///
///
- public global::AssemblyAI.TranslationResponseTranslation? Type123 { get; set; }
+ public global::AssemblyAI.SummarizationRequestBodySummarizationEffort? Type123 { get; set; }
///
///
///
- public global::AssemblyAI.SpeakerIdentificationResponseSpeakerIdentification? Type124 { get; set; }
+ public global::AssemblyAI.ActionItemsRequestBodyActionItems? Type124 { get; set; }
///
///
///
- public global::AssemblyAI.CustomFormattingResponseCustomFormatting? Type125 { get; set; }
+ public global::AssemblyAI.ActionItemsRequestBodyActionItemsEffort? Type125 { get; set; }
///
///
///
- public global::AssemblyAI.SummarizationResponseSummarization? Type126 { get; set; }
+ public global::AssemblyAI.TranslationResponseTranslation? Type126 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList