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 that contains the converted document and any identified enrichments.
  • Constructor Details

    • AnalyzedDocument

      public AnalyzedDocument()
  • Method Details

    • getNotices

      public List<Notice> getNotices()
      Gets the notices.

      Array of document results that match the query.

      Returns:
      the notices
    • getResult

      public AnalyzedResult getResult()
      Gets the result.

      Result of the document analysis.

      Returns:
      the result