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 AsposeResponse
public int hashCode()
hashCode
in class AsposeResponse
public java.lang.String toString()
toString
in class AsposeResponse