Uses of Interface
eu.clarin.weblicht.wlfxb.ed.api.ExternalDataLayer
-
Packages that use ExternalDataLayer Package Description eu.clarin.weblicht.wlfxb.ed.api eu.clarin.weblicht.wlfxb.ed.xb Provides classes for manipulating ExternalData annotations of TCF. -
-
Uses of ExternalDataLayer in eu.clarin.weblicht.wlfxb.ed.api
Subinterfaces of ExternalDataLayer in eu.clarin.weblicht.wlfxb.ed.api Modifier and Type Interface Description interfaceCanonicalSegmentationLayerThe CanonicalSegmentationLayer interface represents annotations for canonical pronunciation segmentation (phonemic transcriptions) of the given text or/and audio data.interfaceNamedEntityModelLayerThe NamedEntityModelLayer interface represents model for named entities.interfacePhoneticSegmentationLayerThe PhoneticSegmentationLayer interface represents annotations for phonetic signal segmentation of the given audio data.interfaceSpeechSignalLayerThe SpeechSignalLayer interface represents audio data that contains speech signal.interfaceTokenSegmentationLayerThe TokenSegmentationLayer interface represents annotations for signal token segmentation of the given audio data.Methods in eu.clarin.weblicht.wlfxb.ed.api that return types with arguments of type ExternalDataLayer Modifier and Type Method Description List<ExternalDataLayer>ExternalData. getLayers() -
Uses of ExternalDataLayer in eu.clarin.weblicht.wlfxb.ed.xb
Classes in eu.clarin.weblicht.wlfxb.ed.xb that implement ExternalDataLayer Modifier and Type Class Description classCanonicalSegmentationLayerStoredclassExternalDataLayerStoredclassNamedEntityModelLayerStoredclassPhoneticSegmentationLayerStoredclassSpeechSignalLayerStoredclassTokenSegmentationLayerStoredMethods in eu.clarin.weblicht.wlfxb.ed.xb that return types with arguments of type ExternalDataLayer Modifier and Type Method Description Class<? extends ExternalDataLayer>ExternalDataLayerTag. getLayerClass()List<ExternalDataLayer>ExternalDataStored. getLayers()Method parameters in eu.clarin.weblicht.wlfxb.ed.xb with type arguments of type ExternalDataLayer Modifier and Type Method Description static ExternalDataLayerTagExternalDataLayerTag. getFromClass(Class<? extends ExternalDataLayer> cl)
-