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 Details

    • HTMLReturn

      public HTMLReturn()
  • Method Details

    • getNumPages

      public String getNumPages()
      Gets the numPages.

      The number of pages in the input document.

      Returns:
      the numPages
    • getAuthor

      public String getAuthor()
      Gets the author.

      The author of the input document, if identified.

      Returns:
      the author
    • getPublicationDate

      public String getPublicationDate()
      Gets the publicationDate.

      The publication date of the input document, if identified.

      Returns:
      the publicationDate
    • getTitle

      public String getTitle()
      Gets the title.

      The title of the input document, if identified.

      Returns:
      the title
    • getHtml

      public String getHtml()
      Gets the html.

      The HTML version of the input document.

      Returns:
      the html