Method: RubySpeech::SSML::Break#time
- Defined in:
- lib/ruby_speech/ssml/break.rb
#time ⇒ Float
Indicates the duration of a pause to be inserted in the output in seconds or milliseconds. It follows the time value format from the Cascading Style Sheets Level 2 Recommendation [CSS2], e.g. “250ms”, “3s”.
38 39 40 |
# File 'lib/ruby_speech/ssml/break.rb', line 38 def time get_time_attribute :time end |