Class HTMLReturn
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.HTMLReturn
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class HTMLReturn
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The HTML converted from an input document.
-
Constructor Summary
Constructors Constructor Description HTMLReturn() -
Method Summary
Modifier and Type Method Description StringgetAuthor()Gets the author.StringgetHtml()Gets the html.StringgetNumPages()Gets the numPages.StringgetPublicationDate()Gets the publicationDate.StringgetTitle()Gets the title.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
HTMLReturn
public HTMLReturn()
-
-
Method Details
-
getNumPages
Gets the numPages.The number of pages in the input document.
- Returns:
- the numPages
-
getAuthor
Gets the author.The author of the input document, if identified.
- Returns:
- the author
-
getPublicationDate
Gets the publicationDate.The publication date of the input document, if identified.
- Returns:
- the publicationDate
-
getTitle
Gets the title.The title of the input document, if identified.
- Returns:
- the title
-
getHtml
Gets the html.The HTML version of the input document.
- Returns:
- the html
-