| Constructor and Description |
|---|
CSVResult(double confidence,
MediaType mediaType,
java.lang.Character delimiter) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CSVResult o)
Sorts in descending order of confidence
|
boolean |
equals(java.lang.Object o) |
double |
getConfidence() |
java.lang.Character |
getDelimiter() |
MediaType |
getMediaType() |
int |
hashCode() |
java.lang.String |
toString() |
public CSVResult(double confidence,
MediaType mediaType,
java.lang.Character delimiter)
public MediaType getMediaType()
public java.lang.Character getDelimiter()
null if the mediatype=text/plainpublic int compareTo(CSVResult o)
compareTo in interface java.lang.Comparable<CSVResult>o - public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic double getConfidence()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"