public class TableRecognizedResponse extends AsposeResponse
| Constructor and Description |
|---|
TableRecognizedResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
TableRecognized |
getTable()
TableRecognized object
|
int |
hashCode() |
void |
setTable(TableRecognized table) |
TableRecognizedResponse |
table(TableRecognized table) |
java.lang.String |
toString() |
public TableRecognizedResponse table(TableRecognized table)
public TableRecognized getTable()
public void setTable(TableRecognized table)
public boolean equals(java.lang.Object o)
equals in class AsposeResponsepublic int hashCode()
hashCode in class AsposeResponsepublic java.lang.String toString()
toString in class AsposeResponse