Uses of Class
nzilbb.labbcat.server.db.IdMatch
-
Packages that use IdMatch Package Description nzilbb.labbcat.server.api /api/… : API endpoints providing an HTTP-based API for access to transcripts, annotations, media, and functions that manipulate them.nzilbb.labbcat.server.db MySQL implementation of LaBB-CAT's Graph Store, and all other RDBMS-related operations. -
-
Uses of IdMatch in nzilbb.labbcat.server.api
Methods in nzilbb.labbcat.server.api with parameters of type IdMatch Modifier and Type Method Description void
Results. outputMatchLayerLabels(org.apache.commons.csv.CSVPrinter csvOut, nzilbb.ag.Schema schema, PreparedStatement sqlMatchLayerLabels, boolean multiWordMatches, IdMatch result, nzilbb.ag.Layer layer)
Outputs the concatenated labels of the match for the given layer. -
Uses of IdMatch in nzilbb.labbcat.server.db
Methods in nzilbb.labbcat.server.db that return IdMatch Modifier and Type Method Description IdMatch
IdMatch. addMatchAnnotationUid(String key, String uid)
Adds a single match UID tomatchAnnotationUids
.IdMatch
IdMatch. setTargetAnnotationUid(String newTargetAnnotationUid)
The UID of the targeted annotation, which may or may not be listed inmatchAnnotationUids
.Constructors in nzilbb.labbcat.server.db with parameters of type IdMatch Constructor Description IdMatch(IdMatch other)
Copy constructor.
-