Uses of Enum
org.apache.tika.parser.ctakes.CTAKESAnnotationProperty
-
Uses of CTAKESAnnotationProperty in org.apache.tika.parser.ctakes
Modifier and TypeMethodDescriptionCTAKESConfig.getAnnotationProps()
Returns an array ofCTAKESAnnotationProperty
's that will be included into cTAKES metadata.static CTAKESAnnotationProperty
Returns 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.Modifier and TypeMethodDescriptionstatic String
CTAKESUtils.getAnnotationProperty
(org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation annotation, CTAKESAnnotationProperty property) Returns the annotation value based on the given annotation type.void
CTAKESConfig.setAnnotationProps
(CTAKESAnnotationProperty[] annotationProps) Sets theCTAKESAnnotationProperty
's that will be included into cTAKES metadata.