HighchartsSonificationDefaultSpeechOptions constructor
HighchartsSonificationDefaultSpeechOptions({
- String? language,
- HighchartsSonificationDefaultSpeechMappingOptions? mapping,
- HighchartsSonificationDefaultSpeechPointGroupingOptions? pointGrouping,
- String? preferredVoice,
- String? type,
- HighchartsSonificationDefaultInstrumentActiveWhenOptions? activeWhen,
- bool? showPlayMarker,
Default sonification options for all speech tracks.
API Docs: https://api.highcharts.com/highcharts/sonification.defaultSpeechOptions
Implementation
HighchartsSonificationDefaultSpeechOptions(
{this.language,
this.mapping,
this.pointGrouping,
this.preferredVoice,
this.type,
this.activeWhen,
this.showPlayMarker});