Uses of Enum
org.apache.tika.parser.ctakes.CTAKESSerializer
-
Uses of CTAKESSerializer in org.apache.tika.parser.ctakes
Modifier 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.Modifier 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.