We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Segment#transient
1 parent 49fc161 commit 57ffb63Copy full SHA for 57ffb63
openai-core/src/commonMain/kotlin/com.aallam.openai.api/audio/Segment.kt
@@ -17,5 +17,5 @@ public data class Segment(
17
@SerialName("avg_logprob") val avgLogprob: Double,
18
@SerialName("compression_ratio") val compressionRatio: Double,
19
@SerialName("no_speech_prob") val noSpeechProb: Double,
20
- @SerialName("transient") val transient: Boolean,
+ @SerialName("transient") val transient: Boolean? = null,
21
)
0 commit comments