DocumentStatus Class |
Namespace: IBM.Watson.DeveloperCloud.Services.Discovery.v1
public class DocumentStatus
The DocumentStatus type exposes the following members.
Name | Description | |
---|---|---|
![]() | DocumentStatus | Initializes a new instance of the DocumentStatus class |
Name | Description | |
---|---|---|
![]() | configuration_id |
Unique identifier of the configuration used to process the document.
|
![]() | created |
The creation date of the document, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
|
![]() | document_id |
Unique identifier of the ingested document.
|
![]() | notices |
Array of notices produced by the document-ingestion process.
|
![]() | status |
Status of the document in the ingestion process.
|
![]() | status_description |
The description of the current document status.
|
![]() | updated |
The timestamp of the most recent update to the document, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
|