Click or drag to resize

DocumentAccepted Class

Document ID and ingestion status.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Discovery.v1DocumentAccepted

Namespace:  IBM.Watson.DeveloperCloud.Services.Discovery.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class DocumentAccepted

The DocumentAccepted type exposes the following members.

Constructors
  NameDescription
Public methodDocumentAccepted
Initializes a new instance of the DocumentAccepted class
Top
Properties
  NameDescription
Public propertydocument_id
Unique identifier of the ingested document.
Public propertystatus
Status of the document in the ingestion process.
Top
See Also