Package org.apache.tika.parser.csv
Class CSVResult
java.lang.Object
org.apache.tika.parser.csv.CSVResult
- All Implemented Interfaces:
Comparable<CSVResult>
-
Constructor Details
-
CSVResult
-
-
Method Details
-
getMediaType
-
getDelimiter
- Returns:
- returns the delimiter or
null
if the mediatype=text/plain
-
compareTo
Sorts in descending order of confidence- Specified by:
compareTo
in interfaceComparable<CSVResult>
- Parameters:
o
-- Returns:
-
equals
-
hashCode
public int hashCode() -
toString
-
getConfidence
public double getConfidence()
-