isFinal Property

Summary

Indicates whether the current transcription session is final.

Syntax

TypeScript
JavaScript
Object.defineProperty(LeadEventArgs.prototype, 'isFinal', 
	 get: function() 
) 
        readonly isFinal: boolean; 

Property Value

The boolean value to indicate if the session is final.

Remarks

Final in this context means that the text recognized may not be modified by a later inputted audio.

The audio recognition algorithm sometimes goes back a few words to "fix" and make a change when more audio has been recognized. Usually, this happens when the audio has a short period of silence.

However, when isFinal is set to true, there is no more going back to "fix" formerly recognized text.

Requirements

Target Platforms

See Also

LeadEventArgs

LeadEventArgs 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.