Uses of Class
nzilbb.util.Switch
-
Packages that use Switch Package Description nzilbb.ag.automation.util Utility classes for helping processAnnotatorimplementations.nzilbb.ag.cli Contains command line interface tools for manipulating annotation graphs from the command line.nzilbb.ag.util Utility classes for processing annotation graphs.nzilbb.converter nzilbb.util Utility classes for IO, program execution, ISO language code handling, etc.nzilbb.webapp Utility base class for supporting running presenting webapp-based user interfaces. -
-
Uses of Switch in nzilbb.ag.automation.util
Methods in nzilbb.ag.automation.util with annotations of type Switch Modifier and Type Method Description AnnotateAnnotate. setAnnotator(File newAnnotator)Setter forAnnotate.annotator: Annotator .jar file.TranscribeTranscribe. setConfig(String newConfig)Setter forTranscribe.config: Transcriber installation configuration, if any is required.AnnotateAnnotate. setDebug(Boolean newDebug)Setter forAnnotate.debug: Whether to print debug tracing.ConfigAppConfigApp. setDebug(Boolean newDebug)Setter forAnnotatorWebApp.debug: Whether to print debug tracing.ExtAppExtApp. setDebug(Boolean newDebug)Setter forAnnotatorWebApp.debug: Whether to print debug tracing.TaskAppTaskApp. setDebug(Boolean newDebug)Setter forAnnotatorWebApp.debug: Whether to print debug tracing.InfoInfo. setGui(Boolean newGui)Setter forInfo.gui: Whether to show a graphical user interface (true) or write info to stdout (false).AnnotateAnnotate. setOutputSuffix(String newOutputSuffix)Setter forAnnotate.outputSuffix: Suffix for adding to the file name of input transcripts in order to determine the annotated transcript file name.AnnotateAnnotate. setSerialization(File newSerialization)Setter forAnnotate.serialization: Serialization .jar file that implements both GraphSerializer and GraphDeserializer.AnnotateAnnotate. setStdout(Boolean newStdout)Setter forAnnotate.stdout: Write annotated output to stdout instead of to a file.TranscribeTranscribe. setVerbose(boolean newVerbose)Setter forTranscribe.verbose: Print verbose output to stderrConfigAppConfigApp. setWorkingDir(File newWorkingDir)Setter forAnnotatorWebApp.workingDir: Working directory.ExtAppExtApp. setWorkingDir(File newWorkingDir)Setter forAnnotatorWebApp.workingDir: Working directory.TaskAppTaskApp. setWorkingDir(File newWorkingDir)Setter forAnnotatorWebApp.workingDir: Working directory. -
Uses of Switch in nzilbb.ag.cli
Methods in nzilbb.ag.cli with annotations of type Switch Modifier and Type Method Description DeserializeDeserialize. setDefaultOffsets(Boolean newDefaultOffsets)Setter forDeserialize.defaultOffsets: Whether to set null anchor offsets or not.DeserializeDeserialize. setVerbose(Boolean newVerbose)Setter forDeserialize.verbose: Print verbose output.TransformTransform. setVerbose(Boolean newVerbose)Setter forTransform.verbose: Print verbose output. -
Uses of Switch in nzilbb.ag.util
Methods in nzilbb.ag.util with annotations of type Switch Modifier and Type Method Description DefaultOffsetGeneratorDefaultOffsetGenerator. setConfidence(int newConfidence)Setter forDefaultOffsetGenerator.confidence: Value to set for confidence for anchors that have their offsets changed by this transformer.DefaultOffsetGeneratorDefaultOffsetGenerator. setDebug(Boolean newDebug)Setter forDefaultOffsetGenerator.debug: Whether a log of messages should be kept for reporting.MergerMerger. setDebug(boolean newDebug)Setter forMerger.debug: Whether a log of messages should be kept for reporting.DefaultOffsetGeneratorDefaultOffsetGenerator. setDefaultAnchorConfidence(int newDefaultAnchorConfidence)Setter forDefaultOffsetGenerator.defaultAnchorConfidence: Value to assume in the case of Anchors that have no value for "confidence".ValidatorValidator. setDefaultAnchorConfidence(Integer newDefaultAnchorConfidence)Setter forValidator.defaultAnchorConfidence: Value to assume in the case of Anchors that have no value for "confidence".DefaultOffsetGeneratorDefaultOffsetGenerator. setDefaultOffsetThreshold(int newDefaultOffsetThreshold)Setter forDefaultOffsetGenerator.defaultOffsetThreshold: The confidence threshold for default anchor offset computation, or null to skip default offset computation.ValidatorValidator. setDefaultOffsetThreshold(Integer newDefaultOffsetThreshold)Setter forValidator.defaultOffsetThreshold: The confidence threshold for default anchor offset computation, or null to skip default offset computation.MergerMerger. setEdited(File editedGraphJSONFile)Setter forMerger.edited: JSON file from command line.ValidatorValidator. setFullValidation(boolean newFullValidation)Setter forValidator.fullValidation: Whether to validate all annotations on all layers (true) or perform a 'smart' validation tries to validate only parts of the graph that have actually changed (false - the default).NormalizerNormalizer. setMaxLabelLength(Integer newMaxLabelLength)Setter forNormalizer.maxLabelLength: The maximum length of a label, or null if there's no limit.ValidatorValidator. setMaxLabelLength(Integer newMaxLabelLength)Setter forValidator.maxLabelLength: Maximum allowed label length, or null for no limit.NormalizerNormalizer. setMinimumTurnPauseLength(Double newMinimumTurnPauseLength)Setter forNormalizer.minimumTurnPauseLength: Minimum amount of time between two turns by the same speaker, with no intervening speaker, for which the inter-turn pause counts as a turn change boundary. -
Uses of Switch in nzilbb.converter
Methods in nzilbb.converter with annotations of type Switch Modifier and Type Method Description voidConverter. setBatchMode(Boolean newBatchMode)Setter forConverter.batchMode: Whether to start processing immediately (true) or wait until the user presses "Convert" (false).ConverterConverter. setHelp(Boolean newHelp)Setter forConverter.help: Display help info about available serialization parameters.ConverterConverter. setHelpMarkDown(File newHelpMarkDown)Setter forConverter.helpMarkDown: File to write help information in markdown format.voidConverter. setVerbose(Boolean newVerbose)Setter forConverter.verbose: Whether detailed verbose output is printed or not. -
Uses of Switch in nzilbb.util
Methods in nzilbb.util with annotations of type Switch Modifier and Type Method Description CommandLineProgramCommandLineProgram. setUsage(Boolean bNewUsage)Setter forCommandLineProgram.usage: Whether or not to display usage informationGuiProgramGuiProgram. setUsage(Boolean bNewUsage)Setter forGuiProgram.usage: Whether or not to display usage informationCommandLineProgramCommandLineProgram. setVersion(Boolean newVersion)Setter forCommandLineProgram.version: Print version information.GuiProgramGuiProgram. setVersion(Boolean newVersion)Setter forGuiProgram.version: Print version information. -
Uses of Switch in nzilbb.webapp
Methods in nzilbb.webapp with annotations of type Switch Modifier and Type Method Description StandAloneWebAppStandAloneWebApp. setFinishedPath(String newFinishedPath)Setter forStandAloneWebApp.finishedPath: The URI path (excluding leading '/') for the request that terminates the web app.StandAloneWebAppStandAloneWebApp. setFinishedResponse(String newFinishedResponse)Setter forStandAloneWebApp.finishedResponse: The HTML document to show when /StandAloneWebApp.finishedPathis called.StandAloneWebAppStandAloneWebApp. setPort(Integer newPort)Setter forStandAloneWebApp.port: Server port to listen on.StandAloneWebAppStandAloneWebApp. setRoot(File newRoot)Setter forStandAloneWebApp.root: Root directory of webapp.
-