public class DocInfo
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
hash |
protected java.lang.String |
html |
protected java.lang.String |
title |
Constructor and Description |
---|
DocInfo() |
protected java.lang.String html
protected java.lang.String title
protected java.lang.String hash
public java.lang.String getHtml()
The full text of the parsed document in HTML format.
public java.lang.String getTitle()
The title of the parsed document. If the service did not detect a title, the value of this element is `null`.
public java.lang.String getHash()
The MD5 hash of the input document.