AnnotatorDescriptorWrapper |
AnnotatorDescriptorWrapper.setAnnotatorId(String newAnnotatorId) |
Setter for annotatorId: Annotator ID.
|
AnnotatorDescriptorWrapper |
AnnotatorDescriptorWrapper.setConfigParameterInfo(String newConfigParameterInfo) |
Setter for configParameterInfo: 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 |
AnnotatorDescriptorWrapper.setExtApiInfo(String newExtApiInfo) |
Setter for extApiInfo: 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 |
AnnotatorDescriptorWrapper.setHasConfigWebapp(Boolean newHasConfigWebapp) |
Setter for hasConfigWebapp: Whether the annotator includes a web-app for
installation or general configuration.
|
AnnotatorDescriptorWrapper |
AnnotatorDescriptorWrapper.setHasExtWebapp(Boolean newHasExtWebapp) |
Setter for hasExtWebapp: Whether the annotator includes an extras web-app.
|
AnnotatorDescriptorWrapper |
AnnotatorDescriptorWrapper.setHasTaskWebapp(Boolean newHasTaskWebapp) |
Setter for hasTaskWebapp: Whether the annotator includes a web-app for task
parameter configuration.
|
AnnotatorDescriptorWrapper |
AnnotatorDescriptorWrapper.setInfo(String newInfo) |
Setter for info: HTML-encoded description of the function of the annotator,
for displaying to the user.
|
AnnotatorDescriptorWrapper |
AnnotatorDescriptorWrapper.setMinimumApiVersion(String newMinimumApiVersion) |
Setter for minimumApiVersion: Get the minimum version of the nzilbb.ag API
supported by the serializer.
|
AnnotatorDescriptorWrapper |
AnnotatorDescriptorWrapper.setTaskParameterInfo(String newTaskParameterInfo) |
Setter for taskParameterInfo: 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 |
AnnotatorDescriptorWrapper.setVersion(String newVersion) |
Setter for version: Version of this implementation; versions will typically
be numeric, but this is not a requirement.
|