Class FreeTextAnnotationImpl

java.lang.Object
org.opencastproject.metadata.mpeg7.FreeTextAnnotationImpl
All Implemented Interfaces:
XmlElement, FreeTextAnnotation

public class FreeTextAnnotationImpl extends Object implements FreeTextAnnotation
TODO: Comment me!
  • Field Details

    • text

      protected String text
      The text annotation
  • Constructor Details

    • FreeTextAnnotationImpl

      public FreeTextAnnotationImpl(String text)
      Creates a new free text annotation.
      Parameters:
      text - the annotation
  • Method Details