words Property

Summary

Creates a list of transcribed words, including time-stamps and confidence value.

Syntax

TypeScript
JavaScript
Object.defineProperty(SpeechRecognitionResult.prototype, 'words', 
	 get: function() 
) 
        readonly words: Array<SpeechRecognitionWord>; 

Property Value

Returns an array of SpeechRecognitionWord.

Remarks

You may use this property instead of getText to get more information about time stamps and confidence for each recognized word.

Requirements

Target Platforms

See Also

SpeechRecognitionResult

SpeechRecognitionResult Members

lt.SpeechRecognition Namespace

Help Version 23.0.2024.3.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.