public class AnalyzedDocument
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description |
|---|
AnalyzedDocument() |
| Modifier and Type | Method and Description |
|---|---|
List<Notice> |
getNotices()
Gets the notices.
|
AnalyzedResult |
getResult()
Gets the result.
|
public List<Notice> getNotices()
Array of document results that match the query.
public AnalyzedResult getResult()
Result of the document analysis.
Copyright © 2022 IBM Cloud. All rights reserved.