speechContexts property

List<SpeechContext>? speechContexts
getter/setter pair

Array of SpeechContext.

A means to provide context to assist the speech recognition. For more information, see speech adaptation.

Implementation

core.List<SpeechContext>? speechContexts;