ICSS2Properties.PauseBefore

ICSS2Properties.PauseBefore property

These properties specify a pause to be observed before (or after) speaking an element’s content. Values have the following meanings:

time’ - Expresses the pause in absolute time units (seconds and milliseconds).’percentage’ - Refers to the inverse of the value of the ‘speech-rate’ property. For example, if the speech-rate is 120 words per minute (i.e., a word takes half a second, or 500ms) then a ‘pause-before’ of 100% means a pause of 500 ms and a ‘pause-before’ of 20% means 100ms.

public string PauseBefore { get; set; }

Return Value

pause-before property

See Also