This repository was archived by the owner on Apr 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/AssemblyAI/Transcripts/Types Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ src/AssemblyAI/Transcripts/TranscriptNotCompletedStatusException.cs
2929src/AssemblyAI/Transcripts/Types/TranscriptExtensions.cs
3030src/AssemblyAI/Transcripts/Types/TranscriptParamsMapper.cs
3131src/AssemblyAI/Transcripts/Types/TranscriptParamsCloner.cs
32- src/AssemblyAI/Transcripts/Types/ContentSafetyLabelsResult.cs
33- src/AssemblyAI/Transcripts/Types/TopicDetectionModelResult.cs
3432src/AssemblyAI/Lemur/ExtendedLemurClient.cs
3533src/AssemblyAI/Lemur/Types/LemurResponse.cs
3634src/AssemblyAI/Lemur/Types/LemurModel.cs
@@ -50,3 +48,6 @@ src/AssemblyAI.IntegrationTests
5048docfx
5149
5250Samples
51+
52+ # TODO: remove these ignores when AssemblyAI fixes the API
53+ src/AssemblyAI/Transcripts/Types/ContentSafetyLabel.cs
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public record ContentSafetyLabel
2323 /// How severely the topic is discussed in the section, from 0 to 1
2424 /// </summary>
2525 [ JsonPropertyName ( "severity" ) ]
26- public required double Severity { get ; set ; }
26+ public required double ? Severity { get ; set ; }
2727
2828 public override string ToString ( )
2929 {
You can’t perform that action at this time.
0 commit comments