Uses of Class
eu.clarin.weblicht.wlfxb.tc.xb.PronunciationType
-
Packages that use PronunciationType Package Description 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 Modifier and Type Method Description PronunciationTypePronunciation. getType()Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type PronunciationType Modifier and Type Method Description PronunciationPhoneticsLayer. createPronunciation(PronunciationType type, String canonicalPronunciation)PronunciationPhoneticsLayer. createPronunciation(PronunciationType type, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds)PronunciationPhoneticsLayer. createPronunciation(PronunciationType type, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds, List<Pronunciation> children)PronunciationPhoneticsLayer. createPronunciation(PronunciationType type, String canonicalPronunciation, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds, List<Pronunciation> children)PronunciationPhoneticsLayer. 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 Modifier and Type Field Description protected PronunciationTypePronunciationStored. typeMethods in eu.clarin.weblicht.wlfxb.tc.xb that return PronunciationType Modifier and Type Method Description PronunciationTypePronunciationStored. getType()static PronunciationTypePronunciationType. 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 Modifier and Type Method Description PronunciationPhoneticsLayerStored. createPronunciation(PronunciationType type, String canonicalPronunciation)PronunciationPhoneticsLayerStored. createPronunciation(PronunciationType type, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds)PronunciationPhoneticsLayerStored. createPronunciation(PronunciationType type, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds, List<Pronunciation> children)PronunciationPhoneticsLayerStored. createPronunciation(PronunciationType type, String canonicalPronunciation, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds, List<Pronunciation> children)PronunciationPhoneticsLayerStored. createPronunciation(PronunciationType type, String canonicalPronunciation, String realizedPronunciation, List<Pronunciation> children)
-