Class UtteranceLanguage
java.lang.Object
ca.phon.orthography.AbstractOrthographyElement
ca.phon.orthography.UtteranceLanguage
- All Implemented Interfaces:
IExtendable
,OrthographyElement
@Documentation("https://talkbank.org/manuals/CHAT.html#_Toc133061328")
public class UtteranceLanguage
extends AbstractOrthographyElement
[- lang] - Utterance language, specified at beginning of main line.
lang must be a three letter language code, followed by optional tags
up to 8 characters long separated by a '-'.
e.g.,
eng,
fra-ca
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.phon.orthography.AbstractOrthographyElement
getExtension, getExtensions, putExtension, removeExtension, toString
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
UtteranceLanguage
-
-
Method Details
-
getLanguage
-
text
Description copied from interface:OrthographyElement
Get string representation of the element.- Returns:
- the string value of the element
-