Uses of Enum
org.apache.tika.parser.ctakes.CTAKESSerializer
Packages that use CTAKESSerializer
-
Uses of CTAKESSerializer in org.apache.tika.parser.ctakes
Subclasses with type arguments of type CTAKESSerializer in org.apache.tika.parser.ctakesModifier and TypeClassDescriptionenumEnumeration for types of cTAKES (UIMA) CAS serializer supported by 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 CTAKESSerializerReturns 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 voidCTAKESUtils.serialize(org.apache.uima.jcas.JCas jcas, CTAKESSerializer type, boolean prettyPrint, OutputStream stream) Serializes a CAS in the given format.voidCTAKESConfig.setSerializerType(CTAKESSerializer serializerType) Sets the type of cTAKES (UIMA) serializer used to write CAS.