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