public class DocInfo
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
DocInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getHash()
Gets the hash.
|
String |
getHtml()
Gets the html.
|
String |
getTitle()
Gets the title.
|
public String getHtml()
The full text of the parsed document in HTML format.
public String getTitle()
The title of the parsed document. If the service did not detect a title, the value of this element is `null`.
public String getHash()
The MD5 hash of the input document.
Copyright © 2021 IBM Cloud. All rights reserved.