Class AnalyzedDocument
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.AnalyzedDocument
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AnalyzedDocument
extends com.ibm.cloud.sdk.core.service.model.GenericModel
An object containing the converted document and any identified enrichments.
-
Constructor Summary
Constructors Constructor Description AnalyzedDocument()
-
Method Summary
Modifier and Type Method Description List<Notice>
getNotices()
Gets the notices.AnalyzedResult
getResult()
Gets the result.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
AnalyzedDocument
public AnalyzedDocument()
-
-
Method Details
-
getNotices
Gets the notices.Array of document results that match the query.
- Returns:
- the notices
-
getResult
Gets the result.Result of the document analysis.
- Returns:
- the result
-