|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPronunciation.PronunciationType | |
---|---|
de.tudarmstadt.ukp.jwktl.api | |
de.tudarmstadt.ukp.jwktl.api.entry |
Uses of IPronunciation.PronunciationType in de.tudarmstadt.ukp.jwktl.api |
---|
Methods in de.tudarmstadt.ukp.jwktl.api that return IPronunciation.PronunciationType | |
---|---|
IPronunciation.PronunciationType |
IPronunciation.getType()
Returns the type of this pronunciation, which can be audio files or a specific notation schema used to represent pronunciation information. |
static IPronunciation.PronunciationType |
IPronunciation.PronunciationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IPronunciation.PronunciationType[] |
IPronunciation.PronunciationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of IPronunciation.PronunciationType in de.tudarmstadt.ukp.jwktl.api.entry |
---|
Fields in de.tudarmstadt.ukp.jwktl.api.entry declared as IPronunciation.PronunciationType | |
---|---|
protected IPronunciation.PronunciationType |
Pronunciation.type
|
Methods in de.tudarmstadt.ukp.jwktl.api.entry that return IPronunciation.PronunciationType | |
---|---|
IPronunciation.PronunciationType |
Pronunciation.getType()
|
Constructors in de.tudarmstadt.ukp.jwktl.api.entry with parameters of type IPronunciation.PronunciationType | |
---|---|
Pronunciation(IPronunciation.PronunciationType type,
String text,
String note)
Creates a new pronunciation for the given representation text, notation type and addition information. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |