L
- The type of the labels in the DatumF
- The type of the features in the Datum,
and the type stored in the Listpublic interface Document<L,F,T> extends Datum<L,F>, java.util.List<T>
Modifier and Type | Method and Description |
---|---|
<OUT> Document<L,F,OUT> |
blankDocument()
Returns a new empty Document with the same meta-data (title, labels, etc)
as this Document.
|
java.lang.String |
title()
Returns title of document, or "" if the document has no title.
|
asFeatures
java.lang.String title()
<OUT> Document<L,F,OUT> blankDocument()