Kit > healthstack.kit.task.activity.model > SpeechRecognitionResultModel > SpeechRecognitionResultModel

SpeechRecognitionResultModel

[androidJvm]
fun SpeechRecognitionResultModel(id: String, title: String = "Speech Recognition", header: String = "Great Job!", body: List<String>? = listOf("Your task was successfully completed."), drawableId: Int? = R.drawable.ic_activity_result, buttonText: String? = "Back to Home")