Click or drag to resize

DocumentSnapshot Class

An array of JSON strings that describe each step in the preview process.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Discovery.v1DocumentSnapshot

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 DocumentSnapshot

The DocumentSnapshot type exposes the following members.

Constructors
  NameDescription
Public methodDocumentSnapshot
Initializes a new instance of the DocumentSnapshot class
Top
Properties
  NameDescription
Public propertysnapshot
An array of arbitrary JSON strings that describe the step and its results.
Public propertystep
The step.
Top
See Also