public class TextRectsResponse extends AsposeResponse
| Constructor and Description |
|---|
TextRectsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
TextRects |
getTextOccurrences()
TextRects object
|
int |
hashCode() |
void |
setTextOccurrences(TextRects textOccurrences) |
TextRectsResponse |
textOccurrences(TextRects textOccurrences) |
java.lang.String |
toString() |
public TextRectsResponse textOccurrences(TextRects textOccurrences)
public TextRects getTextOccurrences()
public void setTextOccurrences(TextRects textOccurrences)
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