Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.Discovery.v1.DocumentStatus Class Reference

The document ID, configuration ID, document creation date, date of last document update, submission status, and notices associated with the document's submission. More...

Properties

string document_id [get, set]
 Unique identifier of the ingested document. More...
 
string configuration_id [get, set]
 Unique identifier of the configuration used to process the document. More...
 
string created [get, set]
 The creation date of the document, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'. More...
 
string updated [get, set]
 The timestamp of the most recent update to the document, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'. More...
 
string status [get, set]
 Status of the document in the ingestion process. More...
 
string status_description [get, set]
 The description of the current document status. More...
 
Notice[] notices [get, set]
 Array of notices produced by the document-ingestion process. More...
 

Detailed Description

The document ID, configuration ID, document creation date, date of last document update, submission status, and notices associated with the document's submission.

Property Documentation

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.DocumentStatus.configuration_id
getset

Unique identifier of the configuration used to process the document.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.DocumentStatus.created
getset

The creation date of the document, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.DocumentStatus.document_id
getset

Unique identifier of the ingested document.

Notice [] IBM.Watson.DeveloperCloud.Services.Discovery.v1.DocumentStatus.notices
getset

Array of notices produced by the document-ingestion process.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.DocumentStatus.status
getset

Status of the document in the ingestion process.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.DocumentStatus.status_description
getset

The description of the current document status.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.DocumentStatus.updated
getset

The timestamp of the most recent update to the document, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.


The documentation for this class was generated from the following file: