Success

data class Success(val audio: ByteArray, val licenseExpired: Boolean, val rts: String? = null) : MiSnapVoiceProcessor.Result

Successful result object from audio recording analysis.

Constructors

Link copied to clipboard
constructor(audio: ByteArray, licenseExpired: Boolean, rts: String? = null)

Properties

Link copied to clipboard

WaveFile (.wav) data.

Link copied to clipboard

Indicates if the license should be renewed.

Link copied to clipboard
val rts: String? = null

An encrypted payload used for an additional authentication.