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 Summary
Constructors Constructor Description FeaturesResultsMetadata()
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
FeaturesResultsMetadata
public FeaturesResultsMetadata()
-
-
Method Details
-
getAuthors
Gets the authors.The authors of the document.
- Returns:
- the authors
-
getPublicationDate
Gets the publicationDate.The publication date in the format ISO 8601.
- Returns:
- the publicationDate
-
getTitle
Gets the title.The title of the document.
- Returns:
- the title
-
getImage
Gets the image.URL of a prominent image on the webpage.
- Returns:
- the image
-
getFeeds
Gets the feeds.RSS/ATOM feeds found on the webpage.
- Returns:
- the feeds
-