Class OtherSpokenEvent
java.lang.Object
ca.phon.orthography.AbstractOrthographyElement
ca.phon.orthography.AnnotatedOrthographyElement
ca.phon.orthography.Event
ca.phon.orthography.OtherSpokenEvent
- All Implemented Interfaces:
IExtendable,OrthographyElement
@Documentation("https://talkbank.org/manuals/CHAT.html#InterposedWords")
public final class OtherSpokenEvent
extends Event
word spoken by someone else during an utterance.
Writen as
invalid input: '&'* plus the participant ID
e.g., invalid input: '&'*MOT-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOtherSpokenEvent(String who, String data) OtherSpokenEvent(String who, String data, List<OrthographyAnnotation> annotations) -
Method Summary
Modifier and TypeMethodDescriptioncloneAppendingAnnotation(OrthographyAnnotation annotation) Text for primary element without annotationsgetData()getWho()Methods inherited from class ca.phon.orthography.AnnotatedOrthographyElement
getAnnotations, getAnnotationText, textMethods inherited from class ca.phon.orthography.AbstractOrthographyElement
getExtension, getExtensions, putExtension, removeExtension, toString
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
OtherSpokenEvent
-
OtherSpokenEvent
-
-
Method Details
-
getWho
-
getData
-
elementText
Description copied from class:AnnotatedOrthographyElementText for primary element without annotations- Specified by:
elementTextin classAnnotatedOrthographyElement- Returns:
- text for primary element without annotations, subclasses should implement this method instead of text()
-
cloneAppendingAnnotation
- Specified by:
cloneAppendingAnnotationin classAnnotatedOrthographyElement
-