Uses of Interface
eu.clarin.weblicht.wlfxb.ed.api.ExternalDataLayer

Packages that use ExternalDataLayer
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
 interface CanonicalSegmentationLayer
          The CanonicalSegmentationLayer interface represents annotations for canonical pronunciation segmentation (phonemic transcriptions) of the given text or/and audio data.
 interface PhoneticSegmentationLayer
          The PhoneticSegmentationLayer interface represents annotations for phonetic signal segmentation of the given audio data.
 interface SpeechSignalLayer
          The SpeechSignalLayer interface represents audio data that contains speech signal.
 interface TokenSegmentationLayer
          The 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
 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
 class CanonicalSegmentationLayerStored
           
 class ExternalDataLayerStored
           
 class PhoneticSegmentationLayerStored
           
 class SpeechSignalLayerStored
           
 class TokenSegmentationLayerStored
           
 

Methods in eu.clarin.weblicht.wlfxb.ed.xb that return types with arguments of type ExternalDataLayer
 Class<? extends ExternalDataLayer> ExternalDataLayerTag.getLayerClass()
           
 List<ExternalDataLayer> ExternalDataStored.getLayers()
           
 

Method parameters in eu.clarin.weblicht.wlfxb.ed.xb with type arguments of type ExternalDataLayer
static ExternalDataLayerTag ExternalDataLayerTag.getFromClass(Class<? extends ExternalDataLayer> cl)
           
 



Copyright © 2013 Department of Linguistics, Tübingen University. All Rights Reserved.