Class FeaturesResultsMetadata

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.natural_language_understanding.v1.model.FeaturesResultsMetadata
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class FeaturesResultsMetadata
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Webpage metadata, such as the author and the title of the page.
  • Constructor Details

    • FeaturesResultsMetadata

      public FeaturesResultsMetadata()
  • Method Details

    • getAuthors

      public List<Author> getAuthors()
      Gets the authors.

      The authors of the document.

      Returns:
      the authors
    • getPublicationDate

      public String getPublicationDate()
      Gets the publicationDate.

      The publication date in the format ISO 8601.

      Returns:
      the publicationDate
    • getTitle

      public String getTitle()
      Gets the title.

      The title of the document.

      Returns:
      the title
    • getImage

      public String getImage()
      Gets the image.

      URL of a prominent image on the webpage.

      Returns:
      the image
    • getFeeds

      public List<Feed> getFeeds()
      Gets the feeds.

      RSS/ATOM feeds found on the webpage.

      Returns:
      the feeds