diff --git a/src/libs/ResembleAI/Generated/ResembleAI.DeepfakeDetectionClient.CreateDetection.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.DeepfakeDetectionClient.CreateDetection.g.cs
index ee75e2e..9e42c8a 100644
--- a/src/libs/ResembleAI/Generated/ResembleAI.DeepfakeDetectionClient.CreateDetection.g.cs
+++ b/src/libs/ResembleAI/Generated/ResembleAI.DeepfakeDetectionClient.CreateDetection.g.cs
@@ -288,6 +288,14 @@ request.Filename is null
content: new global::System.Net.Http.StringContent((global::System.Convert.ToString(request.AudioSourceTracing, global::System.Globalization.CultureInfo.InvariantCulture) ?? string.Empty).ToLowerInvariant()),
name: "\"audio_source_tracing\"");
+ }
+ if (request.Signal != default)
+ {
+
+ __httpRequestContent.Add(
+ content: new global::System.Net.Http.StringContent((global::System.Convert.ToString(request.Signal, global::System.Globalization.CultureInfo.InvariantCulture) ?? string.Empty).ToLowerInvariant()),
+ name: "\"signal\"");
+
}
if (request.UseReverseSearch != default)
{
@@ -618,7 +626,7 @@ request.Filename is null
/// The media file to analyze (audio, video, or image). Must be 150 MB or smaller.
///
///
- /// POST destination when analysis completes
+ /// POST destination for the detection result. When Intelligence is requested, callback delivery waits for a priority-stable successful result or the bounded fail-open timeout.
///
///
/// Generate visualization artifacts
@@ -660,6 +668,10 @@ request.Filename is null
/// Enable audio source tracing to identify synthetic audio origin
/// Default Value: false
///
+ ///
+ /// Run Signal content analysis after detection completes, classifying the media against fraud and abuse categories. Requires Signal access on your plan and cannot be combined with zero_retention_mode. Not supported for batch detections.
+ /// Default Value: false
+ ///
///
/// Enable reverse image search to improve detection accuracy for image files. Only applies to image detections.
/// Default Value: false
@@ -689,6 +701,7 @@ request.Filename is null
bool? intelligence = default,
bool? inferFromIntelligence = default,
bool? audioSourceTracing = default,
+ bool? signal = default,
bool? useReverseSearch = default,
bool? useOodDetector = default,
bool? zeroRetentionMode = default,
@@ -710,6 +723,7 @@ request.Filename is null
Intelligence = intelligence,
InferFromIntelligence = inferFromIntelligence,
AudioSourceTracing = audioSourceTracing,
+ Signal = signal,
UseReverseSearch = useReverseSearch,
UseOodDetector = useOodDetector,
ZeroRetentionMode = zeroRetentionMode,
@@ -737,7 +751,7 @@ request.Filename is null
/// The media file to analyze (audio, video, or image). Must be 150 MB or smaller.
///
///
- /// POST destination when analysis completes
+ /// POST destination for the detection result. When Intelligence is requested, callback delivery waits for a priority-stable successful result or the bounded fail-open timeout.
///
///
/// Generate visualization artifacts
@@ -779,6 +793,10 @@ request.Filename is null
/// Enable audio source tracing to identify synthetic audio origin
/// Default Value: false
///
+ ///
+ /// Run Signal content analysis after detection completes, classifying the media against fraud and abuse categories. Requires Signal access on your plan and cannot be combined with zero_retention_mode. Not supported for batch detections.
+ /// Default Value: false
+ ///
///
/// Enable reverse image search to improve detection accuracy for image files. Only applies to image detections.
/// Default Value: false
@@ -808,6 +826,7 @@ request.Filename is null
bool? intelligence = default,
bool? inferFromIntelligence = default,
bool? audioSourceTracing = default,
+ bool? signal = default,
bool? useReverseSearch = default,
bool? useOodDetector = default,
bool? zeroRetentionMode = default,
@@ -831,6 +850,7 @@ request.Filename is null
Intelligence = intelligence,
InferFromIntelligence = inferFromIntelligence,
AudioSourceTracing = audioSourceTracing,
+ Signal = signal,
UseReverseSearch = useReverseSearch,
UseOodDetector = useOodDetector,
ZeroRetentionMode = zeroRetentionMode,
@@ -1025,6 +1045,14 @@ request.Filename is null
content: new global::System.Net.Http.StringContent((global::System.Convert.ToString(request.AudioSourceTracing, global::System.Globalization.CultureInfo.InvariantCulture) ?? string.Empty).ToLowerInvariant()),
name: "\"audio_source_tracing\"");
+ }
+ if (request.Signal != default)
+ {
+
+ __httpRequestContent.Add(
+ content: new global::System.Net.Http.StringContent((global::System.Convert.ToString(request.Signal, global::System.Globalization.CultureInfo.InvariantCulture) ?? string.Empty).ToLowerInvariant()),
+ name: "\"signal\"");
+
}
if (request.UseReverseSearch != default)
{
@@ -1347,7 +1375,7 @@ request.Filename is null
/// The media file to analyze (audio, video, or image). Must be 150 MB or smaller.
///
///
- /// POST destination when analysis completes
+ /// POST destination for the detection result. When Intelligence is requested, callback delivery waits for a priority-stable successful result or the bounded fail-open timeout.
///
///
/// Generate visualization artifacts
@@ -1389,6 +1417,10 @@ request.Filename is null
/// Enable audio source tracing to identify synthetic audio origin
/// Default Value: false
///
+ ///
+ /// Run Signal content analysis after detection completes, classifying the media against fraud and abuse categories. Requires Signal access on your plan and cannot be combined with zero_retention_mode. Not supported for batch detections.
+ /// Default Value: false
+ ///
///
/// Enable reverse image search to improve detection accuracy for image files. Only applies to image detections.
/// Default Value: false
@@ -1418,6 +1450,7 @@ request.Filename is null
bool? intelligence = default,
bool? inferFromIntelligence = default,
bool? audioSourceTracing = default,
+ bool? signal = default,
bool? useReverseSearch = default,
bool? useOodDetector = default,
bool? zeroRetentionMode = default,
@@ -1441,6 +1474,7 @@ request.Filename is null
Intelligence = intelligence,
InferFromIntelligence = inferFromIntelligence,
AudioSourceTracing = audioSourceTracing,
+ Signal = signal,
UseReverseSearch = useReverseSearch,
UseOodDetector = useOodDetector,
ZeroRetentionMode = zeroRetentionMode,
@@ -1635,6 +1669,14 @@ request.Filename is null
content: new global::System.Net.Http.StringContent((global::System.Convert.ToString(request.AudioSourceTracing, global::System.Globalization.CultureInfo.InvariantCulture) ?? string.Empty).ToLowerInvariant()),
name: "\"audio_source_tracing\"");
+ }
+ if (request.Signal != default)
+ {
+
+ __httpRequestContent.Add(
+ content: new global::System.Net.Http.StringContent((global::System.Convert.ToString(request.Signal, global::System.Globalization.CultureInfo.InvariantCulture) ?? string.Empty).ToLowerInvariant()),
+ name: "\"signal\"");
+
}
if (request.UseReverseSearch != default)
{
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.DeepfakeDetectionClient.GetDetection.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.DeepfakeDetectionClient.GetDetection.g.cs
index 70ea010..b171f40 100644
--- a/src/libs/ResembleAI/Generated/ResembleAI.DeepfakeDetectionClient.GetDetection.g.cs
+++ b/src/libs/ResembleAI/Generated/ResembleAI.DeepfakeDetectionClient.GetDetection.g.cs
@@ -35,11 +35,13 @@ public partial class DeepfakeDetectionClient
};
partial void PrepareGetDetectionArguments(
global::System.Net.Http.HttpClient httpClient,
- ref string uuid);
+ ref string uuid,
+ ref bool? experts);
partial void PrepareGetDetectionRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
- string uuid);
+ string uuid,
+ bool? experts);
partial void ProcessGetDetectionResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
@@ -51,19 +53,24 @@ partial void ProcessGetDetectionResponseContent(
///
/// Get deepfake detection result
- /// Get deepfake detection result by UUID
+ /// Get a deepfake detection result by UUID. The item status describes the Detect job only; Intelligence runs separately and can still be processing after Detect reaches completed.
///
///
+ ///
+ /// Default Value: false
+ ///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
public async global::System.Threading.Tasks.Task GetDetectionAsync(
string uuid,
+ bool? experts = default,
global::ResembleAI.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
var __response = await GetDetectionAsResponseAsync(
uuid: uuid,
+ experts: experts,
requestOptions: requestOptions,
cancellationToken: cancellationToken
).ConfigureAwait(false);
@@ -72,14 +79,18 @@ partial void ProcessGetDetectionResponseContent(
}
///
/// Get deepfake detection result
- /// Get deepfake detection result by UUID
+ /// Get a deepfake detection result by UUID. The item status describes the Detect job only; Intelligence runs separately and can still be processing after Detect reaches completed.
///
///
+ ///
+ /// Default Value: false
+ ///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
public async global::System.Threading.Tasks.Task> GetDetectionAsResponseAsync(
string uuid,
+ bool? experts = default,
global::ResembleAI.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
@@ -87,7 +98,8 @@ partial void ProcessGetDetectionResponseContent(
client: HttpClient);
PrepareGetDetectionArguments(
httpClient: HttpClient,
- uuid: ref uuid);
+ uuid: ref uuid,
+ experts: ref experts);
var __authorizations = global::ResembleAI.EndPointSecurityResolver.ResolveAuthorizations(
@@ -117,6 +129,9 @@ partial void ProcessGetDetectionResponseContent(
baseUri: ResolveBaseUri(
servers: s_GetDetectionServers,
defaultBaseUrl: "https://app.resemble.ai/api/v2"));
+ __pathBuilder
+ .AddOptionalParameter("experts", experts?.ToString().ToLowerInvariant())
+ ;
var __path = __pathBuilder.ToString();
__path = global::ResembleAI.AutoSDKRequestOptionsSupport.AppendQueryParameters(
path: __path,
@@ -157,7 +172,8 @@ partial void ProcessGetDetectionResponseContent(
PrepareGetDetectionRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
- uuid: uuid!);
+ uuid: uuid!,
+ experts: experts);
return __httpRequest;
}
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.IDeepfakeDetectionClient.CreateDetection.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.IDeepfakeDetectionClient.CreateDetection.g.cs
index 7ddaca8..b147551 100644
--- a/src/libs/ResembleAI/Generated/ResembleAI.IDeepfakeDetectionClient.CreateDetection.g.cs
+++ b/src/libs/ResembleAI/Generated/ResembleAI.IDeepfakeDetectionClient.CreateDetection.g.cs
@@ -56,7 +56,7 @@ public partial interface IDeepfakeDetectionClient
/// The media file to analyze (audio, video, or image). Must be 150 MB or smaller.
///
///
- /// POST destination when analysis completes
+ /// POST destination for the detection result. When Intelligence is requested, callback delivery waits for a priority-stable successful result or the bounded fail-open timeout.
///
///
/// Generate visualization artifacts
@@ -98,6 +98,10 @@ public partial interface IDeepfakeDetectionClient
/// Enable audio source tracing to identify synthetic audio origin
/// Default Value: false
///
+ ///
+ /// Run Signal content analysis after detection completes, classifying the media against fraud and abuse categories. Requires Signal access on your plan and cannot be combined with zero_retention_mode. Not supported for batch detections.
+ /// Default Value: false
+ ///
///
/// Enable reverse image search to improve detection accuracy for image files. Only applies to image detections.
/// Default Value: false
@@ -127,6 +131,7 @@ public partial interface IDeepfakeDetectionClient
bool? intelligence = default,
bool? inferFromIntelligence = default,
bool? audioSourceTracing = default,
+ bool? signal = default,
bool? useReverseSearch = default,
bool? useOodDetector = default,
bool? zeroRetentionMode = default,
@@ -149,7 +154,7 @@ public partial interface IDeepfakeDetectionClient
/// The media file to analyze (audio, video, or image). Must be 150 MB or smaller.
///
///
- /// POST destination when analysis completes
+ /// POST destination for the detection result. When Intelligence is requested, callback delivery waits for a priority-stable successful result or the bounded fail-open timeout.
///
///
/// Generate visualization artifacts
@@ -191,6 +196,10 @@ public partial interface IDeepfakeDetectionClient
/// Enable audio source tracing to identify synthetic audio origin
/// Default Value: false
///
+ ///
+ /// Run Signal content analysis after detection completes, classifying the media against fraud and abuse categories. Requires Signal access on your plan and cannot be combined with zero_retention_mode. Not supported for batch detections.
+ /// Default Value: false
+ ///
///
/// Enable reverse image search to improve detection accuracy for image files. Only applies to image detections.
/// Default Value: false
@@ -220,6 +229,7 @@ public partial interface IDeepfakeDetectionClient
bool? intelligence = default,
bool? inferFromIntelligence = default,
bool? audioSourceTracing = default,
+ bool? signal = default,
bool? useReverseSearch = default,
bool? useOodDetector = default,
bool? zeroRetentionMode = default,
@@ -241,7 +251,7 @@ public partial interface IDeepfakeDetectionClient
/// The media file to analyze (audio, video, or image). Must be 150 MB or smaller.
///
///
- /// POST destination when analysis completes
+ /// POST destination for the detection result. When Intelligence is requested, callback delivery waits for a priority-stable successful result or the bounded fail-open timeout.
///
///
/// Generate visualization artifacts
@@ -283,6 +293,10 @@ public partial interface IDeepfakeDetectionClient
/// Enable audio source tracing to identify synthetic audio origin
/// Default Value: false
///
+ ///
+ /// Run Signal content analysis after detection completes, classifying the media against fraud and abuse categories. Requires Signal access on your plan and cannot be combined with zero_retention_mode. Not supported for batch detections.
+ /// Default Value: false
+ ///
///
/// Enable reverse image search to improve detection accuracy for image files. Only applies to image detections.
/// Default Value: false
@@ -312,6 +326,7 @@ public partial interface IDeepfakeDetectionClient
bool? intelligence = default,
bool? inferFromIntelligence = default,
bool? audioSourceTracing = default,
+ bool? signal = default,
bool? useReverseSearch = default,
bool? useOodDetector = default,
bool? zeroRetentionMode = default,
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.IDeepfakeDetectionClient.GetDetection.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.IDeepfakeDetectionClient.GetDetection.g.cs
index 4e372e2..9adf189 100644
--- a/src/libs/ResembleAI/Generated/ResembleAI.IDeepfakeDetectionClient.GetDetection.g.cs
+++ b/src/libs/ResembleAI/Generated/ResembleAI.IDeepfakeDetectionClient.GetDetection.g.cs
@@ -6,26 +6,34 @@ public partial interface IDeepfakeDetectionClient
{
///
/// Get deepfake detection result
- /// Get deepfake detection result by UUID
+ /// Get a deepfake detection result by UUID. The item status describes the Detect job only; Intelligence runs separately and can still be processing after Detect reaches completed.
///
///
+ ///
+ /// Default Value: false
+ ///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
global::System.Threading.Tasks.Task GetDetectionAsync(
string uuid,
+ bool? experts = default,
global::ResembleAI.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
/// Get deepfake detection result
- /// Get deepfake detection result by UUID
+ /// Get a deepfake detection result by UUID. The item status describes the Detect job only; Intelligence runs separately and can still be processing after Detect reaches completed.
///
///
+ ///
+ /// Default Value: false
+ ///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
global::System.Threading.Tasks.Task> GetDetectionAsResponseAsync(
string uuid,
+ bool? experts = default,
global::ResembleAI.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectC2PaManifestValidationState.g.cs
similarity index 53%
rename from src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType.g.cs
rename to src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectC2PaManifestValidationState.g.cs
index cdb1697..bcbfb1d 100644
--- a/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType.g.cs
+++ b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectC2PaManifestValidationState.g.cs
@@ -3,10 +3,10 @@
namespace ResembleAI.JsonConverters
{
///
- public sealed class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ public sealed class DetectC2PaManifestValidationStateJsonConverter : global::System.Text.Json.Serialization.JsonConverter
{
///
- public override global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType Read(
+ public override global::ResembleAI.DetectC2PaManifestValidationState Read(
ref global::System.Text.Json.Utf8JsonReader reader,
global::System.Type typeToConvert,
global::System.Text.Json.JsonSerializerOptions options)
@@ -18,7 +18,7 @@ public sealed class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntell
var stringValue = reader.GetString();
if (stringValue != null)
{
- return global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeExtensions.ToEnum(stringValue) ?? default;
+ return global::ResembleAI.DetectC2PaManifestValidationStateExtensions.ToEnum(stringValue) ?? default;
}
break;
@@ -26,11 +26,11 @@ public sealed class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntell
case global::System.Text.Json.JsonTokenType.Number:
{
var numValue = reader.GetInt32();
- return (global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType)numValue;
+ return (global::ResembleAI.DetectC2PaManifestValidationState)numValue;
}
case global::System.Text.Json.JsonTokenType.Null:
{
- return default(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType);
+ return default(global::ResembleAI.DetectC2PaManifestValidationState);
}
default:
throw new global::System.ArgumentOutOfRangeException(nameof(reader));
@@ -42,12 +42,12 @@ public sealed class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntell
///
public override void Write(
global::System.Text.Json.Utf8JsonWriter writer,
- global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType value,
+ global::ResembleAI.DetectC2PaManifestValidationState value,
global::System.Text.Json.JsonSerializerOptions options)
{
writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
- writer.WriteStringValue(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeExtensions.ToValueString(value));
+ writer.WriteStringValue(global::ResembleAI.DetectC2PaManifestValidationStateExtensions.ToValueString(value));
}
}
}
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeNullable.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectC2PaManifestValidationStateNullable.g.cs
similarity index 57%
rename from src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeNullable.g.cs
rename to src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectC2PaManifestValidationStateNullable.g.cs
index 2a466aa..775ea9d 100644
--- a/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeNullable.g.cs
+++ b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectC2PaManifestValidationStateNullable.g.cs
@@ -3,10 +3,10 @@
namespace ResembleAI.JsonConverters
{
///
- public sealed class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ public sealed class DetectC2PaManifestValidationStateNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
{
///
- public override global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType? Read(
+ public override global::ResembleAI.DetectC2PaManifestValidationState? Read(
ref global::System.Text.Json.Utf8JsonReader reader,
global::System.Type typeToConvert,
global::System.Text.Json.JsonSerializerOptions options)
@@ -18,7 +18,7 @@ public sealed class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntell
var stringValue = reader.GetString();
if (stringValue != null)
{
- return global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeExtensions.ToEnum(stringValue);
+ return global::ResembleAI.DetectC2PaManifestValidationStateExtensions.ToEnum(stringValue);
}
break;
@@ -26,11 +26,11 @@ public sealed class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntell
case global::System.Text.Json.JsonTokenType.Number:
{
var numValue = reader.GetInt32();
- return (global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType)numValue;
+ return (global::ResembleAI.DetectC2PaManifestValidationState)numValue;
}
case global::System.Text.Json.JsonTokenType.Null:
{
- return default(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType?);
+ return default(global::ResembleAI.DetectC2PaManifestValidationState?);
}
default:
throw new global::System.ArgumentOutOfRangeException(nameof(reader));
@@ -42,7 +42,7 @@ public sealed class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntell
///
public override void Write(
global::System.Text.Json.Utf8JsonWriter writer,
- global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType? value,
+ global::ResembleAI.DetectC2PaManifestValidationState? value,
global::System.Text.Json.JsonSerializerOptions options)
{
writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
@@ -53,7 +53,7 @@ public override void Write(
}
else
{
- writer.WriteStringValue(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeExtensions.ToValueString(value.Value));
+ writer.WriteStringValue(global::ResembleAI.DetectC2PaManifestValidationStateExtensions.ToValueString(value.Value));
}
}
}
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultDescription.g.cs
similarity index 64%
rename from src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription.g.cs
rename to src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultDescription.g.cs
index e986b8c..1d2b78a 100644
--- a/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription.g.cs
+++ b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultDescription.g.cs
@@ -4,10 +4,10 @@
namespace ResembleAI.JsonConverters
{
///
- public class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ public class DetectIntelligenceResultDescriptionJsonConverter : global::System.Text.Json.Serialization.JsonConverter
{
///
- public override global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription Read(
+ public override global::ResembleAI.DetectIntelligenceResultDescription Read(
ref global::System.Text.Json.Utf8JsonReader reader,
global::System.Type typeToConvert,
global::System.Text.Json.JsonSerializerOptions options)
@@ -64,8 +64,8 @@ public class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceD
if (__score0 > __bestScore) { __bestScore = __score0; __bestIndex = 0; }
if (__score1 > __bestScore) { __bestScore = __score1; __bestIndex = 1; }
- string? detectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionVariant1 = default;
- global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1? detectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1 = default;
+ string? detectIntelligenceResultDescriptionVariant1 = default;
+ global::ResembleAI.DetectIntelligenceResultDescription1? detectIntelligenceResultDescription1 = default;
if (__bestIndex >= 0)
{
if (__bestIndex == 0)
@@ -74,7 +74,7 @@ public class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceD
{
var typeInfo = typeInfoResolver.GetTypeInfo(typeof(string), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(string).Name}");
- detectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionVariant1 = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo);
+ detectIntelligenceResultDescriptionVariant1 = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo);
}
catch (global::System.Text.Json.JsonException)
{
@@ -87,9 +87,9 @@ public class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceD
{
try
{
- var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
- throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1).Name}");
- detectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1 = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo);
+ var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::ResembleAI.DetectIntelligenceResultDescription1), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
+ throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::ResembleAI.DetectIntelligenceResultDescription1).Name}");
+ detectIntelligenceResultDescription1 = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo);
}
catch (global::System.Text.Json.JsonException)
{
@@ -100,14 +100,14 @@ public class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceD
}
}
- if (detectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionVariant1 == null && detectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1 == null)
+ if (detectIntelligenceResultDescriptionVariant1 == null && detectIntelligenceResultDescription1 == null)
{
try
{
var typeInfo = typeInfoResolver.GetTypeInfo(typeof(string), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(string).Name}");
- detectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionVariant1 = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo);
+ detectIntelligenceResultDescriptionVariant1 = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo);
}
catch (global::System.Text.Json.JsonException)
{
@@ -117,14 +117,14 @@ public class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceD
}
}
- if (detectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionVariant1 == null && detectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1 == null)
+ if (detectIntelligenceResultDescriptionVariant1 == null && detectIntelligenceResultDescription1 == null)
{
try
{
- var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
- throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1).Name}");
- detectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1 = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo);
+ var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::ResembleAI.DetectIntelligenceResultDescription1), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
+ throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::ResembleAI.DetectIntelligenceResultDescription1).Name}");
+ detectIntelligenceResultDescription1 = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo);
}
catch (global::System.Text.Json.JsonException)
{
@@ -134,10 +134,10 @@ public class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceD
}
}
- var __value = new global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription(
- detectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionVariant1,
+ var __value = new global::ResembleAI.DetectIntelligenceResultDescription(
+ detectIntelligenceResultDescriptionVariant1,
- detectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1
+ detectIntelligenceResultDescription1
);
return __value;
@@ -146,23 +146,23 @@ public class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceD
///
public override void Write(
global::System.Text.Json.Utf8JsonWriter writer,
- global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription value,
+ global::ResembleAI.DetectIntelligenceResultDescription value,
global::System.Text.Json.JsonSerializerOptions options)
{
options = options ?? throw new global::System.ArgumentNullException(nameof(options));
var typeInfoResolver = options.TypeInfoResolver ?? throw new global::System.InvalidOperationException("TypeInfoResolver is not set.");
- if (value.IsDetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionVariant1)
+ if (value.IsDetectIntelligenceResultDescriptionVariant1)
{
var typeInfo = typeInfoResolver.GetTypeInfo(typeof(string), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(string).Name}");
- global::System.Text.Json.JsonSerializer.Serialize(writer, value.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionVariant1!, typeInfo);
+ global::System.Text.Json.JsonSerializer.Serialize(writer, value.DetectIntelligenceResultDescriptionVariant1!, typeInfo);
}
- else if (value.IsDetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1)
+ else if (value.IsDetectIntelligenceResultDescription1)
{
- var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
- throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1).Name}");
- global::System.Text.Json.JsonSerializer.Serialize(writer, value.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1!, typeInfo);
+ var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::ResembleAI.DetectIntelligenceResultDescription1), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
+ throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::ResembleAI.DetectIntelligenceResultDescription1).Name}");
+ global::System.Text.Json.JsonSerializer.Serialize(writer, value.DetectIntelligenceResultDescription1!, typeInfo);
}
}
}
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1FraudType.g.cs
similarity index 51%
rename from src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment.g.cs
rename to src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1FraudType.g.cs
index 54f4e00..5b4bb91 100644
--- a/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment.g.cs
+++ b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1FraudType.g.cs
@@ -3,10 +3,10 @@
namespace ResembleAI.JsonConverters
{
///
- public sealed class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessmentJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ public sealed class DetectIntelligenceResultDescriptionOneOf1FraudTypeJsonConverter : global::System.Text.Json.Serialization.JsonConverter
{
///
- public override global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment Read(
+ public override global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1FraudType Read(
ref global::System.Text.Json.Utf8JsonReader reader,
global::System.Type typeToConvert,
global::System.Text.Json.JsonSerializerOptions options)
@@ -18,7 +18,7 @@ public sealed class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntell
var stringValue = reader.GetString();
if (stringValue != null)
{
- return global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessmentExtensions.ToEnum(stringValue) ?? default;
+ return global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1FraudTypeExtensions.ToEnum(stringValue) ?? default;
}
break;
@@ -26,11 +26,11 @@ public sealed class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntell
case global::System.Text.Json.JsonTokenType.Number:
{
var numValue = reader.GetInt32();
- return (global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment)numValue;
+ return (global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1FraudType)numValue;
}
case global::System.Text.Json.JsonTokenType.Null:
{
- return default(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment);
+ return default(global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1FraudType);
}
default:
throw new global::System.ArgumentOutOfRangeException(nameof(reader));
@@ -42,12 +42,12 @@ public sealed class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntell
///
public override void Write(
global::System.Text.Json.Utf8JsonWriter writer,
- global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment value,
+ global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1FraudType value,
global::System.Text.Json.JsonSerializerOptions options)
{
writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
- writer.WriteStringValue(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessmentExtensions.ToValueString(value));
+ writer.WriteStringValue(global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1FraudTypeExtensions.ToValueString(value));
}
}
}
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessmentNullable.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1FraudTypeNullable.g.cs
similarity index 56%
rename from src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessmentNullable.g.cs
rename to src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1FraudTypeNullable.g.cs
index 37b911b..ad444b7 100644
--- a/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessmentNullable.g.cs
+++ b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1FraudTypeNullable.g.cs
@@ -3,10 +3,10 @@
namespace ResembleAI.JsonConverters
{
///
- public sealed class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessmentNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ public sealed class DetectIntelligenceResultDescriptionOneOf1FraudTypeNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
{
///
- public override global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment? Read(
+ public override global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1FraudType? Read(
ref global::System.Text.Json.Utf8JsonReader reader,
global::System.Type typeToConvert,
global::System.Text.Json.JsonSerializerOptions options)
@@ -18,7 +18,7 @@ public sealed class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntell
var stringValue = reader.GetString();
if (stringValue != null)
{
- return global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessmentExtensions.ToEnum(stringValue);
+ return global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1FraudTypeExtensions.ToEnum(stringValue);
}
break;
@@ -26,11 +26,11 @@ public sealed class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntell
case global::System.Text.Json.JsonTokenType.Number:
{
var numValue = reader.GetInt32();
- return (global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment)numValue;
+ return (global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1FraudType)numValue;
}
case global::System.Text.Json.JsonTokenType.Null:
{
- return default(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment?);
+ return default(global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1FraudType?);
}
default:
throw new global::System.ArgumentOutOfRangeException(nameof(reader));
@@ -42,7 +42,7 @@ public sealed class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntell
///
public override void Write(
global::System.Text.Json.Utf8JsonWriter writer,
- global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment? value,
+ global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1FraudType? value,
global::System.Text.Json.JsonSerializerOptions options)
{
writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
@@ -53,7 +53,7 @@ public override void Write(
}
else
{
- writer.WriteStringValue(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessmentExtensions.ToValueString(value.Value));
+ writer.WriteStringValue(global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1FraudTypeExtensions.ToValueString(value.Value));
}
}
}
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1LivenessAssessment.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1LivenessAssessment.g.cs
new file mode 100644
index 0000000..608a7a7
--- /dev/null
+++ b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1LivenessAssessment.g.cs
@@ -0,0 +1,53 @@
+#nullable enable
+
+namespace ResembleAI.JsonConverters
+{
+ ///
+ public sealed class DetectIntelligenceResultDescriptionOneOf1LivenessAssessmentJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1LivenessAssessment 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::ResembleAI.DetectIntelligenceResultDescriptionOneOf1LivenessAssessmentExtensions.ToEnum(stringValue) ?? default;
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1LivenessAssessment)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1LivenessAssessment);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1LivenessAssessment value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ writer.WriteStringValue(global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1LivenessAssessmentExtensions.ToValueString(value));
+ }
+ }
+}
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1LivenessAssessmentNullable.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1LivenessAssessmentNullable.g.cs
new file mode 100644
index 0000000..8befda1
--- /dev/null
+++ b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1LivenessAssessmentNullable.g.cs
@@ -0,0 +1,60 @@
+#nullable enable
+
+namespace ResembleAI.JsonConverters
+{
+ ///
+ public sealed class DetectIntelligenceResultDescriptionOneOf1LivenessAssessmentNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1LivenessAssessment? 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::ResembleAI.DetectIntelligenceResultDescriptionOneOf1LivenessAssessmentExtensions.ToEnum(stringValue);
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1LivenessAssessment)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1LivenessAssessment?);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1LivenessAssessment? 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::ResembleAI.DetectIntelligenceResultDescriptionOneOf1LivenessAssessmentExtensions.ToValueString(value.Value));
+ }
+ }
+ }
+}
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultStatus.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultStatus.g.cs
new file mode 100644
index 0000000..380aa0f
--- /dev/null
+++ b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultStatus.g.cs
@@ -0,0 +1,53 @@
+#nullable enable
+
+namespace ResembleAI.JsonConverters
+{
+ ///
+ public sealed class DetectIntelligenceResultStatusJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::ResembleAI.DetectIntelligenceResultStatus 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::ResembleAI.DetectIntelligenceResultStatusExtensions.ToEnum(stringValue) ?? default;
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::ResembleAI.DetectIntelligenceResultStatus)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::ResembleAI.DetectIntelligenceResultStatus);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::ResembleAI.DetectIntelligenceResultStatus value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ writer.WriteStringValue(global::ResembleAI.DetectIntelligenceResultStatusExtensions.ToValueString(value));
+ }
+ }
+}
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultStatusNullable.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultStatusNullable.g.cs
new file mode 100644
index 0000000..88555b6
--- /dev/null
+++ b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectIntelligenceResultStatusNullable.g.cs
@@ -0,0 +1,60 @@
+#nullable enable
+
+namespace ResembleAI.JsonConverters
+{
+ ///
+ public sealed class DetectIntelligenceResultStatusNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::ResembleAI.DetectIntelligenceResultStatus? 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::ResembleAI.DetectIntelligenceResultStatusExtensions.ToEnum(stringValue);
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::ResembleAI.DetectIntelligenceResultStatus)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::ResembleAI.DetectIntelligenceResultStatus?);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::ResembleAI.DetectIntelligenceResultStatus? 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::ResembleAI.DetectIntelligenceResultStatusExtensions.ToValueString(value.Value));
+ }
+ }
+ }
+}
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatus.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatus.g.cs
new file mode 100644
index 0000000..701e22d
--- /dev/null
+++ b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatus.g.cs
@@ -0,0 +1,53 @@
+#nullable enable
+
+namespace ResembleAI.JsonConverters
+{
+ ///
+ public sealed class DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatusJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatus 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::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatusExtensions.ToEnum(stringValue) ?? default;
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatus)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatus);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatus value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ writer.WriteStringValue(global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatusExtensions.ToValueString(value));
+ }
+ }
+}
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatusNullable.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatusNullable.g.cs
new file mode 100644
index 0000000..c57aa52
--- /dev/null
+++ b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatusNullable.g.cs
@@ -0,0 +1,60 @@
+#nullable enable
+
+namespace ResembleAI.JsonConverters
+{
+ ///
+ public sealed class DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatusNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatus? 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::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatusExtensions.ToEnum(stringValue);
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatus)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatus?);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatus? 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::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatusExtensions.ToValueString(value.Value));
+ }
+ }
+ }
+}
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence.g.cs
new file mode 100644
index 0000000..fd305bc
--- /dev/null
+++ b/src/libs/ResembleAI/Generated/ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence.g.cs
@@ -0,0 +1,145 @@
+#nullable enable
+#pragma warning disable CS0618 // Type or member is obsolete
+
+namespace ResembleAI.JsonConverters
+{
+ ///
+ public class DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence Read(
+ ref global::System.Text.Json.Utf8JsonReader reader,
+ global::System.Type typeToConvert,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ options = options ?? throw new global::System.ArgumentNullException(nameof(options));
+ var typeInfoResolver = options.TypeInfoResolver ?? throw new global::System.InvalidOperationException("TypeInfoResolver is not set.");
+
+ using var __jsonDocument = global::System.Text.Json.JsonDocument.ParseValue(ref reader);
+ var __rawJson = __jsonDocument.RootElement.GetRawText();
+ var __jsonProps = new global::System.Collections.Generic.HashSet();
+ if (__jsonDocument.RootElement.ValueKind == global::System.Text.Json.JsonValueKind.Object)
+ {
+ foreach (var __jsonProp in __jsonDocument.RootElement.EnumerateObject())
+ {
+ __jsonProps.Add(__jsonProp.Name);
+
+ }
+ }
+
+ var __score0 = 0;
+ if (__jsonProps.Contains("created_at")) __score0++;
+ if (__jsonProps.Contains("description")) __score0++;
+ if (__jsonProps.Contains("detect_uuid")) __score0++;
+ if (__jsonProps.Contains("error_message")) __score0++;
+ if (__jsonProps.Contains("status")) __score0++;
+ if (__jsonProps.Contains("uuid")) __score0++;
+ var __score1 = 0;
+ var __bestScore = 0;
+ var __bestIndex = -1;
+ if (__score0 > __bestScore) { __bestScore = __score0; __bestIndex = 0; }
+ if (__score1 > __bestScore) { __bestScore = __score1; __bestIndex = 1; }
+
+ global::ResembleAI.DetectIntelligenceResult? detectIntelligenceResult = default;
+ global::System.Collections.Generic.IList? detectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence1 = default;
+ if (__bestIndex >= 0)
+ {
+ if (__bestIndex == 0)
+ {
+ try
+ {
+ var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::ResembleAI.DetectIntelligenceResult), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
+ throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::ResembleAI.DetectIntelligenceResult).Name}");
+ detectIntelligenceResult = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo);
+ }
+ catch (global::System.Text.Json.JsonException)
+ {
+ }
+ catch (global::System.InvalidOperationException)
+ {
+ }
+ }
+ else if (__bestIndex == 1)
+ {
+ try
+ {
+ var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.Collections.Generic.IList), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ??
+ throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.Collections.Generic.IList).Name}");
+ detectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence1 = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo);
+ }
+ catch (global::System.Text.Json.JsonException)
+ {
+ }
+ catch (global::System.InvalidOperationException)
+ {
+ }
+ }
+ }
+
+ if (detectIntelligenceResult == null && detectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence1 == null)
+ {
+ try
+ {
+
+ var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::ResembleAI.DetectIntelligenceResult), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
+ throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::ResembleAI.DetectIntelligenceResult).Name}");
+ detectIntelligenceResult = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo);
+ }
+ catch (global::System.Text.Json.JsonException)
+ {
+ }
+ catch (global::System.InvalidOperationException)
+ {
+ }
+ }
+
+ if (detectIntelligenceResult == null && detectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence1 == null)
+ {
+ try
+ {
+
+ var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.Collections.Generic.IList), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ??
+ throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.Collections.Generic.IList).Name}");
+ detectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence1 = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo);
+ }
+ catch (global::System.Text.Json.JsonException)
+ {
+ }
+ catch (global::System.InvalidOperationException)
+ {
+ }
+ }
+
+ var __value = new global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence(
+ detectIntelligenceResult,
+
+ detectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence1
+ );
+
+ return __value;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ options = options ?? throw new global::System.ArgumentNullException(nameof(options));
+ var typeInfoResolver = options.TypeInfoResolver ?? throw new global::System.InvalidOperationException("TypeInfoResolver is not set.");
+
+ if (value.IsDetectIntelligenceResult)
+ {
+ var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::ResembleAI.DetectIntelligenceResult), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
+ throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::ResembleAI.DetectIntelligenceResult).Name}");
+ global::System.Text.Json.JsonSerializer.Serialize(writer, value.DetectIntelligenceResult!, typeInfo);
+ }
+ else if (value.IsDetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence1)
+ {
+ var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.Collections.Generic.IList), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ??
+ throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.Collections.Generic.IList).Name}");
+ global::System.Text.Json.JsonSerializer.Serialize(writer, value.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence1!, typeInfo);
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.JsonSerializerContext.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.JsonSerializerContext.g.cs
index edda706..42ebddc 100644
--- a/src/libs/ResembleAI/Generated/ResembleAI.JsonSerializerContext.g.cs
+++ b/src/libs/ResembleAI/Generated/ResembleAI.JsonSerializerContext.g.cs
@@ -129,6 +129,10 @@ namespace ResembleAI
typeof(global::ResembleAI.JsonConverters.DetectGetResponsesContentApplicationJsonSchemaItemsItemsModalityNullableJsonConverter),
+ typeof(global::ResembleAI.JsonConverters.DetectC2PaManifestValidationStateJsonConverter),
+
+ typeof(global::ResembleAI.JsonConverters.DetectC2PaManifestValidationStateNullableJsonConverter),
+
typeof(global::ResembleAI.JsonConverters.DetectPostRequestBodyContentMultipartFormDataSchemaModalityJsonConverter),
typeof(global::ResembleAI.JsonConverters.DetectPostRequestBodyContentMultipartFormDataSchemaModalityNullableJsonConverter),
@@ -137,6 +141,10 @@ namespace ResembleAI
typeof(global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemModalityNullableJsonConverter),
+ typeof(global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatusJsonConverter),
+
+ typeof(global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatusNullableJsonConverter),
+
typeof(global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeJsonConverter),
typeof(global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeNullableJsonConverter),
@@ -153,13 +161,17 @@ namespace ResembleAI
typeof(global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemStatusNullableJsonConverter),
- typeof(global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeJsonConverter),
+ typeof(global::ResembleAI.JsonConverters.DetectIntelligenceResultStatusJsonConverter),
- typeof(global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeNullableJsonConverter),
+ typeof(global::ResembleAI.JsonConverters.DetectIntelligenceResultStatusNullableJsonConverter),
- typeof(global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessmentJsonConverter),
+ typeof(global::ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1FraudTypeJsonConverter),
- typeof(global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessmentNullableJsonConverter),
+ typeof(global::ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1FraudTypeNullableJsonConverter),
+
+ typeof(global::ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1LivenessAssessmentJsonConverter),
+
+ typeof(global::ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1LivenessAssessmentNullableJsonConverter),
typeof(global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemModalityJsonConverter),
@@ -341,7 +353,9 @@ namespace ResembleAI
typeof(global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionJsonConverter),
- typeof(global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionJsonConverter),
+ typeof(global::ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionJsonConverter),
+
+ typeof(global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceJsonConverter),
typeof(global::ResembleAI.JsonConverters.IdentityCreateIdentityRequestJsonConverter),
@@ -353,9 +367,11 @@ namespace ResembleAI
typeof(global::ResembleAI.JsonConverters.OneOfJsonConverter),
+ typeof(global::ResembleAI.JsonConverters.OneOfJsonConverter),
+
typeof(global::ResembleAI.JsonConverters.OneOfJsonConverter),
- typeof(global::ResembleAI.JsonConverters.OneOfJsonConverter),
+ typeof(global::ResembleAI.JsonConverters.OneOfJsonConverter),
typeof(global::ResembleAI.JsonConverters.OneOfJsonConverter),
@@ -537,17 +553,20 @@ namespace ResembleAI
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectVideoMetrics))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectC2PaManifestValidationState), TypeInfoPropertyName = "DetectC2PaManifestValidationState2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectC2paManifest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(object))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsAudioSourceTracing))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsIntelligence))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsExtraParams))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItems))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.OneOf), TypeInfoPropertyName = "OneOfDetectGetResponsesContentApplicationJsonSchemaItemsItemsAudioSourceTracingObject2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(object))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.OneOf), TypeInfoPropertyName = "OneOfDetectGetResponsesContentApplicationJsonSchemaItemsItemsIntelligenceObject2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DeepfakeDetectionListDetectionsResponse200))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectPostRequestBodyContentMultipartFormDataSchemaModality), TypeInfoPropertyName = "DetectPostRequestBodyContentMultipartFormDataSchemaModality2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemModality), TypeInfoPropertyName = "DetectPostResponsesContentApplicationJsonSchemaItemModality2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatus), TypeInfoPropertyName = "DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatus2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType), TypeInfoPropertyName = "DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1Fraud))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment), TypeInfoPropertyName = "DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment2")]
@@ -562,18 +581,22 @@ namespace ResembleAI
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemMediaType), TypeInfoPropertyName = "DetectUuidGetResponsesContentApplicationJsonSchemaItemMediaType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemStatus), TypeInfoPropertyName = "DetectUuidGetResponsesContentApplicationJsonSchemaItemStatus2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemAudioSourceTracing))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType), TypeInfoPropertyName = "DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1Fraud))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment), TypeInfoPropertyName = "DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1Liveness))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1DigitallyAltered))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription), TypeInfoPropertyName = "DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectIntelligenceResultStatus), TypeInfoPropertyName = "DetectIntelligenceResultStatus2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1FraudType), TypeInfoPropertyName = "DetectIntelligenceResultDescriptionOneOf1FraudType2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1Fraud))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1LivenessAssessment), TypeInfoPropertyName = "DetectIntelligenceResultDescriptionOneOf1LivenessAssessment2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1Liveness))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1DigitallyAltered))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectIntelligenceResultDescription1))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectIntelligenceResultDescription), TypeInfoPropertyName = "DetectIntelligenceResultDescription2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectIntelligenceResult))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.OneOf), TypeInfoPropertyName = "OneOfDetectIntelligenceResultDescriptionObject2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence), TypeInfoPropertyName = "DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemModality), TypeInfoPropertyName = "DetectUuidGetResponsesContentApplicationJsonSchemaItemModality2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItem))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.OneOf), TypeInfoPropertyName = "OneOfDetectUuidGetResponsesContentApplicationJsonSchemaItemAudioSourceTracingObject2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.OneOf), TypeInfoPropertyName = "OneOfDetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceObject2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.OneOf), TypeInfoPropertyName = "OneOfDetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceObject2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DeepfakeDetectionGetDetectionResponse200))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectBatchStatus), TypeInfoPropertyName = "DetectBatchStatus2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectBatch))]
@@ -856,13 +879,6 @@ namespace ResembleAI
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AudioEnhancementsGetResponsesContentApplicationJsonSchemaItemsItemsEnhancementEngine?), TypeInfoPropertyName = "NullableAudioEnhancementsGetResponsesContentApplicationJsonSchemaItemsItemsEnhancementEngine2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AudioEnhancementsPostRequestBodyContentMultipartFormDataSchemaEnhancementEngine?), TypeInfoPropertyName = "NullableAudioEnhancementsPostRequestBodyContentMultipartFormDataSchemaEnhancementEngine2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AudioEnhancementsPostResponsesContentApplicationJsonSchemaStatus?), TypeInfoPropertyName = "NullableAudioEnhancementsPostResponsesContentApplicationJsonSchemaStatus2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AudioEnhancementsEnhancementUuidGetResponsesContentApplicationJsonSchemaStatus?), TypeInfoPropertyName = "NullableAudioEnhancementsEnhancementUuidGetResponsesContentApplicationJsonSchemaStatus2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaDynamicVariables?), TypeInfoPropertyName = "NullableAgentsPostRequestBodyContentApplicationJsonSchemaDynamicVariables2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaAsrUserInputAudioFormat?), TypeInfoPropertyName = "NullableAgentsPostRequestBodyContentApplicationJsonSchemaAsrUserInputAudioFormat2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaTurnMode?), TypeInfoPropertyName = "NullableAgentsPostRequestBodyContentApplicationJsonSchemaTurnMode2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaSearchMode?), TypeInfoPropertyName = "NullableAgentsPostRequestBodyContentApplicationJsonSchemaSearchMode2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AgentsUuidPatchRequestBodyContentApplicationJsonSchemaSearchMode?), TypeInfoPropertyName = "NullableAgentsUuidPatchRequestBodyContentApplicationJsonSchemaSearchMode2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AgentsAgentUuidToolsPostRequestBodyContentApplicationJsonSchemaToolType?), TypeInfoPropertyName = "NullableAgentsAgentUuidToolsPostRequestBodyContentApplicationJsonSchemaToolType2")]
internal sealed partial class SourceGenerationContextChunk0 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -990,6 +1006,10 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
typeof(global::ResembleAI.JsonConverters.DetectGetResponsesContentApplicationJsonSchemaItemsItemsModalityNullableJsonConverter),
+ typeof(global::ResembleAI.JsonConverters.DetectC2PaManifestValidationStateJsonConverter),
+
+ typeof(global::ResembleAI.JsonConverters.DetectC2PaManifestValidationStateNullableJsonConverter),
+
typeof(global::ResembleAI.JsonConverters.DetectPostRequestBodyContentMultipartFormDataSchemaModalityJsonConverter),
typeof(global::ResembleAI.JsonConverters.DetectPostRequestBodyContentMultipartFormDataSchemaModalityNullableJsonConverter),
@@ -998,6 +1018,10 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
typeof(global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemModalityNullableJsonConverter),
+ typeof(global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatusJsonConverter),
+
+ typeof(global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatusNullableJsonConverter),
+
typeof(global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeJsonConverter),
typeof(global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeNullableJsonConverter),
@@ -1014,13 +1038,17 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
typeof(global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemStatusNullableJsonConverter),
- typeof(global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeJsonConverter),
+ typeof(global::ResembleAI.JsonConverters.DetectIntelligenceResultStatusJsonConverter),
+
+ typeof(global::ResembleAI.JsonConverters.DetectIntelligenceResultStatusNullableJsonConverter),
- typeof(global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeNullableJsonConverter),
+ typeof(global::ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1FraudTypeJsonConverter),
- typeof(global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessmentJsonConverter),
+ typeof(global::ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1FraudTypeNullableJsonConverter),
- typeof(global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessmentNullableJsonConverter),
+ typeof(global::ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1LivenessAssessmentJsonConverter),
+
+ typeof(global::ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1LivenessAssessmentNullableJsonConverter),
typeof(global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemModalityJsonConverter),
@@ -1202,7 +1230,9 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
typeof(global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionJsonConverter),
- typeof(global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionJsonConverter),
+ typeof(global::ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionJsonConverter),
+
+ typeof(global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceJsonConverter),
typeof(global::ResembleAI.JsonConverters.IdentityCreateIdentityRequestJsonConverter),
@@ -1214,9 +1244,11 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
typeof(global::ResembleAI.JsonConverters.OneOfJsonConverter),
+ typeof(global::ResembleAI.JsonConverters.OneOfJsonConverter),
+
typeof(global::ResembleAI.JsonConverters.OneOfJsonConverter),
- typeof(global::ResembleAI.JsonConverters.OneOfJsonConverter),
+ typeof(global::ResembleAI.JsonConverters.OneOfJsonConverter),
typeof(global::ResembleAI.JsonConverters.OneOfJsonConverter),
@@ -1224,6 +1256,13 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
typeof(global::ResembleAI.JsonConverters.UnixTimestampJsonConverter),
})]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AudioEnhancementsEnhancementUuidGetResponsesContentApplicationJsonSchemaStatus?), TypeInfoPropertyName = "NullableAudioEnhancementsEnhancementUuidGetResponsesContentApplicationJsonSchemaStatus2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaDynamicVariables?), TypeInfoPropertyName = "NullableAgentsPostRequestBodyContentApplicationJsonSchemaDynamicVariables2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaAsrUserInputAudioFormat?), TypeInfoPropertyName = "NullableAgentsPostRequestBodyContentApplicationJsonSchemaAsrUserInputAudioFormat2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaTurnMode?), TypeInfoPropertyName = "NullableAgentsPostRequestBodyContentApplicationJsonSchemaTurnMode2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaSearchMode?), TypeInfoPropertyName = "NullableAgentsPostRequestBodyContentApplicationJsonSchemaSearchMode2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AgentsUuidPatchRequestBodyContentApplicationJsonSchemaSearchMode?), TypeInfoPropertyName = "NullableAgentsUuidPatchRequestBodyContentApplicationJsonSchemaSearchMode2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AgentsAgentUuidToolsPostRequestBodyContentApplicationJsonSchemaToolType?), TypeInfoPropertyName = "NullableAgentsAgentUuidToolsPostRequestBodyContentApplicationJsonSchemaToolType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AgentsAgentUuidWebhooksPostRequestBodyContentApplicationJsonSchemaWebhookType?), TypeInfoPropertyName = "NullableAgentsAgentUuidWebhooksPostRequestBodyContentApplicationJsonSchemaWebhookType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.PhoneNumbersPostRequestBodyContentApplicationJsonSchemaProvider?), TypeInfoPropertyName = "NullablePhoneNumbersPostRequestBodyContentApplicationJsonSchemaProvider2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.KnowledgeItemsGetParametersStatus?), TypeInfoPropertyName = "NullableKnowledgeItemsGetParametersStatus2")]
@@ -1236,22 +1275,27 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsMediaType?), TypeInfoPropertyName = "NullableDetectGetResponsesContentApplicationJsonSchemaItemsItemsMediaType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsStatus?), TypeInfoPropertyName = "NullableDetectGetResponsesContentApplicationJsonSchemaItemsItemsStatus2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsModality?), TypeInfoPropertyName = "NullableDetectGetResponsesContentApplicationJsonSchemaItemsItemsModality2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectC2PaManifestValidationState?), TypeInfoPropertyName = "NullableDetectC2PaManifestValidationState2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.OneOf?), TypeInfoPropertyName = "NullableOneOfDetectGetResponsesContentApplicationJsonSchemaItemsItemsAudioSourceTracingObject2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.OneOf?), TypeInfoPropertyName = "NullableOneOfDetectGetResponsesContentApplicationJsonSchemaItemsItemsIntelligenceObject2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectPostRequestBodyContentMultipartFormDataSchemaModality?), TypeInfoPropertyName = "NullableDetectPostRequestBodyContentMultipartFormDataSchemaModality2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemModality?), TypeInfoPropertyName = "NullableDetectPostResponsesContentApplicationJsonSchemaItemModality2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatus?), TypeInfoPropertyName = "NullableDetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatus2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType?), TypeInfoPropertyName = "NullableDetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment?), TypeInfoPropertyName = "NullableDetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescription?), TypeInfoPropertyName = "NullableDetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescription2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.OneOf?), TypeInfoPropertyName = "NullableOneOfDetectPostResponsesContentApplicationJsonSchemaItemIntelligenceObject2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemMediaType?), TypeInfoPropertyName = "NullableDetectUuidGetResponsesContentApplicationJsonSchemaItemMediaType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemStatus?), TypeInfoPropertyName = "NullableDetectUuidGetResponsesContentApplicationJsonSchemaItemStatus2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType?), TypeInfoPropertyName = "NullableDetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment?), TypeInfoPropertyName = "NullableDetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription?), TypeInfoPropertyName = "NullableDetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectIntelligenceResultStatus?), TypeInfoPropertyName = "NullableDetectIntelligenceResultStatus2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1FraudType?), TypeInfoPropertyName = "NullableDetectIntelligenceResultDescriptionOneOf1FraudType2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1LivenessAssessment?), TypeInfoPropertyName = "NullableDetectIntelligenceResultDescriptionOneOf1LivenessAssessment2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectIntelligenceResultDescription?), TypeInfoPropertyName = "NullableDetectIntelligenceResultDescription2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.OneOf?), TypeInfoPropertyName = "NullableOneOfDetectIntelligenceResultDescriptionObject2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence?), TypeInfoPropertyName = "NullableDetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemModality?), TypeInfoPropertyName = "NullableDetectUuidGetResponsesContentApplicationJsonSchemaItemModality2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.OneOf?), TypeInfoPropertyName = "NullableOneOfDetectUuidGetResponsesContentApplicationJsonSchemaItemAudioSourceTracingObject2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.OneOf?), TypeInfoPropertyName = "NullableOneOfDetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceObject2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.OneOf?), TypeInfoPropertyName = "NullableOneOfDetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceObject2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.DetectBatchStatus?), TypeInfoPropertyName = "NullableDetectBatchStatus2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.IntelligencePostRequestBodyContentApplicationJsonSchemaMediaType?), TypeInfoPropertyName = "NullableIntelligencePostRequestBodyContentApplicationJsonSchemaMediaType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.IntelligencePostResponsesContentApplicationJsonSchemaItemMediaType?), TypeInfoPropertyName = "NullableIntelligencePostResponsesContentApplicationJsonSchemaItemMediaType2")]
@@ -1324,6 +1368,7 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[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))]
@@ -1450,10 +1495,14 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o
options.Converters.Add(new global::ResembleAI.JsonConverters.DetectGetResponsesContentApplicationJsonSchemaItemsItemsStatusNullableJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.DetectGetResponsesContentApplicationJsonSchemaItemsItemsModalityJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.DetectGetResponsesContentApplicationJsonSchemaItemsItemsModalityNullableJsonConverter());
+ options.Converters.Add(new global::ResembleAI.JsonConverters.DetectC2PaManifestValidationStateJsonConverter());
+ options.Converters.Add(new global::ResembleAI.JsonConverters.DetectC2PaManifestValidationStateNullableJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.DetectPostRequestBodyContentMultipartFormDataSchemaModalityJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.DetectPostRequestBodyContentMultipartFormDataSchemaModalityNullableJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemModalityJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemModalityNullableJsonConverter());
+ options.Converters.Add(new global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatusJsonConverter());
+ options.Converters.Add(new global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatusNullableJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeNullableJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessmentJsonConverter());
@@ -1462,10 +1511,12 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o
options.Converters.Add(new global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemMediaTypeNullableJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemStatusJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemStatusNullableJsonConverter());
- options.Converters.Add(new global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeJsonConverter());
- options.Converters.Add(new global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudTypeNullableJsonConverter());
- options.Converters.Add(new global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessmentJsonConverter());
- options.Converters.Add(new global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessmentNullableJsonConverter());
+ options.Converters.Add(new global::ResembleAI.JsonConverters.DetectIntelligenceResultStatusJsonConverter());
+ options.Converters.Add(new global::ResembleAI.JsonConverters.DetectIntelligenceResultStatusNullableJsonConverter());
+ options.Converters.Add(new global::ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1FraudTypeJsonConverter());
+ options.Converters.Add(new global::ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1FraudTypeNullableJsonConverter());
+ options.Converters.Add(new global::ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1LivenessAssessmentJsonConverter());
+ options.Converters.Add(new global::ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionOneOf1LivenessAssessmentNullableJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemModalityJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemModalityNullableJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.DetectBatchStatusJsonConverter());
@@ -1556,14 +1607,16 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o
options.Converters.Add(new global::ResembleAI.JsonConverters.DuetPostRequestBodyContentApplicationJsonSchemaScriptItemsSpeakerNullableJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.AgentsPostRequestBodyContentApplicationJsonSchemaDynamicVariablesJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionJsonConverter());
- options.Converters.Add(new global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionJsonConverter());
+ options.Converters.Add(new global::ResembleAI.JsonConverters.DetectIntelligenceResultDescriptionJsonConverter());
+ options.Converters.Add(new global::ResembleAI.JsonConverters.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.IdentityCreateIdentityRequestJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.WatermarkDetectItemMetricsJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.OneOfJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.OneOfJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.OneOfJsonConverter());
+ options.Converters.Add(new global::ResembleAI.JsonConverters.OneOfJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.OneOfJsonConverter());
- options.Converters.Add(new global::ResembleAI.JsonConverters.OneOfJsonConverter());
+ options.Converters.Add(new global::ResembleAI.JsonConverters.OneOfJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.OneOfJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.OneOfJsonConverter());
options.Converters.Add(new global::ResembleAI.JsonConverters.UnixTimestampJsonConverter());
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.JsonSerializerContextTypes.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.JsonSerializerContextTypes.g.cs
index 71ccf15..1d5ae95 100644
--- a/src/libs/ResembleAI/Generated/ResembleAI.JsonSerializerContextTypes.g.cs
+++ b/src/libs/ResembleAI/Generated/ResembleAI.JsonSerializerContextTypes.g.cs
@@ -712,1215 +712,1243 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsAudioSourceTracing? Type171 { get; set; }
+ public global::ResembleAI.DetectC2PaManifestValidationState? Type171 { get; set; }
///
///
///
- public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsIntelligence? Type172 { get; set; }
+ public global::ResembleAI.DetectC2paManifest? Type172 { get; set; }
///
///
///
- public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsExtraParams? Type173 { get; set; }
+ public object? Type173 { get; set; }
///
///
///
- public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItems? Type174 { get; set; }
+ public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsAudioSourceTracing? Type174 { get; set; }
///
///
///
- public global::ResembleAI.OneOf? Type175 { get; set; }
+ public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsIntelligence? Type175 { get; set; }
///
///
///
- public object? Type176 { get; set; }
+ public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsExtraParams? Type176 { get; set; }
///
///
///
- public global::ResembleAI.OneOf? Type177 { get; set; }
+ public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItems? Type177 { get; set; }
///
///
///
- public global::ResembleAI.DeepfakeDetectionListDetectionsResponse200? Type178 { get; set; }
+ public global::ResembleAI.OneOf? Type178 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type179 { get; set; }
+ public global::ResembleAI.OneOf? Type179 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostRequestBodyContentMultipartFormDataSchemaModality? Type180 { get; set; }
+ public global::ResembleAI.DeepfakeDetectionListDetectionsResponse200? Type180 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemModality? Type181 { get; set; }
+ public global::System.Collections.Generic.IList? Type181 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType? Type182 { get; set; }
+ public global::ResembleAI.DetectPostRequestBodyContentMultipartFormDataSchemaModality? Type182 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1Fraud? Type183 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemModality? Type183 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment? Type184 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceStatus? Type184 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1Liveness? Type185 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType? Type185 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1DigitallyAltered? Type186 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1Fraud? Type186 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescription1? Type187 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment? Type187 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescription? Type188 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1Liveness? Type188 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligence? Type189 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1DigitallyAltered? Type189 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItem? Type190 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescription1? Type190 { get; set; }
///
///
///
- public global::ResembleAI.OneOf? Type191 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescription? Type191 { get; set; }
///
///
///
- public global::ResembleAI.DeepfakeDetectionCreateDetectionResponse200? Type192 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligence? Type192 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemMediaType? Type193 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItem? Type193 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemStatus? Type194 { get; set; }
+ public global::ResembleAI.OneOf? Type194 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemAudioSourceTracing? Type195 { get; set; }
+ public global::ResembleAI.DeepfakeDetectionCreateDetectionResponse200? Type195 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType? Type196 { get; set; }
+ public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemMediaType? Type196 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1Fraud? Type197 { get; set; }
+ public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemStatus? Type197 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment? Type198 { get; set; }
+ public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemAudioSourceTracing? Type198 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1Liveness? Type199 { get; set; }
+ public global::ResembleAI.DetectIntelligenceResultStatus? Type199 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1DigitallyAltered? Type200 { get; set; }
+ public global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1FraudType? Type200 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1? Type201 { get; set; }
+ public global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1Fraud? Type201 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription? Type202 { get; set; }
+ public global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1LivenessAssessment? Type202 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence? Type203 { get; set; }
+ public global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1Liveness? Type203 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemModality? Type204 { get; set; }
+ public global::ResembleAI.DetectIntelligenceResultDescriptionOneOf1DigitallyAltered? Type204 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItem? Type205 { get; set; }
+ public global::ResembleAI.DetectIntelligenceResultDescription1? Type205 { get; set; }
///
///
///
- public global::ResembleAI.OneOf? Type206 { get; set; }
+ public global::ResembleAI.DetectIntelligenceResultDescription? Type206 { get; set; }
///
///
///
- public global::ResembleAI.OneOf? Type207 { get; set; }
+ public global::ResembleAI.DetectIntelligenceResult? Type207 { get; set; }
///
///
///
- public global::ResembleAI.DeepfakeDetectionGetDetectionResponse200? Type208 { get; set; }
+ public global::ResembleAI.OneOf? Type208 { get; set; }
///
///
///
- public global::ResembleAI.DetectBatchStatus? Type209 { get; set; }
+ public global::System.Collections.Generic.IList? Type209 { get; set; }
///
///
///
- public global::ResembleAI.DetectBatch? Type210 { get; set; }
+ public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence? Type210 { get; set; }
///
///
///
- public global::ResembleAI.DeepfakeDetectionCreateDetectBatchResponse202? Type211 { get; set; }
+ public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemModality? Type211 { get; set; }
///
///
///
- public global::ResembleAI.DeepfakeDetectionGetDetectBatchResponse200? Type212 { get; set; }
+ public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItem? Type212 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencePostRequestBodyContentApplicationJsonSchemaMediaType? Type213 { get; set; }
+ public global::ResembleAI.OneOf? Type213 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencePostResponsesContentApplicationJsonSchemaItemMediaType? Type214 { get; set; }
+ public global::ResembleAI.OneOf? Type214 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencePostResponsesContentApplicationJsonSchemaItem? Type215 { get; set; }
+ public global::ResembleAI.DeepfakeDetectionGetDetectionResponse200? Type215 { get; set; }
///
///
///
- public global::ResembleAI.IntelligenceRunIntelligenceResponse200? Type216 { get; set; }
+ public global::ResembleAI.DetectBatchStatus? Type216 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionFraudType? Type217 { get; set; }
+ public global::ResembleAI.DetectBatch? Type217 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionFraud? Type218 { get; set; }
+ public global::ResembleAI.DeepfakeDetectionCreateDetectBatchResponse202? Type218 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionLivenessAssessment? Type219 { get; set; }
+ public global::ResembleAI.DeepfakeDetectionGetDetectBatchResponse200? Type219 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionLiveness? Type220 { get; set; }
+ public global::ResembleAI.IntelligencePostRequestBodyContentApplicationJsonSchemaMediaType? Type220 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionDigitallyAltered? Type221 { get; set; }
+ public global::ResembleAI.IntelligencePostResponsesContentApplicationJsonSchemaItemMediaType? Type221 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescription? Type222 { get; set; }
+ public global::ResembleAI.IntelligencePostResponsesContentApplicationJsonSchemaItem? Type222 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsMediaType? Type223 { get; set; }
+ public global::ResembleAI.IntelligenceRunIntelligenceResponse200? Type223 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItems? Type224 { get; set; }
+ public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionFraudType? Type224 { get; set; }
///
///
///
- public global::ResembleAI.IntelligenceListIntelligencesResponse200? Type225 { get; set; }
+ public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionFraud? Type225 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type226 { get; set; }
+ public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionLivenessAssessment? Type226 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionFraudType? Type227 { get; set; }
+ public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionLiveness? Type227 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionFraud? Type228 { get; set; }
+ public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionDigitallyAltered? Type228 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionLivenessAssessment? Type229 { get; set; }
+ public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescription? Type229 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionLiveness? Type230 { get; set; }
+ public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsMediaType? Type230 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionDigitallyAltered? Type231 { get; set; }
+ public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItems? Type231 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescription? Type232 { get; set; }
+ public global::ResembleAI.IntelligenceListIntelligencesResponse200? Type232 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemMediaType? Type233 { get; set; }
+ public global::System.Collections.Generic.IList? Type233 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItem? Type234 { get; set; }
+ public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionFraudType? Type234 { get; set; }
///
///
///
- public global::ResembleAI.IntelligenceGetIntelligenceResponse200? Type235 { get; set; }
+ public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionFraud? Type235 { get; set; }
///
///
///
- public global::ResembleAI.DetectsUuidIntelligencePostResponsesContentApplicationJsonSchemaItemStatus? Type236 { get; set; }
+ public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionLivenessAssessment? Type236 { get; set; }
///
///
///
- public global::ResembleAI.DetectsUuidIntelligencePostResponsesContentApplicationJsonSchemaItem? Type237 { get; set; }
+ public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionLiveness? Type237 { get; set; }
///
///
///
- public global::ResembleAI.DetectIntelligenceAskDetectIntelligenceQuestionResponse202? Type238 { get; set; }
+ public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionDigitallyAltered? Type238 { get; set; }
///
///
///
- public global::ResembleAI.DetectsUuidIntelligenceQuestionUuidGetResponsesContentApplicationJsonSchemaItemStatus? Type239 { get; set; }
+ public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescription? Type239 { get; set; }
///
///
///
- public global::ResembleAI.DetectsUuidIntelligenceQuestionUuidGetResponsesContentApplicationJsonSchemaItem? Type240 { get; set; }
+ public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemMediaType? Type240 { get; set; }
///
///
///
- public global::ResembleAI.DetectIntelligenceGetDetectIntelligenceQuestionResponse200? Type241 { get; set; }
+ public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItem? Type241 { get; set; }
///
///
///
- public global::ResembleAI.AudioSourceTracingsGetResponsesContentApplicationJsonSchemaItemsItemsResults? Type242 { get; set; }
+ public global::ResembleAI.IntelligenceGetIntelligenceResponse200? Type242 { get; set; }
///
///
///
- public global::ResembleAI.AudioSourceTracingsGetResponsesContentApplicationJsonSchemaItemsItems? Type243 { get; set; }
+ public global::ResembleAI.DetectsUuidIntelligencePostResponsesContentApplicationJsonSchemaItemStatus? Type243 { get; set; }
///
///
///
- public global::ResembleAI.AudioSourceTracingListAudioSourceTracingsResponse200? Type244 { get; set; }
+ public global::ResembleAI.DetectsUuidIntelligencePostResponsesContentApplicationJsonSchemaItem? Type244 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type245 { get; set; }
+ public global::ResembleAI.DetectIntelligenceAskDetectIntelligenceQuestionResponse202? Type245 { get; set; }
///
///
///
- public global::ResembleAI.AudioSourceTracingsUuidGetResponsesContentApplicationJsonSchemaItemResults? Type246 { get; set; }
+ public global::ResembleAI.DetectsUuidIntelligenceQuestionUuidGetResponsesContentApplicationJsonSchemaItemStatus? Type246 { get; set; }
///
///
///
- public global::ResembleAI.AudioSourceTracingsUuidGetResponsesContentApplicationJsonSchemaItem? Type247 { get; set; }
+ public global::ResembleAI.DetectsUuidIntelligenceQuestionUuidGetResponsesContentApplicationJsonSchemaItem? Type247 { get; set; }
///
///
///
- public global::ResembleAI.AudioSourceTracingGetAudioSourceTracingResponse200? Type248 { get; set; }
+ public global::ResembleAI.DetectIntelligenceGetDetectIntelligenceQuestionResponse200? Type248 { get; set; }
///
///
///
- public global::ResembleAI.IdentitySummaryVisibility? Type249 { get; set; }
+ public global::ResembleAI.AudioSourceTracingsGetResponsesContentApplicationJsonSchemaItemsItemsResults? Type249 { get; set; }
///
///
///
- public global::ResembleAI.IdentitySummaryIdentityType? Type250 { get; set; }
+ public global::ResembleAI.AudioSourceTracingsGetResponsesContentApplicationJsonSchemaItemsItems? Type250 { get; set; }
///
///
///
- public global::ResembleAI.IdentitySummary? Type251 { get; set; }
+ public global::ResembleAI.AudioSourceTracingListAudioSourceTracingsResponse200? Type251 { get; set; }
///
///
///
- public global::ResembleAI.IdentityListIdentitiesResponse200? Type252 { get; set; }
+ public global::System.Collections.Generic.IList? Type252 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type253 { get; set; }
+ public global::ResembleAI.AudioSourceTracingsUuidGetResponsesContentApplicationJsonSchemaItemResults? Type253 { get; set; }
///
///
///
- public global::ResembleAI.IdentityCreateIdentityRequest0? Type254 { get; set; }
+ public global::ResembleAI.AudioSourceTracingsUuidGetResponsesContentApplicationJsonSchemaItem? Type254 { get; set; }
///
///
///
- public global::ResembleAI.IdentityPostRequestBodyContentApplicationJsonSchemaOneOf1IdentityIdentityType? Type255 { get; set; }
+ public global::ResembleAI.AudioSourceTracingGetAudioSourceTracingResponse200? Type255 { get; set; }
///
///
///
- public global::ResembleAI.IdentityPostRequestBodyContentApplicationJsonSchemaOneOf1IdentityVisibility? Type256 { get; set; }
+ public global::ResembleAI.IdentitySummaryVisibility? Type256 { get; set; }
///
///
///
- public global::ResembleAI.IdentityPostRequestBodyContentApplicationJsonSchemaOneOf1Identity? Type257 { get; set; }
+ public global::ResembleAI.IdentitySummaryIdentityType? Type257 { get; set; }
///
///
///
- public global::ResembleAI.IdentityCreateIdentityRequest1? Type258 { get; set; }
+ public global::ResembleAI.IdentitySummary? Type258 { get; set; }
///
///
///
- public global::ResembleAI.IdentityCreateIdentityRequest? Type259 { get; set; }
+ public global::ResembleAI.IdentityListIdentitiesResponse200? Type259 { get; set; }
///
///
///
- public global::ResembleAI.IdentityCreateIdentityResponse200? Type260 { get; set; }
+ public global::System.Collections.Generic.IList? Type260 { get; set; }
///
///
///
- public global::ResembleAI.IdentityDeleteIdentityResponse200? Type261 { get; set; }
+ public global::ResembleAI.IdentityCreateIdentityRequest0? Type261 { get; set; }
///
///
///
- public global::ResembleAI.IdentityUuidAttachmentsPostRequestBodyContentMultipartFormDataSchemaModality? Type262 { get; set; }
+ public global::ResembleAI.IdentityPostRequestBodyContentApplicationJsonSchemaOneOf1IdentityIdentityType? Type262 { get; set; }
///
///
///
- public global::ResembleAI.IdentityIdentityType? Type263 { get; set; }
+ public global::ResembleAI.IdentityPostRequestBodyContentApplicationJsonSchemaOneOf1IdentityVisibility? Type263 { get; set; }
///
///
///
- public global::ResembleAI.IdentityVisibility? Type264 { get; set; }
+ public global::ResembleAI.IdentityPostRequestBodyContentApplicationJsonSchemaOneOf1Identity? Type264 { get; set; }
///
///
///
- public global::ResembleAI.IdentityAttachment? Type265 { get; set; }
+ public global::ResembleAI.IdentityCreateIdentityRequest1? Type265 { get; set; }
///
///
///
- public global::ResembleAI.IdentityEmbeddingsItemsModality? Type266 { get; set; }
+ public global::ResembleAI.IdentityCreateIdentityRequest? Type266 { get; set; }
///
///
///
- public global::ResembleAI.IdentityEmbeddingsItems? Type267 { get; set; }
+ public global::ResembleAI.IdentityCreateIdentityResponse200? Type267 { get; set; }
///
///
///
- public global::ResembleAI.IdentityProjectsItems? Type268 { get; set; }
+ public global::ResembleAI.IdentityDeleteIdentityResponse200? Type268 { get; set; }
///
///
///
- public global::ResembleAI.Identity? Type269 { get; set; }
+ public global::ResembleAI.IdentityUuidAttachmentsPostRequestBodyContentMultipartFormDataSchemaModality? Type269 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type270 { get; set; }
+ public global::ResembleAI.IdentityIdentityType? Type270 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type271 { get; set; }
+ public global::ResembleAI.IdentityVisibility? Type271 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type272 { get; set; }
+ public global::ResembleAI.IdentityAttachment? Type272 { get; set; }
///
///
///
- public global::ResembleAI.IdentityDeleteIdentityAttachmentResponse204? Type273 { get; set; }
+ public global::ResembleAI.IdentityEmbeddingsItemsModality? Type273 { get; set; }
///
///
///
- public global::ResembleAI.IdentitySearchPostRequestBodyContentApplicationJsonSchemaModality? Type274 { get; set; }
+ public global::ResembleAI.IdentityEmbeddingsItems? Type274 { get; set; }
///
///
///
- public global::ResembleAI.IdentitySearchPostResponsesContentApplicationJsonSchemaModality? Type275 { get; set; }
+ public global::ResembleAI.IdentityProjectsItems? Type275 { get; set; }
///
///
///
- public global::ResembleAI.IdentitySearchPostResponsesContentApplicationJsonSchemaItem? Type276 { get; set; }
+ public global::ResembleAI.Identity? Type276 { get; set; }
///
///
///
- public global::ResembleAI.IdentitySearchIdentitiesResponse200? Type277 { get; set; }
+ public global::System.Collections.Generic.IList? Type277 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type278 { get; set; }
+ public global::System.Collections.Generic.IList? Type278 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkApplyPostParametersPrefer? Type279 { get; set; }
+ public global::System.Collections.Generic.IList? Type279 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkApplyRequest? Type280 { get; set; }
+ public global::ResembleAI.IdentityDeleteIdentityAttachmentResponse204? Type280 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkApplyItemMediaType? Type281 { get; set; }
+ public global::ResembleAI.IdentitySearchPostRequestBodyContentApplicationJsonSchemaModality? Type281 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkApplyItemOperationType? Type282 { get; set; }
+ public global::ResembleAI.IdentitySearchPostResponsesContentApplicationJsonSchemaModality? Type282 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkApplyItemStatus? Type283 { get; set; }
+ public global::ResembleAI.IdentitySearchPostResponsesContentApplicationJsonSchemaItem? Type283 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkApplyItemModelVersion? Type284 { get; set; }
+ public global::ResembleAI.IdentitySearchIdentitiesResponse200? Type284 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkApplyMetrics? Type285 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type285 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkApplyItem? Type286 { get; set; }
+ public global::ResembleAI.WatermarkApplyPostParametersPrefer? Type286 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkApplyResponse? Type287 { get; set; }
+ public global::ResembleAI.WatermarkApplyRequest? Type287 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkDetectPostParametersPrefer? Type288 { get; set; }
+ public global::ResembleAI.WatermarkApplyItemMediaType? Type288 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkDetectRequest? Type289 { get; set; }
+ public global::ResembleAI.WatermarkApplyItemOperationType? Type289 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkDetectItemMediaType? Type290 { get; set; }
+ public global::ResembleAI.WatermarkApplyItemStatus? Type290 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkDetectItemOperationType? Type291 { get; set; }
+ public global::ResembleAI.WatermarkApplyItemModelVersion? Type291 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkDetectItemStatus? Type292 { get; set; }
+ public global::ResembleAI.WatermarkApplyMetrics? Type292 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkDetectItemModelVersion? Type293 { get; set; }
+ public global::ResembleAI.WatermarkApplyItem? Type293 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkAudioDetectionMetricsOverallStatus? Type294 { get; set; }
+ public global::ResembleAI.WatermarkApplyResponse? Type294 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkAudioDetectionMetricsDetectedModelVersionsItems? Type295 { get; set; }
+ public global::ResembleAI.WatermarkDetectPostParametersPrefer? Type295 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkAudioModelResultModelVersion? Type296 { get; set; }
+ public global::ResembleAI.WatermarkDetectRequest? Type296 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkAudioModelResultStatus? Type297 { get; set; }
+ public global::ResembleAI.WatermarkDetectItemMediaType? Type297 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkAudioModelResult? Type298 { get; set; }
+ public global::ResembleAI.WatermarkDetectItemOperationType? Type298 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type299 { get; set; }
+ public global::ResembleAI.WatermarkDetectItemStatus? Type299 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkAudioDetectionMetrics? Type300 { get; set; }
+ public global::ResembleAI.WatermarkDetectItemModelVersion? Type300 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type301 { get; set; }
+ public global::ResembleAI.WatermarkAudioDetectionMetricsOverallStatus? Type301 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type302 { get; set; }
+ public global::ResembleAI.WatermarkAudioDetectionMetricsDetectedModelVersionsItems? Type302 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkVisionDetectionMetricsOverallStatus? Type303 { get; set; }
+ public global::ResembleAI.WatermarkAudioModelResultModelVersion? Type303 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkVisionDetectionMetricsDetectedModelVersionsItems? Type304 { get; set; }
+ public global::ResembleAI.WatermarkAudioModelResultStatus? Type304 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkVisionModelResultModelVersion? Type305 { get; set; }
+ public global::ResembleAI.WatermarkAudioModelResult? Type305 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkVisionModelResultStatus? Type306 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type306 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkVisionModelResult? Type307 { get; set; }
+ public global::ResembleAI.WatermarkAudioDetectionMetrics? Type307 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkVisionDetectionMetricsVerdict? Type308 { get; set; }
+ public global::System.Collections.Generic.IList? Type308 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkVisionDetectionMetrics? Type309 { get; set; }
+ public global::System.Collections.Generic.IList? Type309 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type310 { get; set; }
+ public global::ResembleAI.WatermarkVisionDetectionMetricsOverallStatus? Type310 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type311 { get; set; }
+ public global::ResembleAI.WatermarkVisionDetectionMetricsDetectedModelVersionsItems? Type311 { get; set; }
///
///
///
- public global::ResembleAI.OneOf? Type312 { get; set; }
+ public global::ResembleAI.WatermarkVisionModelResultModelVersion? Type312 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkDetectItemMetrics? Type313 { get; set; }
+ public global::ResembleAI.WatermarkVisionModelResultStatus? Type313 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkDetectItem? Type314 { get; set; }
+ public global::ResembleAI.WatermarkVisionModelResult? Type314 { get; set; }
///
///
///
- public global::ResembleAI.OneOf? Type315 { get; set; }
+ public global::ResembleAI.WatermarkVisionDetectionMetricsVerdict? Type315 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkDetectResponse? Type316 { get; set; }
+ public global::ResembleAI.WatermarkVisionDetectionMetrics? Type316 { get; set; }
///
///
///
- public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItems? Type317 { get; set; }
+ public global::System.Collections.Generic.IList? Type317 { get; set; }
///
///
///
- public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsComponentStatus? Type318 { get; set; }
+ public global::System.Collections.Generic.IList? Type318 { get; set; }
///
///
///
- public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsComponentStatusTextToSpeech? Type319 { get; set; }
+ public global::ResembleAI.OneOf? Type319 { get; set; }
///
///
///
- public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsComponentStatusFill? Type320 { get; set; }
+ public global::ResembleAI.WatermarkDetectItemMetrics? Type320 { get; set; }
///
///
///
- public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsComponentStatusVoiceConversion? Type321 { get; set; }
+ public global::ResembleAI.WatermarkDetectItem? Type321 { get; set; }
///
///
///
- public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsApiSupport? Type322 { get; set; }
+ public global::ResembleAI.OneOf? Type322 { get; set; }
///
///
///
- public global::ResembleAI.VoicesListVoicesResponse200? Type323 { get; set; }
+ public global::ResembleAI.WatermarkDetectResponse? Type323 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type324 { get; set; }
+ public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItems? Type324 { get; set; }
///
///
///
- public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItem? Type325 { get; set; }
+ public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsComponentStatus? Type325 { get; set; }
///
///
///
- public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemComponentStatus? Type326 { get; set; }
+ public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsComponentStatusTextToSpeech? Type326 { get; set; }
///
///
///
- public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemComponentStatusTextToSpeech? Type327 { get; set; }
+ public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsComponentStatusFill? Type327 { get; set; }
///
///
///
- public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemComponentStatusFill? Type328 { get; set; }
+ public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsComponentStatusVoiceConversion? Type328 { get; set; }
///
///
///
- public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemComponentStatusVoiceConversion? Type329 { get; set; }
+ public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsApiSupport? Type329 { get; set; }
///
///
///
- public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemApiSupport? Type330 { get; set; }
+ public global::ResembleAI.VoicesListVoicesResponse200? Type330 { get; set; }
///
///
///
- public global::ResembleAI.VoicesCreateVoiceResponse200? Type331 { get; set; }
+ public global::System.Collections.Generic.IList? Type331 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItem? Type332 { get; set; }
+ public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItem? Type332 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemComponentStatus? Type333 { get; set; }
+ public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemComponentStatus? Type333 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemComponentStatusTextToSpeech? Type334 { get; set; }
+ public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemComponentStatusTextToSpeech? Type334 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemComponentStatusFill? Type335 { get; set; }
+ public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemComponentStatusFill? Type335 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemComponentStatusVoiceConversion? Type336 { get; set; }
+ public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemComponentStatusVoiceConversion? Type336 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemApiSupport? Type337 { get; set; }
+ public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemApiSupport? Type337 { get; set; }
///
///
///
- public global::ResembleAI.VoicesGetVoiceResponse200? Type338 { get; set; }
+ public global::ResembleAI.VoicesCreateVoiceResponse200? Type338 { get; set; }
///
///
///
- public global::ResembleAI.VoicesDeleteVoiceResponse200? Type339 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItem? Type339 { get; set; }
///
///
///
- public global::ResembleAI.VoicesBuildVoiceResponse200? Type340 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemComponentStatus? Type340 { get; set; }
///
///
///
- public global::ResembleAI.VoiceDesignPostResponsesContentApplicationJsonSchemaVoiceCandidatesItems? Type341 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemComponentStatusTextToSpeech? Type341 { get; set; }
///
///
///
- public global::ResembleAI.VoiceDesignGenerateVoiceDesignResponse200? Type342 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemComponentStatusFill? Type342 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type343 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemComponentStatusVoiceConversion? Type343 { get; set; }
///
///
///
- public global::ResembleAI.VoiceDesignCreateVoiceFromCandidateResponse200? Type344 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemApiSupport? Type344 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidRecordingsGetResponsesContentApplicationJsonSchemaItemsItems? Type345 { get; set; }
+ public global::ResembleAI.VoicesGetVoiceResponse200? Type345 { get; set; }
///
///
///
- public global::ResembleAI.RecordingsListRecordingsResponse200? Type346 { get; set; }
+ public global::ResembleAI.VoicesDeleteVoiceResponse200? Type346 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type347 { get; set; }
+ public global::ResembleAI.VoicesBuildVoiceResponse200? Type347 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidRecordingsPostResponsesContentApplicationJsonSchemaItem? Type348 { get; set; }
+ public global::ResembleAI.VoiceDesignPostResponsesContentApplicationJsonSchemaVoiceCandidatesItems? Type348 { get; set; }
///
///
///
- public global::ResembleAI.RecordingsCreateRecordingResponse200? Type349 { get; set; }
+ public global::ResembleAI.VoiceDesignGenerateVoiceDesignResponse200? Type349 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidRecordingsRecordingIdGetResponsesContentApplicationJsonSchemaItem? Type350 { get; set; }
+ public global::System.Collections.Generic.IList? Type350 { get; set; }
///
///
///
- public global::ResembleAI.RecordingsGetRecordingResponse200? Type351 { get; set; }
+ public global::ResembleAI.VoiceDesignCreateVoiceFromCandidateResponse200? Type351 { get; set; }
///
///
///
- public global::ResembleAI.RecordingsDeleteRecordingResponse200? Type352 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidRecordingsGetResponsesContentApplicationJsonSchemaItemsItems? Type352 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidRecordingsRecordingIdPatchResponsesContentApplicationJsonSchemaItem? Type353 { get; set; }
+ public global::ResembleAI.RecordingsListRecordingsResponse200? Type353 { get; set; }
///
///
///
- public global::ResembleAI.RecordingsUpdateRecordingResponse200? Type354 { get; set; }
+ public global::System.Collections.Generic.IList? Type354 { get; set; }
///
///
///
- public global::ResembleAI.TermSubstitutionsGetResponsesContentApplicationJsonSchemaItemsItems? Type355 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidRecordingsPostResponsesContentApplicationJsonSchemaItem? Type355 { get; set; }
///
///
///
- public global::ResembleAI.TermSubstitutionsListTermSubstitutionsResponse200? Type356 { get; set; }
+ public global::ResembleAI.RecordingsCreateRecordingResponse200? Type356 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type357 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidRecordingsRecordingIdGetResponsesContentApplicationJsonSchemaItem? Type357 { get; set; }
///
///
///
- public global::ResembleAI.TermSubstitutionsPostResponsesContentApplicationJsonSchemaItem? Type358 { get; set; }
+ public global::ResembleAI.RecordingsGetRecordingResponse200? Type358 { get; set; }
///
///
///
- public global::ResembleAI.TermSubstitutionsCreateTermSubstitutionResponse200? Type359 { get; set; }
+ public global::ResembleAI.RecordingsDeleteRecordingResponse200? Type359 { get; set; }
///
///
///
- public global::ResembleAI.TermSubstitutionsIdGetResponsesContentApplicationJsonSchemaItem? Type360 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidRecordingsRecordingIdPatchResponsesContentApplicationJsonSchemaItem? Type360 { get; set; }
///
///
///
- public global::ResembleAI.TermSubstitutionsGetTermSubstitutionResponse200? Type361 { get; set; }
+ public global::ResembleAI.RecordingsUpdateRecordingResponse200? Type361 { get; set; }
///
///
///
- public global::ResembleAI.TermSubstitutionsDeleteTermSubstitutionResponse200? Type362 { get; set; }
+ public global::ResembleAI.TermSubstitutionsGetResponsesContentApplicationJsonSchemaItemsItems? Type362 { get; set; }
///
///
///
- public global::ResembleAI.PronunciationsGetParametersStatus? Type363 { get; set; }
+ public global::ResembleAI.TermSubstitutionsListTermSubstitutionsResponse200? Type363 { get; set; }
///
///
///
- public global::ResembleAI.CustomPronunciationStatus? Type364 { get; set; }
+ public global::System.Collections.Generic.IList? Type364 { get; set; }
///
///
///
- public global::ResembleAI.CustomPronunciation? Type365 { get; set; }
+ public global::ResembleAI.TermSubstitutionsPostResponsesContentApplicationJsonSchemaItem? Type365 { get; set; }
///
///
///
- public global::ResembleAI.CustomPronunciationsListPronunciationsResponse200? Type366 { get; set; }
+ public global::ResembleAI.TermSubstitutionsCreateTermSubstitutionResponse200? Type366 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type367 { get; set; }
+ public global::ResembleAI.TermSubstitutionsIdGetResponsesContentApplicationJsonSchemaItem? Type367 { get; set; }
///
///
///
- public global::ResembleAI.CustomPronunciationsCreatePronunciationResponse201? Type368 { get; set; }
+ public global::ResembleAI.TermSubstitutionsGetTermSubstitutionResponse200? Type368 { get; set; }
///
///
///
- public global::ResembleAI.PronunciationsBulkPostResponsesContentApplicationJsonSchemaErrorsItems? Type369 { get; set; }
+ public global::ResembleAI.TermSubstitutionsDeleteTermSubstitutionResponse200? Type369 { get; set; }
///
///
///
- public global::ResembleAI.CustomPronunciationsBulkCreatePronunciationsResponse201? Type370 { get; set; }
+ public global::ResembleAI.PronunciationsGetParametersStatus? Type370 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type371 { get; set; }
+ public global::ResembleAI.CustomPronunciationStatus? Type371 { get; set; }
///
///
///
- public global::ResembleAI.CustomPronunciationsGetPronunciationResponse200? Type372 { get; set; }
+ public global::ResembleAI.CustomPronunciation? Type372 { get; set; }
///
///
///
- public global::ResembleAI.CustomPronunciationsDeletePronunciationResponse200? Type373 { get; set; }
+ public global::ResembleAI.CustomPronunciationsListPronunciationsResponse200? Type373 { get; set; }
///
///
///
- public global::ResembleAI.CustomPronunciationsUpdatePronunciationResponse200? Type374 { get; set; }
+ public global::System.Collections.Generic.IList? Type374 { get; set; }
///
///
///
- public global::ResembleAI.VoiceSettingsPresetsGetResponsesContentApplicationJsonSchemaItemsItems? Type375 { get; set; }
+ public global::ResembleAI.CustomPronunciationsCreatePronunciationResponse201? Type375 { get; set; }
///
///
///
- public global::ResembleAI.VoiceSettingsPresetsListVoiceSettingsPresetsResponse200? Type376 { get; set; }
+ public global::ResembleAI.PronunciationsBulkPostResponsesContentApplicationJsonSchemaErrorsItems? Type376 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type377 { get; set; }
+ public global::ResembleAI.CustomPronunciationsBulkCreatePronunciationsResponse201? Type377 { get; set; }
///
///
///
- public global::ResembleAI.VoiceSettingsPresetsPostResponsesContentApplicationJsonSchemaData? Type378 { get; set; }
+ public global::System.Collections.Generic.IList? Type378 { get; set; }
///
///
///
- public global::ResembleAI.VoiceSettingsPresetsCreateVoiceSettingsPresetResponse201? Type379 { get; set; }
+ public global::ResembleAI.CustomPronunciationsGetPronunciationResponse200? Type379 { get; set; }
///
///
///
- public global::ResembleAI.VoiceSettingsPresetsUuidGetResponsesContentApplicationJsonSchemaData? Type380 { get; set; }
+ public global::ResembleAI.CustomPronunciationsDeletePronunciationResponse200? Type380 { get; set; }
///
///
///
- public global::ResembleAI.VoiceSettingsPresetsGetVoiceSettingsPresetResponse200? Type381 { get; set; }
+ public global::ResembleAI.CustomPronunciationsUpdatePronunciationResponse200? Type381 { get; set; }
///
///
///
- public global::ResembleAI.VoiceSettingsPresetsDeleteVoiceSettingsPresetResponse200? Type382 { get; set; }
+ public global::ResembleAI.VoiceSettingsPresetsGetResponsesContentApplicationJsonSchemaItemsItems? Type382 { get; set; }
///
///
///
- public global::ResembleAI.VoiceSettingsPresetsUuidPatchResponsesContentApplicationJsonSchemaData? Type383 { get; set; }
+ public global::ResembleAI.VoiceSettingsPresetsListVoiceSettingsPresetsResponse200? Type383 { get; set; }
///
///
///
- public global::ResembleAI.VoiceSettingsPresetsUpdateVoiceSettingsPresetResponse200? Type384 { get; set; }
+ public global::System.Collections.Generic.IList? Type384 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsGetResponsesContentApplicationJsonSchemaItemsItems? Type385 { get; set; }
+ public global::ResembleAI.VoiceSettingsPresetsPostResponsesContentApplicationJsonSchemaData? Type385 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsListProjectsResponse200? Type386 { get; set; }
+ public global::ResembleAI.VoiceSettingsPresetsCreateVoiceSettingsPresetResponse201? Type386 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type387 { get; set; }
+ public global::ResembleAI.VoiceSettingsPresetsUuidGetResponsesContentApplicationJsonSchemaData? Type387 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsPostResponsesContentApplicationJsonSchemaItem? Type388 { get; set; }
+ public global::ResembleAI.VoiceSettingsPresetsGetVoiceSettingsPresetResponse200? Type388 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsCreateProjectResponse200? Type389 { get; set; }
+ public global::ResembleAI.VoiceSettingsPresetsDeleteVoiceSettingsPresetResponse200? Type389 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsProjectUuidGetResponsesContentApplicationJsonSchemaItem? Type390 { get; set; }
+ public global::ResembleAI.VoiceSettingsPresetsUuidPatchResponsesContentApplicationJsonSchemaData? Type390 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsGetProjectResponse200? Type391 { get; set; }
+ public global::ResembleAI.VoiceSettingsPresetsUpdateVoiceSettingsPresetResponse200? Type391 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsProjectUuidPutResponsesContentApplicationJsonSchemaItem? Type392 { get; set; }
+ public global::ResembleAI.ProjectsGetResponsesContentApplicationJsonSchemaItemsItems? Type392 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsUpdateProjectResponse200? Type393 { get; set; }
+ public global::ResembleAI.ProjectsListProjectsResponse200? Type393 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsDeleteProjectResponse200? Type394 { get; set; }
+ public global::System.Collections.Generic.IList? Type394 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsProjectUuidClipsGetResponsesContentApplicationJsonSchemaItemsItems? Type395 { get; set; }
+ public global::ResembleAI.ProjectsPostResponsesContentApplicationJsonSchemaItem? Type395 { get; set; }
///
///
///
- public global::ResembleAI.ClipsListClipsResponse200? Type396 { get; set; }
+ public global::ResembleAI.ProjectsCreateProjectResponse200? Type396 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type397 { get; set; }
+ public global::ResembleAI.ProjectsProjectUuidGetResponsesContentApplicationJsonSchemaItem? Type397 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsProjectUuidClipsClipUuidGetResponsesContentApplicationJsonSchemaItem? Type398 { get; set; }
+ public global::ResembleAI.ProjectsGetProjectResponse200? Type398 { get; set; }
///
///
///
- public global::ResembleAI.ClipsGetClipResponse200? Type399 { get; set; }
+ public global::ResembleAI.ProjectsProjectUuidPutResponsesContentApplicationJsonSchemaItem? Type399 { get; set; }
///
///
///
- public global::ResembleAI.ClipsDeleteClipResponse200? Type400 { get; set; }
+ public global::ResembleAI.ProjectsUpdateProjectResponse200? Type400 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsProjectUuidClipsClipUuidPatchResponsesContentApplicationJsonSchemaItem? Type401 { get; set; }
+ public global::ResembleAI.ProjectsDeleteProjectResponse200? Type401 { get; set; }
///
///
///
- public global::ResembleAI.ClipsUpdateClipResponse200? Type402 { get; set; }
+ public global::ResembleAI.ProjectsProjectUuidClipsGetResponsesContentApplicationJsonSchemaItemsItems? Type402 { get; set; }
///
///
///
- public global::ResembleAI.AccountGetResponsesContentApplicationJsonSchemaItem? Type403 { get; set; }
+ public global::ResembleAI.ClipsListClipsResponse200? Type403 { get; set; }
///
///
///
- public global::ResembleAI.AccountGetAccountResponse200? Type404 { get; set; }
+ public global::System.Collections.Generic.IList? Type404 { get; set; }
///
///
///
- public global::ResembleAI.AccountTeamsGetResponsesContentApplicationJsonSchemaItemsItems? Type405 { get; set; }
+ public global::ResembleAI.ProjectsProjectUuidClipsClipUuidGetResponsesContentApplicationJsonSchemaItem? Type405 { get; set; }
///
///
///
- public global::ResembleAI.AccountGetTeamsResponse200? Type406 { get; set; }
+ public global::ResembleAI.ClipsGetClipResponse200? Type406 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type407 { get; set; }
+ public global::ResembleAI.ClipsDeleteClipResponse200? Type407 { get; set; }
///
///
///
- public global::ResembleAI.AccountTeamsTeamUuidGetResponsesContentApplicationJsonSchemaItem? Type408 { get; set; }
+ public global::ResembleAI.ProjectsProjectUuidClipsClipUuidPatchResponsesContentApplicationJsonSchemaItem? Type408 { get; set; }
///
///
///
- public global::ResembleAI.AccountGetTeamResponse200? Type409 { get; set; }
+ public global::ResembleAI.ClipsUpdateClipResponse200? Type409 { get; set; }
///
///
///
- public global::ResembleAI.AccountBillingUsageGetResponsesContentApplicationJsonSchemaItem? Type410 { get; set; }
+ public global::ResembleAI.AccountGetResponsesContentApplicationJsonSchemaItem? Type410 { get; set; }
///
///
///
- public global::ResembleAI.AccountGetBillingUsageResponse200? Type411 { get; set; }
+ public global::ResembleAI.AccountGetAccountResponse200? Type411 { get; set; }
///
///
///
- public global::ResembleAI.DuetVoicesGetResponsesContentApplicationJsonSchemaItemsItems? Type412 { get; set; }
+ public global::ResembleAI.AccountTeamsGetResponsesContentApplicationJsonSchemaItemsItems? Type412 { get; set; }
///
///
///
- public global::ResembleAI.DuetsListDuetVoicesResponse200? Type413 { get; set; }
+ public global::ResembleAI.AccountGetTeamsResponse200? Type413 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type414 { get; set; }
+ public global::System.Collections.Generic.IList? Type414 { get; set; }
///
///
///
- public global::ResembleAI.DuetVoicesPostResponsesContentApplicationJsonSchemaItem? Type415 { get; set; }
+ public global::ResembleAI.AccountTeamsTeamUuidGetResponsesContentApplicationJsonSchemaItem? Type415 { get; set; }
///
///
///
- public global::ResembleAI.DuetsCreateDuetVoiceResponse200? Type416 { get; set; }
+ public global::ResembleAI.AccountGetTeamResponse200? Type416 { get; set; }
///
///
///
- public global::ResembleAI.DuetVoicesIdPutResponsesContentApplicationJsonSchemaItem? Type417 { get; set; }
+ public global::ResembleAI.AccountBillingUsageGetResponsesContentApplicationJsonSchemaItem? Type417 { get; set; }
///
///
///
- public global::ResembleAI.DuetsUpdateDuetVoiceResponse200? Type418 { get; set; }
+ public global::ResembleAI.AccountGetBillingUsageResponse200? Type418 { get; set; }
///
///
///
- public global::ResembleAI.DuetsDeleteDuetVoiceResponse200? Type419 { get; set; }
+ public global::ResembleAI.DuetVoicesGetResponsesContentApplicationJsonSchemaItemsItems? Type419 { get; set; }
///
///
///
- public global::ResembleAI.DuetVoicePairsGetResponsesContentApplicationJsonSchemaItemsItems? Type420 { get; set; }
+ public global::ResembleAI.DuetsListDuetVoicesResponse200? Type420 { get; set; }
///
///
///
- public global::ResembleAI.DuetsListDuetVoicePairsResponse200? Type421 { get; set; }
+ public global::System.Collections.Generic.IList? Type421 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type422 { get; set; }
+ public global::ResembleAI.DuetVoicesPostResponsesContentApplicationJsonSchemaItem? Type422 { get; set; }
///
///
///
- public global::ResembleAI.DuetVoicePairsPostResponsesContentApplicationJsonSchemaItem? Type423 { get; set; }
+ public global::ResembleAI.DuetsCreateDuetVoiceResponse200? Type423 { get; set; }
///
///
///
- public global::ResembleAI.DuetsCreateDuetVoicePairResponse200? Type424 { get; set; }
+ public global::ResembleAI.DuetVoicesIdPutResponsesContentApplicationJsonSchemaItem? Type424 { get; set; }
///
///
///
- public global::ResembleAI.DuetPostRequestBodyContentApplicationJsonSchemaScriptItemsSpeaker? Type425 { get; set; }
+ public global::ResembleAI.DuetsUpdateDuetVoiceResponse200? Type425 { get; set; }
///
///
///
- public global::ResembleAI.DuetPostRequestBodyContentApplicationJsonSchemaScriptItems? Type426 { get; set; }
+ public global::ResembleAI.DuetsDeleteDuetVoiceResponse200? Type426 { get; set; }
///
///
///
- public global::ResembleAI.DuetPostResponsesContentApplicationJsonSchemaItem? Type427 { get; set; }
+ public global::ResembleAI.DuetVoicePairsGetResponsesContentApplicationJsonSchemaItemsItems? Type427 { get; set; }
///
///
///
- public global::ResembleAI.DuetsGenerateDuetResponse200? Type428 { get; set; }
+ public global::ResembleAI.DuetsListDuetVoicePairsResponse200? Type428 { get; set; }
///
///
///
- public global::ResembleAI.SynthesizeRequest? Type429 { get; set; }
+ public global::System.Collections.Generic.IList? Type429 { get; set; }
///
///
///
- public global::ResembleAI.StreamSynthesizeRequest? Type430 { get; set; }
+ public global::ResembleAI.DuetVoicePairsPostResponsesContentApplicationJsonSchemaItem? Type430 { get; set; }
///
///
///
- public global::ResembleAI.CreateTranscriptRequest? Type431 { get; set; }
+ public global::ResembleAI.DuetsCreateDuetVoicePairResponse200? Type431 { get; set; }
///
///
///
- public global::ResembleAI.AskTranscriptQuestionRequest? Type432 { get; set; }
+ public global::ResembleAI.DuetPostRequestBodyContentApplicationJsonSchemaScriptItemsSpeaker? Type432 { get; set; }
///
///
///
- public global::ResembleAI.CreateAudioEnhancementRequest? Type433 { get; set; }
+ public global::ResembleAI.DuetPostRequestBodyContentApplicationJsonSchemaScriptItems? Type433 { get; set; }
///
///
///
- public global::ResembleAI.CreateAgentRequest? Type434 { get; set; }
+ public global::ResembleAI.DuetPostResponsesContentApplicationJsonSchemaItem? Type434 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type435 { get; set; }
+ public global::ResembleAI.DuetsGenerateDuetResponse200? Type435 { get; set; }
///
///
///
- public global::ResembleAI.UpdateAgentRequest? Type436 { get; set; }
+ public global::ResembleAI.SynthesizeRequest? Type436 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList