Uses of Interface
ca.phon.autotranscribe.AutoTranscribeSource
Packages that use AutoTranscribeSource
-
Uses of AutoTranscribeSource in ca.phon.app.session.editor.autotranscribe
Classes in ca.phon.app.session.editor.autotranscribe that implement AutoTranscribeSourceModifier and TypeClassDescriptionclassclassIPADictionary Source for automatic transcriptions -
Uses of AutoTranscribeSource in ca.phon.autotranscribe
Methods in ca.phon.autotranscribe that return types with arguments of type AutoTranscribeSourceMethods in ca.phon.autotranscribe with parameters of type AutoTranscribeSourceModifier and TypeMethodDescriptionvoidAutoTranscriber.addSource(AutoTranscribeSource source) Add a new source for transcriptionsvoidAutoTranscriber.removeSource(AutoTranscribeSource source) Remove a source for transcriptionsMethod parameters in ca.phon.autotranscribe with type arguments of type AutoTranscribeSourceModifier and TypeMethodDescriptionvoidAutoTranscriber.setSources(List<AutoTranscribeSource> sources) Constructor parameters in ca.phon.autotranscribe with type arguments of type AutoTranscribeSourceModifierConstructorDescriptionAutoTranscriber(List<AutoTranscribeSource> sources) Create a new auto transcriber for the given orthography and sourcesAutoTranscriber(List<AutoTranscribeSource> sources, Transcriber transcriber)