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 ParameterSet
GraphDeserializer. configure(ParameterSet configuration, Schema schema)
Sets parameters for deserializer as a whole.ParameterSet
GraphSerializer. configure(ParameterSet configuration, Schema schema)
Sets parameters for serializer as a whole.ParameterSet
SchemaSerializer. configure(ParameterSet configuration, Schema schema)
Sets parameters for serializer as a whole.ParameterSet
GraphDeserializer. load(NamedStream[] streams, Schema schema)
Loads the serialized form of the graph, using the given set of named streams.ParameterSet
StoreGraphDeserializer. 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 ParameterSet
GraphDeserializer. configure(ParameterSet configuration, Schema schema)
Sets parameters for deserializer as a whole.ParameterSet
GraphSerializer. configure(ParameterSet configuration, Schema schema)
Sets parameters for serializer as a whole.ParameterSet
SchemaSerializer. configure(ParameterSet configuration, Schema schema)
Sets parameters for serializer as a whole.void
GraphDeserializer. 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 ParameterSet
JSONSerialization. configure(ParameterSet configuration, Schema schema)
Sets parameters for serializer as a whole.ParameterSet
JSONSerialization. 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 ParameterSet
JSONSerialization. configure(ParameterSet configuration, Schema schema)
Sets parameters for serializer as a whole.void
JSONSerialization. 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 ParameterSet
ConfigurationHelper. 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 File
ConfigurationHelper. 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 ParameterSet
ConfigurationHelper. 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 File
ConfigurationHelper. 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 ParameterSet
ParameterSet. addParameters(Object bean)
Adds parameters to this set which correspond to any fields of the class of the given object annotated asParameterField
s.ParameterSet
ParameterSet. invalidValueParameters()
Returns a list ofParameter
s that have a collection of possible values, but the assigned value is not among them.ParameterSet
ParameterSet. parameter(Parameter parameter)
Builder-pattern method for adding a parameter to the set.ParameterSet
ParameterSet. unsetRequiredParameters()
Returns a list ofParameter
s 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 ParameterSet
Converter. configureFromCommandLine(ParameterSet parameters, Schema schema)
Sets any parameter values that might have been specified on the the command line - i.e.ParameterSet
Converter. deserializationParameters(ParameterSet parameters)
Adjust the parameters for deserialization.ParameterSet
Converter. deserializerConfiguration(ParameterSet config)
Adjust the configuration of the deserializer.ParameterSet
Converter. serializerConfiguration(ParameterSet config)
Adjust the configuration of the serializer.Methods in nzilbb.converter with parameters of type ParameterSet Modifier and Type Method Description ParameterSet
Converter. configureFromCommandLine(ParameterSet parameters, Schema schema)
Sets any parameter values that might have been specified on the the command line - i.e.ParameterSet
Converter. deserializationParameters(ParameterSet parameters)
Adjust the parameters for deserialization.ParameterSet
Converter. deserializerConfiguration(ParameterSet config)
Adjust the configuration of the deserializer.ParameterSet
Converter. 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 ParameterSet
MediaCensor. configure(ParameterSet configuration)
Configure the censor.ParameterSet
MediaConverter. configure(ParameterSet configuration)
Configure the converter.Methods in nzilbb.media with parameters of type ParameterSet Modifier and Type Method Description ParameterSet
MediaCensor. configure(ParameterSet configuration)
Configure the censor.ParameterSet
MediaConverter. 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 ParameterSet
FfmpegCensor. configure(ParameterSet configuration)
Configure the censor.ParameterSet
FfmpegConverter. configure(ParameterSet configuration)
Configure the converter.Methods in nzilbb.media.ffmpeg with parameters of type ParameterSet Modifier and Type Method Description ParameterSet
FfmpegCensor. configure(ParameterSet configuration)
Configure the censor.ParameterSet
FfmpegConverter. 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 ParameterSet
FragmentExtractor. configure(ParameterSet configuration)
Configure the converter.ParameterSet
Resampler. configure(ParameterSet configuration)
Configure the converter.Methods in nzilbb.media.wav with parameters of type ParameterSet Modifier and Type Method Description ParameterSet
FragmentExtractor. configure(ParameterSet configuration)
Configure the converter.ParameterSet
Resampler. configure(ParameterSet configuration)
Configure the converter.
-