Uses of Enum
org.apache.tika.parser.ctakes.CTAKESAnnotationProperty
Packages that use CTAKESAnnotationProperty
-
Uses of CTAKESAnnotationProperty in org.apache.tika.parser.ctakes
Subclasses with type arguments of type CTAKESAnnotationProperty in org.apache.tika.parser.ctakesModifier and TypeClassDescriptionenumThis enumeration includes the properties that anIdentifiedAnnotationobject can provide.Methods in org.apache.tika.parser.ctakes that return CTAKESAnnotationPropertyModifier and TypeMethodDescriptionCTAKESConfig.getAnnotationProps()Returns an array ofCTAKESAnnotationProperty's that will be included into cTAKES metadata.static CTAKESAnnotationPropertyReturns the enum constant of this type with the specified name.static CTAKESAnnotationProperty[]CTAKESAnnotationProperty.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.parser.ctakes with parameters of type CTAKESAnnotationPropertyModifier and TypeMethodDescriptionstatic StringCTAKESUtils.getAnnotationProperty(org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation annotation, CTAKESAnnotationProperty property) Returns the annotation value based on the given annotation type.voidCTAKESConfig.setAnnotationProps(CTAKESAnnotationProperty[] annotationProps) Sets theCTAKESAnnotationProperty's that will be included into cTAKES metadata.