Uses of Interface
org.opencastproject.metadata.mpeg7.TextAnnotation
-
Uses of TextAnnotation in org.opencastproject.metadata.mpeg7
Classes in org.opencastproject.metadata.mpeg7 that implement TextAnnotationFields in org.opencastproject.metadata.mpeg7 with type parameters of type TextAnnotationModifier and TypeFieldDescriptionprotected List<TextAnnotation> SegmentImpl.annotationsThe text annotationsMethods in org.opencastproject.metadata.mpeg7 that return TextAnnotationModifier and TypeMethodDescriptionSegment.createTextAnnotation(float relevance, float confidence, String language) Creates a new text annotation that will hold keywords and free text comments.SegmentImpl.createTextAnnotation(float relevance, float confidence, String language) Methods in org.opencastproject.metadata.mpeg7 that return types with arguments of type TextAnnotationModifier and TypeMethodDescriptionSegment.textAnnotations()Returns this segment's text annotations.SegmentImpl.textAnnotations()Segment.textAnnotationsByConfidence()Returns this segment's text annotations, sorted by relevance.SegmentImpl.textAnnotationsByConfidence()Segment.textAnnotationsByRelevance()Returns this segment's text annotations, sorted by relevance.SegmentImpl.textAnnotationsByRelevance()