Uses of Enum
org.apache.tika.parser.ctakes.CTAKESSerializer
Packages that use CTAKESSerializer
-
Uses of CTAKESSerializer in org.apache.tika.parser.ctakes
Methods in org.apache.tika.parser.ctakes that return CTAKESSerializerModifier and TypeMethodDescriptionCTAKESConfig.getSerializerType()
Returns the type of cTAKES (UIMA) serializer used to write the CAS.static CTAKESSerializer
Returns the enum constant of this type with the specified name.static CTAKESSerializer[]
CTAKESSerializer.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 CTAKESSerializerModifier and TypeMethodDescriptionstatic void
CTAKESUtils.serialize
(org.apache.uima.jcas.JCas jcas, CTAKESSerializer type, boolean prettyPrint, OutputStream stream) Serializes a CAS in the given format.void
CTAKESConfig.setSerializerType
(CTAKESSerializer serializerType) Sets the type of cTAKES (UIMA) serializer used to write CAS.