Class ShortDoc
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.ShortDoc
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ShortDoc
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Brief information about the input document.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ShortDoc.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
hash()
Gets the hash.ShortDoc.Builder
newBuilder()
New builder.String
title()
Gets the title.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a ShortDoc builder
-
title
Gets the title.The title of the input document, if identified.
- Returns:
- the title
-
hash
Gets the hash.The MD5 hash of the input document.
- Returns:
- the hash
-