ICSS2Properties.SpeechRate

ICSS2Properties.SpeechRate property

This property specifies the speaking rate. Note that both absolute and relative keyword values are allowed (compare with ‘font-size’). Values have the following meanings:

number’ - Specifies the speaking rate in words per minute, a quantity that varies somewhat by language but is nevertheless widely supported by speech synthesizers.

x-slow - Same as 80 words per minute.

slow - Same as 120 words per minute

medium - Same as 180 - 200 words per minute.

fast - Same as 300 words per minute.

x-fast - Same as 500 words per minute.

faster - Adds 40 words per minute to the current speech rate.

slower - Subtracts 40 words per minutes from the current speech rate.

public string SpeechRate { get; set; }

Return Value

speech-rate property

See Also