Deeptone Output
data class DeeptoneOutput(arousal: MutableList<ArousalPrediction>, emotions: MutableList<EmotionPrediction>, gender: MutableList<GenderPrediction>, identity: MutableList<FloatArray>, speech: MutableList<SpeechPrediction>, speechRT: MutableList<SpeechRTPrediction>)
Content copied to clipboard
An output of Deeptone™ predictions
Deeptone™ predictions identified by model for the given audio data.
Constructors
DeeptoneOutput
Link copied to clipboard
fun DeeptoneOutput(arousal: MutableList<ArousalPrediction>, emotions: MutableList<EmotionPrediction>, gender: MutableList<GenderPrediction>, identity: MutableList<FloatArray>, speech: MutableList<SpeechPrediction>, speechRT: MutableList<SpeechRTPrediction>)
Content copied to clipboard