Uses of Class
nzilbb.labbcat.model.AnnotatorDescriptorWrapper
Packages that use AnnotatorDescriptorWrapper
-
Uses of AnnotatorDescriptorWrapper in nzilbb.labbcat.model
Methods in nzilbb.labbcat.model that return AnnotatorDescriptorWrapperModifier and TypeMethodDescriptionAnnotatorDescriptorWrapper.setAnnotatorId
(String newAnnotatorId) Setter forannotatorId
: Annotator ID.AnnotatorDescriptorWrapper.setConfigParameterInfo
(String newConfigParameterInfo) Setter forconfigParameterInfo
: HTML-encoded definition of the installation config parameters, including a list of all parameters, and the encoding of the parameter string, for displaying to users who wish to configure the annotator programmatically.AnnotatorDescriptorWrapper.setExtApiInfo
(String newExtApiInfo) Setter forextApiInfo
: HTML-encoded document containing information about what endpoints are published by the ext web-app, for displaying to users who wish to use it programmatically.AnnotatorDescriptorWrapper.setHasConfigWebapp
(Boolean newHasConfigWebapp) Setter forhasConfigWebapp
: Whether the annotator includes a web-app for installation or general configuration.AnnotatorDescriptorWrapper.setHasExtWebapp
(Boolean newHasExtWebapp) Setter forhasExtWebapp
: Whether the annotator includes an extras web-app.AnnotatorDescriptorWrapper.setHasTaskWebapp
(Boolean newHasTaskWebapp) Setter forhasTaskWebapp
: Whether the annotator includes a web-app for task parameter configuration.Setter forinfo
: HTML-encoded description of the function of the annotator, for displaying to the user.AnnotatorDescriptorWrapper.setMinimumApiVersion
(String newMinimumApiVersion) Setter forminimumApiVersion
: Get the minimum version of the nzilbb.ag API supported by the serializer.AnnotatorDescriptorWrapper.setTaskParameterInfo
(String newTaskParameterInfo) Setter fortaskParameterInfo
: HTML-encoded definition of the task parameters, including a list of all parameters, and the encoding of the parameter string, for displaying to users who wish to configure annotator tasks programmatically.AnnotatorDescriptorWrapper.setVersion
(String newVersion) Setter forversion
: Version of this implementation; versions will typically be numeric, but this is not a requirement.