enableWordInfo property
If true
, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult
with information about the recognized speech words, e.g. start and end
time offsets.
If false or unspecified, Speech doesn't return any word-level information.
Implementation
core.bool? enableWordInfo;