VoiceSession

@Serializable
class VoiceSession(val voiceSamples: List<ByteArray>, val phrase: String, val misnapMibiData: List<MiSnapMibiData>, val licenseExpired: Boolean, val rts: List<String?> = emptyList()) : MiSnapFinalResult

Result from a Voice session

Constructors

Link copied to clipboard
constructor(voiceSamples: List<ByteArray>, phrase: String, misnapMibiData: List<MiSnapMibiData>, licenseExpired: Boolean, rts: List<String?> = emptyList())

Properties

Link copied to clipboard

Indicates if the license should be renewed.

Link copied to clipboard

The analytics data collected from the session.

Link copied to clipboard

The password phrase used during the session.

Link copied to clipboard
val rts: List<String?>

A list of encrypted payloads used for an additional authentication.

Link copied to clipboard

A list of the recorded audios in WAV format.