public class Document
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
Document() |
Modifier and Type | Method and Description |
---|---|
String |
getHash()
Gets the hash.
|
String |
getHtml()
Gets the html.
|
String |
getLabel()
Gets the label.
|
String |
getTitle()
Gets the title.
|
public String getTitle()
Document title, if detected.
public String getHtml()
The input document converted into HTML format.
public String getHash()
The MD5 hash value of the input document.
public String getLabel()
The label applied to the input document with the calling method's `file_1_label` or `file_2_label` value. This field is specified only in the output of the **Comparing two documents** method.
Copyright © 2021 IBM Cloud. All rights reserved.