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