Uses of Class
nzilbb.ag.automation.util.Transcribe
-
Packages that use Transcribe Package Description nzilbb.ag.automation.util Utility classes for helping processAnnotator
implementations. -
-
Uses of Transcribe in nzilbb.ag.automation.util
Methods in nzilbb.ag.automation.util that return Transcribe Modifier and Type Method Description Transcribe
Transcribe. setConfig(String newConfig)
Setter forconfig
: Transcriber installation configuration, if any is required.Transcribe
Transcribe. setDescriptor(AnnotatorDescriptor newDescriptor)
Setter fordescriptor
: Descriptor for the transcriber.Transcribe
Transcribe. setTranscriber(Transcriber newTranscriber)
Setter fortranscriber
: The transcriber to configure.Transcribe
Transcribe. setVerbose(boolean newVerbose)
Setter forverbose
: Print verbose output to stderr
-