public class TextAnnotationsResponse extends AsposeResponse
| Constructor and Description |
|---|
TextAnnotationsResponse() |
| Modifier and Type | Method and Description |
|---|---|
TextAnnotationsResponse |
annotations(TextAnnotations annotations) |
boolean |
equals(java.lang.Object o) |
TextAnnotations |
getAnnotations()
Text annotations object
|
int |
hashCode() |
void |
setAnnotations(TextAnnotations annotations) |
java.lang.String |
toString() |
public TextAnnotationsResponse annotations(TextAnnotations annotations)
public TextAnnotations getAnnotations()
public void setAnnotations(TextAnnotations annotations)
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