Indicates whether the current transcription session is final.
Object.defineProperty(LeadEventArgs.prototype, 'isFinal',
get: function()
)
The boolean
value to indicate if the session is final.
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.