Package com. oto. deeptonesdk
Types
ArousalPrediction
Link copied to clipboard
DeeptoneOutput
Link copied to clipboard
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
DeeptoneSDK
Link copied to clipboard
EmotionPrediction
Link copied to clipboard
data class EmotionPrediction(happy: Float, irritated: Float, neutral: Float, tired: Float)
Content copied to clipboard
GenderPrediction
Link copied to clipboard
SpeechPrediction
Link copied to clipboard
SpeechRTPrediction
Link copied to clipboard