Uses of Class
org.apache.tika.parser.ctakes.CTAKESAnnotationProperty
-
Packages that use CTAKESAnnotationProperty Package Description org.apache.tika.parser.ctakes -
-
Uses of CTAKESAnnotationProperty in org.apache.tika.parser.ctakes
Methods in org.apache.tika.parser.ctakes that return CTAKESAnnotationProperty Modifier and Type Method Description CTAKESAnnotationProperty[]
CTAKESConfig. getAnnotationProps()
Returns an array ofCTAKESAnnotationProperty
's that will be included into cTAKES metadata.static CTAKESAnnotationProperty
CTAKESAnnotationProperty. valueOf(String name)
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.Methods in org.apache.tika.parser.ctakes with parameters of type CTAKESAnnotationProperty Modifier and Type Method Description static 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.
-