HighchartsSonificationDefaultSpeechOptions constructor

HighchartsSonificationDefaultSpeechOptions({
  1. String? language,
  2. HighchartsSonificationDefaultSpeechMappingOptions? mapping,
  3. HighchartsSonificationDefaultSpeechPointGroupingOptions? pointGrouping,
  4. String? preferredVoice,
  5. String? type,
  6. HighchartsSonificationDefaultInstrumentActiveWhenOptions? activeWhen,
  7. 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});