Click or drag to resize

ClassifyCollectionInput Class

The input for ClassifyCollection request.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1ClassifyCollectionInput

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

The ClassifyCollectionInput type exposes the following members.

Constructors
  NameDescription
Public methodClassifyCollectionInput
Initializes a new instance of the ClassifyCollectionInput class
Top
Properties
  NameDescription
Public propertycollection
The submitted phrases.
Top
See Also