speechSynthesisUtterance top-level property

dynamic get speechSynthesisUtterance

This Web Speech API interface represents a speech request. It contains the content the speech service should read and information about how to read it (e.g. language, pitch and volume.)

MDN Reference

Implementation

_i2.dynamic get speechSynthesisUtterance => _i4.getProperty(
      _self,
      'SpeechSynthesisUtterance',
    );