Class Pause
java.lang.Object
ca.phon.orthography.AbstractOrthographyElement
ca.phon.orthography.Pause
- All Implemented Interfaces:
IExtendable
,OrthographyElement
@Documentation("https://talkbank.org/manuals/CHAT.html#Pause_Marker")
public final class Pause
extends AbstractOrthographyElement
Pause at a point in an utterance. May be symbolic or numeric.
e.g.,
(.), (..), or (...)or
(3.5)Numeric values are printed in minutes and seconds
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.phon.orthography.AbstractOrthographyElement
getExtension, getExtensions, putExtension, removeExtension, toString
-
Constructor Details
-
Pause
-
Pause
-
-
Method Details
-
getLength
public float getLength() -
getType
-
text
Description copied from interface:OrthographyElement
Get string representation of the element.- Returns:
- the string value of the element
-