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

SpeechRecognitionIntroModel

[androidJvm]
fun SpeechRecognitionIntroModel(id: String, title: String = "Speech Recognition", header: String = "Speech Recognition", body: List<String>? = listOf(
"Find yourself in a quiet environment without background noise.",
"Hold phone 6 inches from mouth.",
"Read the displayed transcription as loudly as possible"
), drawableId: Int? = R.drawable.ic_activity_speech_recognition, buttonText: String? = "Begin", textType: TextType = NUMBER)