Class DocInfo
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.DocInfo
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DocInfo
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information about the parsed input document.
-
Constructor Summary
Constructors Constructor Description DocInfo()
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
DocInfo
public DocInfo()
-
-
Method Details
-
getHtml
Gets the html.The full text of the parsed document in HTML format.
- Returns:
- the html
-
getTitle
Gets the title.The title of the parsed document. If the service did not detect a title, the value of this element is `null`.
- Returns:
- the title
-
getHash
Gets the hash.The MD5 hash of the input document.
- Returns:
- the hash
-