Uses of Class
nzilbb.configure.ParameterSet
-
Packages that use ParameterSet Package Description nzilbb.ag.serialize Contains interfaces that are required to convert too/from specific file formats.nzilbb.ag.serialize.json Annotation Graph serializer/deserializer for JSON.nzilbb.ag.serialize.util Utility classes used during format conversion.nzilbb.configure Object configuration formalization classes.nzilbb.converter nzilbb.media Interfaces and classes for automated media processing.nzilbb.media.ffmpeg Media processing classes that use ffmpeg for editing/converting media.nzilbb.media.wav Classes for processing WAV files, using the javax.sound.sampled native Java API. -
-
Uses of ParameterSet in nzilbb.ag.serialize
Methods in nzilbb.ag.serialize that return ParameterSet Modifier and Type Method Description ParameterSetGraphDeserializer. configure(ParameterSet configuration, Schema schema)Sets parameters for deserializer as a whole.ParameterSetGraphSerializer. configure(ParameterSet configuration, Schema schema)Sets parameters for serializer as a whole.ParameterSetSchemaSerializer. configure(ParameterSet configuration, Schema schema)Sets parameters for serializer as a whole.ParameterSetGraphDeserializer. load(NamedStream[] streams, Schema schema)Loads the serialized form of the graph, using the given set of named streams.ParameterSetStoreGraphDeserializer. load(String graphId)Loads the serialized form of the graph, using the given identifier.Methods in nzilbb.ag.serialize with parameters of type ParameterSet Modifier and Type Method Description ParameterSetGraphDeserializer. configure(ParameterSet configuration, Schema schema)Sets parameters for deserializer as a whole.ParameterSetGraphSerializer. configure(ParameterSet configuration, Schema schema)Sets parameters for serializer as a whole.ParameterSetSchemaSerializer. configure(ParameterSet configuration, Schema schema)Sets parameters for serializer as a whole.voidGraphDeserializer. setParameters(ParameterSet parameters)Sets parameters for a given deserialization operation, after loading the serialized form of the graph. -
Uses of ParameterSet in nzilbb.ag.serialize.json
Methods in nzilbb.ag.serialize.json that return ParameterSet Modifier and Type Method Description ParameterSetJSONSerialization. configure(ParameterSet configuration, Schema schema)Sets parameters for serializer as a whole.ParameterSetJSONSerialization. load(NamedStream[] streams, Schema schema)Loads the serialized form of the graph, using the given set of named streams.Methods in nzilbb.ag.serialize.json with parameters of type ParameterSet Modifier and Type Method Description ParameterSetJSONSerialization. configure(ParameterSet configuration, Schema schema)Sets parameters for serializer as a whole.voidJSONSerialization. setParameters(ParameterSet parameters)Sets parameters for a given deserialization operation, after loading the serialized form of the graph. -
Uses of ParameterSet in nzilbb.ag.serialize.util
Methods in nzilbb.ag.serialize.util that return ParameterSet Modifier and Type Method Description static ParameterSetConfigurationHelper. LoadParameters(Map<String,String[]> map, String keyPrefix, ParameterSet parameters, Schema schema)Loads a (de)serialization configuratation from the given parameter map (most likely from a servlet request) the icon file for the given descriptor has been extracted to the given directory.Methods in nzilbb.ag.serialize.util with parameters of type ParameterSet Modifier and Type Method Description static FileConfigurationHelper. LoadConfiguration(SerializationDescriptor descriptor, ParameterSet configuration, File directory, Schema schema)Loads configuration for a (de)serializer from an XML file, whose path is determined by the given descriptor and the given directory.static ParameterSetConfigurationHelper. LoadParameters(Map<String,String[]> map, String keyPrefix, ParameterSet parameters, Schema schema)Loads a (de)serialization configuratation from the given parameter map (most likely from a servlet request) the icon file for the given descriptor has been extracted to the given directory.static FileConfigurationHelper. SaveConfiguration(SerializationDescriptor descriptor, ParameterSet configuration, File directory)Ensures the icon file for the given descriptor has been extracted to the given directory. -
Uses of ParameterSet in nzilbb.configure
Methods in nzilbb.configure that return ParameterSet Modifier and Type Method Description ParameterSetParameterSet. addParameters(Object bean)Adds parameters to this set which correspond to any fields of the class of the given object annotated asParameterFields.ParameterSetParameterSet. fromJson(javax.json.JsonArray json)Deserializes the set from a JsonArray.ParameterSetParameterSet. invalidValueParameters()Returns a list ofParameters that have a collection of possible values, but the assigned value is not among them.ParameterSetParameterSet. parameter(Parameter parameter)Builder-pattern method for adding a parameter to the set.ParameterSetParameterSet. unsetRequiredParameters()Returns a list ofParameters that are marked as required, but which have no value set. -
Uses of ParameterSet in nzilbb.converter
Methods in nzilbb.converter that return ParameterSet Modifier and Type Method Description ParameterSetConverter. configureFromCommandLine(ParameterSet parameters, Schema schema)Sets any parameter values that might have been specified on the the command line - i.e. that are in theGuiProgram.extraSwitchesmap.ParameterSetConverter. deserializationParameters(ParameterSet parameters)Adjust the parameters for deserialization.ParameterSetConverter. deserializerConfiguration(ParameterSet config)Adjust the configuration of the deserializer.ParameterSetConverter. serializerConfiguration(ParameterSet config)Adjust the configuration of the serializer.Methods in nzilbb.converter with parameters of type ParameterSet Modifier and Type Method Description ParameterSetConverter. configureFromCommandLine(ParameterSet parameters, Schema schema)Sets any parameter values that might have been specified on the the command line - i.e. that are in theGuiProgram.extraSwitchesmap.ParameterSetConverter. deserializationParameters(ParameterSet parameters)Adjust the parameters for deserialization.ParameterSetConverter. deserializerConfiguration(ParameterSet config)Adjust the configuration of the deserializer.ParameterSetConverter. serializerConfiguration(ParameterSet config)Adjust the configuration of the serializer. -
Uses of ParameterSet in nzilbb.media
Methods in nzilbb.media that return ParameterSet Modifier and Type Method Description ParameterSetMediaCensor. configure(ParameterSet configuration)Configure the censor.ParameterSetMediaConverter. configure(ParameterSet configuration)Configure the converter.Methods in nzilbb.media with parameters of type ParameterSet Modifier and Type Method Description ParameterSetMediaCensor. configure(ParameterSet configuration)Configure the censor.ParameterSetMediaConverter. configure(ParameterSet configuration)Configure the converter. -
Uses of ParameterSet in nzilbb.media.ffmpeg
Methods in nzilbb.media.ffmpeg that return ParameterSet Modifier and Type Method Description ParameterSetFfmpegCensor. configure(ParameterSet configuration)Configure the censor.ParameterSetFfmpegConverter. configure(ParameterSet configuration)Configure the converter.Methods in nzilbb.media.ffmpeg with parameters of type ParameterSet Modifier and Type Method Description ParameterSetFfmpegCensor. configure(ParameterSet configuration)Configure the censor.ParameterSetFfmpegConverter. configure(ParameterSet configuration)Configure the converter. -
Uses of ParameterSet in nzilbb.media.wav
Methods in nzilbb.media.wav that return ParameterSet Modifier and Type Method Description ParameterSetChannelExtractor. configure(ParameterSet configuration)Configure the converter.ParameterSetFragmentExtractor. configure(ParameterSet configuration)Configure the converter.ParameterSetResampler. configure(ParameterSet configuration)Configure the converter.Methods in nzilbb.media.wav with parameters of type ParameterSet Modifier and Type Method Description ParameterSetChannelExtractor. configure(ParameterSet configuration)Configure the converter.ParameterSetFragmentExtractor. configure(ParameterSet configuration)Configure the converter.ParameterSetResampler. configure(ParameterSet configuration)Configure the converter.
-