transcript property
String
get
transcript
The transcript
read-only property of the
SpeechRecognitionResult interface returns a string containing the
transcript of the recognized word(s).
For continuous recognition, leading or trailing whitespace will be included where necessary so that concatenation of consecutive SpeechRecognitionResults produces a proper transcript of the session.
Implementation
external String get transcript;