public class CSVResult extends Object implements Comparable<CSVResult>
Constructor and Description |
---|
CSVResult(double confidence,
MediaType mediaType,
Character delimiter) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CSVResult o)
Sorts in descending order of confidence
|
boolean |
equals(Object o) |
double |
getConfidence() |
Character |
getDelimiter() |
MediaType |
getMediaType() |
int |
hashCode() |
String |
toString() |
public MediaType getMediaType()
public Character getDelimiter()
null
if the mediatype=text/plainpublic int compareTo(CSVResult o)
compareTo
in interface Comparable<CSVResult>
o
- public double getConfidence()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.