Uses of Class
nzilbb.labbcat.model.Upload
Packages that use Upload
Package
Description
LaBB-CAT client library.
LaBB-CAT client models.
-
Uses of Upload in nzilbb.labbcat
Methods in nzilbb.labbcat that return UploadModifier and TypeMethodDescriptionLabbcatEdit.transcriptUpload
(File transcript, boolean merge) Upload a transcript file as the first stage in adding or modifying a transcript to LaBB-CAT.LabbcatEdit.transcriptUpload
(File transcript, File[] media, boolean merge) Upload a transcript file and associated media files, as the first stage in adding or modifying a transcript to LaBB-CAT.LabbcatEdit.transcriptUpload
(File transcript, Map<String, File[]> media, boolean merge) Upload a transcript file and associated media files, as the first stage in adding or modifying a transcript to LaBB-CAT.LabbcatEdit.transcriptUploadParameters
(Upload upload) The second part of a transcript upload process started by a call toLabbcatEdit.transcriptUpload(File,Map,boolean)
, which specifies values for the parameters required to save the uploaded transcript to LaBB-CAT's database.Methods in nzilbb.labbcat with parameters of type UploadModifier and TypeMethodDescriptionvoid
LabbcatEdit.transcriptUploadDelete
(Upload upload) Delete an upload made byLabbcatEdit.transcriptUpload(File,Map,boolean)
.LabbcatEdit.transcriptUploadParameters
(Upload upload) The second part of a transcript upload process started by a call toLabbcatEdit.transcriptUpload(File,Map,boolean)
, which specifies values for the parameters required to save the uploaded transcript to LaBB-CAT's database. -
Uses of Upload in nzilbb.labbcat.model
Methods in nzilbb.labbcat.model that return UploadModifier and TypeMethodDescriptionSetter forid
: Unique upload identifier.Upload.setParameters
(nzilbb.configure.ParameterSet newParameters) Setter forparameters
: Parameters that are required to complete the upload.Upload.setTranscripts
(Map<String, String> newTranscripts) Setter fortranscripts
: A map of transcript IDs to thread IDs, if any transcripts are already being processed.