Creates a list of transcribed words, including time-stamps and confidence value.
Object.defineProperty(SpeechRecognitionResult.prototype, 'words',
get: function()
)
Returns an array of SpeechRecognitionWord
.
You may use this property instead of getText to get more information about time stamps and confidence for each recognized word.