DeeptoneOutput

data class DeeptoneOutput(arousal: MutableList<ArousalPrediction>, emotions: MutableList<EmotionPrediction>, gender: MutableList<GenderPrediction>, identity: MutableList<FloatArray>, speech: MutableList<SpeechPrediction>, speechRT: MutableList<SpeechRTPrediction>)

An output of Deeptone™ predictions

Deeptone™ predictions identified by model for the given audio data.

Constructors

DeeptoneOutput
Link copied to clipboard

Properties

arousal
Link copied to clipboard
val arousal: MutableList<ArousalPrediction>
emotions
Link copied to clipboard
val emotions: MutableList<EmotionPrediction>
gender
Link copied to clipboard
val gender: MutableList<GenderPrediction>
identity
Link copied to clipboard
val identity: MutableList<FloatArray>
speech
Link copied to clipboard
val speech: MutableList<SpeechPrediction>
speechRT
Link copied to clipboard
val speechRT: MutableList<SpeechRTPrediction>