MCPcopy Create free account
hub / github.com/GateNLP/gate-core / getContent

Method getContent

src/main/java/gate/corpora/DocumentImpl.java:660–663  ·  view source on GitHub ↗

The content of the document: a String for text; MPEG for video; etc.

()

Source from the content-addressed store, hash-verified

658
659 /** The content of the document: a String for text; MPEG for video; etc. */
660 @Override
661 public DocumentContent getContent() {
662 return content;
663 }
664
665 /** Set method for the document content */
666 @Override

Callers 3

toXmlMethod · 0.95
isValidOffsetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected