Typescript Library Declarations (DOM)
Interface SpeechRecognitionAlternative
MDN Reference
interface
SpeechRecognitionAlternative
{
confidence
:
number
;
transcript
:
string
;
}
Index
Properties
confidence
transcript
Properties
Readonly
confidence
confidence
:
number
MDN Reference
Readonly
transcript
transcript
:
string
MDN Reference
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
confidence
transcript
Typescript Library Declarations (DOM)
MDN Reference