public class TextAnnotationResponse extends AsposeResponse
| Constructor and Description |
|---|
TextAnnotationResponse() |
| Modifier and Type | Method and Description |
|---|---|
TextAnnotationResponse |
annotation(TextAnnotation annotation) |
boolean |
equals(java.lang.Object o) |
TextAnnotation |
getAnnotation()
Text annotation object
|
int |
hashCode() |
void |
setAnnotation(TextAnnotation annotation) |
java.lang.String |
toString() |
public TextAnnotationResponse annotation(TextAnnotation annotation)
public TextAnnotation getAnnotation()
public void setAnnotation(TextAnnotation annotation)
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