SpeechRecognizerResponse.PartialTextResponse

data class SpeechRecognizerResponse.PartialTextResponse : SpeechRecognizerResponse


Partial recognition result from speech recognition.

Summary

Public constructors

Public properties

String

The partial recognized text.

Public constructors

PartialTextResponse

PartialTextResponse(text: String)

Public properties

text

val textString

The partial recognized text.