Uses of Class
org.apache.tika.parser.ctakes.CTAKESSerializer
-
Packages that use CTAKESSerializer Package Description org.apache.tika.parser.ctakes -
-
Uses of CTAKESSerializer in org.apache.tika.parser.ctakes
Methods in org.apache.tika.parser.ctakes that return CTAKESSerializer Modifier and Type Method Description CTAKESSerializer
CTAKESConfig. getSerializerType()
Returns the type of cTAKES (UIMA) serializer used to write the CAS.static CTAKESSerializer
CTAKESSerializer. valueOf(String name)
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 CTAKESSerializer Modifier and Type Method Description static 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.
-