|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PronunciationType | |
|---|---|
| eu.clarin.weblicht.wlfxb.tc.api | |
| eu.clarin.weblicht.wlfxb.tc.xb | Provides classes for manipulating TextCorpus annotations of TCF. |
| Uses of PronunciationType in eu.clarin.weblicht.wlfxb.tc.api |
|---|
| Methods in eu.clarin.weblicht.wlfxb.tc.api that return PronunciationType | |
|---|---|
PronunciationType |
Pronunciation.getType()
|
| Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type PronunciationType | |
|---|---|
Pronunciation |
PhoneticsLayer.createPronunciation(PronunciationType type,
String canonicalPronunciation)
|
Pronunciation |
PhoneticsLayer.createPronunciation(PronunciationType type,
String realizedPronunciation,
float onsetInSeconds,
float offsetInSeconds)
|
Pronunciation |
PhoneticsLayer.createPronunciation(PronunciationType type,
String realizedPronunciation,
float onsetInSeconds,
float offsetInSeconds,
List<Pronunciation> children)
|
Pronunciation |
PhoneticsLayer.createPronunciation(PronunciationType type,
String canonicalPronunciation,
String realizedPronunciation,
float onsetInSeconds,
float offsetInSeconds,
List<Pronunciation> children)
|
Pronunciation |
PhoneticsLayer.createPronunciation(PronunciationType type,
String canonicalPronunciation,
String realizedPronunciation,
List<Pronunciation> children)
|
| Uses of PronunciationType in eu.clarin.weblicht.wlfxb.tc.xb |
|---|
| Fields in eu.clarin.weblicht.wlfxb.tc.xb declared as PronunciationType | |
|---|---|
protected PronunciationType |
PronunciationStored.type
|
| Methods in eu.clarin.weblicht.wlfxb.tc.xb that return PronunciationType | |
|---|---|
PronunciationType |
PronunciationStored.getType()
|
static PronunciationType |
PronunciationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PronunciationType[] |
PronunciationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type PronunciationType | |
|---|---|
Pronunciation |
PhoneticsLayerStored.createPronunciation(PronunciationType type,
String canonicalPronunciation)
|
Pronunciation |
PhoneticsLayerStored.createPronunciation(PronunciationType type,
String realizedPronunciation,
float onsetInSeconds,
float offsetInSeconds)
|
Pronunciation |
PhoneticsLayerStored.createPronunciation(PronunciationType type,
String realizedPronunciation,
float onsetInSeconds,
float offsetInSeconds,
List<Pronunciation> children)
|
Pronunciation |
PhoneticsLayerStored.createPronunciation(PronunciationType type,
String canonicalPronunciation,
String realizedPronunciation,
float onsetInSeconds,
float offsetInSeconds,
List<Pronunciation> children)
|
Pronunciation |
PhoneticsLayerStored.createPronunciation(PronunciationType type,
String canonicalPronunciation,
String realizedPronunciation,
List<Pronunciation> children)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||