HighchartsSeriesSonificationDefaultSpeechOptions class

Default options for all this series' speech tracks.

API Docs: https://api.highcharts.com/highcharts/series.zigzag.sonification.defaultSpeechOptions

Inheritance

Constructors

HighchartsSeriesSonificationDefaultSpeechOptions.new({String? language, HighchartsSonificationDefaultSpeechMappingOptions? mapping, HighchartsSonificationDefaultSpeechPointGroupingOptions? pointGrouping, String? preferredVoice, String? type, HighchartsSonificationDefaultInstrumentActiveWhenOptions? activeWhen, bool? showPlayMarker})
Default options for all this series' speech tracks.

Properties

activeWhen HighchartsSonificationDefaultInstrumentActiveWhenOptions?
Define a condition for when a track should be active and not.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
language String?
The language to speak in for speech tracks, as an IETF BCP 47 language tag.
getter/setter pair
mapping HighchartsSonificationDefaultSpeechMappingOptions?
Mapping configuration for the speech/audio parameters.
getter/setter pair
pointGrouping HighchartsSonificationDefaultSpeechPointGroupingOptions?
Highcharts Options Widget.
getter/setter pair
preferredVoice String?
Name of the voice synthesis to prefer for speech tracks.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showPlayMarker bool?
Show play marker (tooltip and/or crosshair) for a track.
getter/setter pair
type String?
Type of track. Always "instrument" for instrument tracks, and "speech" for speech tracks.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited